This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Taskbar?


Taskbar?

Postby RICoder » Sep 22, 2001 @ 8:29pm

<iframe src="http://gamercard.xbox.com/RICoder.card" scrolling="no" frameBorder="0" height="140" width="204">RICoder</iframe>
User avatar
RICoder
FOX News Correspondent
 
Posts: 3948
Joined: Jul 10, 2001 @ 1:48pm
Location: the matrix has me


Re: Taskbar?

Postby Paul » Sep 22, 2001 @ 8:34pm

Paul
pm Insider
 
Posts: 9835
Joined: Apr 2, 2001 @ 3:15pm
Location: California


Re: Taskbar?

Postby RICoder » Sep 22, 2001 @ 8:43pm

<iframe src="http://gamercard.xbox.com/RICoder.card" scrolling="no" frameBorder="0" height="140" width="204">RICoder</iframe>
User avatar
RICoder
FOX News Correspondent
 
Posts: 3948
Joined: Jul 10, 2001 @ 1:48pm
Location: the matrix has me


Re: Taskbar?

Postby RICoder » Sep 22, 2001 @ 8:52pm

<iframe src="http://gamercard.xbox.com/RICoder.card" scrolling="no" frameBorder="0" height="140" width="204">RICoder</iframe>
User avatar
RICoder
FOX News Correspondent
 
Posts: 3948
Joined: Jul 10, 2001 @ 1:48pm
Location: the matrix has me


Re: Taskbar?

Postby jongjungbu » Sep 22, 2001 @ 8:58pm

User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Re: Taskbar?

Postby Luciano U. Werner » Sep 22, 2001 @ 9:01pm

Celerius quam asparagi cocuntur
__________________
DocSMRF
Tactical Advisor
User avatar
Luciano U. Werner
pm Insider
 
Posts: 3156
Joined: Aug 1, 2001 @ 9:41pm
Location: Brazil


Re: Taskbar?

Postby RICoder » Sep 22, 2001 @ 9:21pm

This is good and bad.<br><br>A) Yeah, HOW IS IT NOT THE FARGIN TASK BAR?  Thats what I'd call it.<br>B) I need it be go away, but I need to get the Start Menu Message...though I could create my own I suppose...hmmm.<br>C) Luci, if you go you can see what's a cookin'.
<iframe src="http://gamercard.xbox.com/RICoder.card" scrolling="no" frameBorder="0" height="140" width="204">RICoder</iframe>
User avatar
RICoder
FOX News Correspondent
 
Posts: 3948
Joined: Jul 10, 2001 @ 1:48pm
Location: the matrix has me


Re: Taskbar?

Postby jongjungbu » Sep 22, 2001 @ 9:31pm

User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Re: Taskbar?

Postby Luciano U. Werner » Sep 22, 2001 @ 9:32pm

Celerius quam asparagi cocuntur
__________________
DocSMRF
Tactical Advisor
User avatar
Luciano U. Werner
pm Insider
 
Posts: 3156
Joined: Aug 1, 2001 @ 9:41pm
Location: Brazil


Re: Taskbar?

Postby jongjungbu » Sep 22, 2001 @ 9:32pm

User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Re: Taskbar?

Postby Dan East » Sep 22, 2001 @ 9:35pm

It's called the TaskBar. Its window class is HHTaskBar. You can just send a message to it to get its size.<br><br>Here's how I display the Start Menu. I simply send a message to the TaskBar as if the user clicked at coords 2,2:<br>[fixed]<br>HWND wnd=::FindWindow(_T( "HHTaskBar" ), NULL);<br>if (wnd) <br>  SendMessage(wnd, WM_LBUTTONDOWN, 1, MAKELPARAM(2,2));<br>[/fixed]<br>That works for me!<br><br>Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: Taskbar?

Postby jongjungbu » Sep 22, 2001 @ 9:37pm

Dan to the rescue!
User avatar
jongjungbu
Not JongJongBu
 
Posts: 3112
Joined: Jun 19, 2001 @ 4:22am
Location: USA


Re: Taskbar?

Postby Moose or Chuck » Sep 22, 2001 @ 9:40pm

The top one is the Task Bar, the bottom is the Status Bar. And he saw that it was good, so it was.<br>Both are 16 pixels, aren't they?
Moose or Chuck
 


Re: Taskbar?

Postby RICoder » Sep 23, 2001 @ 2:29pm

Thanks Dan, though I figured it out before I read your post.  I just wrote a quick spy app to tell me what they were.<br><br><br>Now, on to bigger and badder things.  I have the window, but do I want to subclass it and draw over it or just hide it?  Hmmmmm.......
<iframe src="http://gamercard.xbox.com/RICoder.card" scrolling="no" frameBorder="0" height="140" width="204">RICoder</iframe>
User avatar
RICoder
FOX News Correspondent
 
Posts: 3948
Joined: Jul 10, 2001 @ 1:48pm
Location: the matrix has me


Re: Taskbar?

Postby Malmer » Sep 23, 2001 @ 2:33pm

Aha...you're making your own skinion? :)
All your base are belong to us
User avatar
Malmer
pm Member
 
Posts: 768
Joined: Apr 26, 2001 @ 5:15pm
Location: Sweden


Next

Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron