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

Task bar hook


Task bar hook

Postby j.edwards » Sep 22, 2007 @ 3:19am

I've been making a task bar hook and so far everything has been quite straight forward. However, I'm stuck with how to identify the current window to send it either a WM_CLOSE or minimize it based on whether it has an "OK" or "smart minimize". I don't want to call the default wndproc for the mousedown/up messages because it causes it to redraw and I'm drawing it myself.

Minimize is working ok - haven't had a case where it doesn't work properly yet.

Close works for some windows but not others.

Originally I thought it was just a matter of GetForegroundWindow() to get the current window and send it a WM_CLOSE. However, if I have my task bar hook running and go to calendar and "Menu -> New Appointment" it displays a window that has an "OK" so should respond to a WM_CLOSE as expected, but it just does nothing. I don't know if the problem is GetForegroundWindow() is not returning the correct window - i.e. maybe it's returning the main window not that specific dialog? or maybe it's the window doesn't respond to a normal WM_CLOSE and needs something else as well?
User avatar
j.edwards
pm Member
 
Posts: 240
Joined: Oct 29, 2003 @ 11:09am
Location: Australia


Postby Dan East » Sep 22, 2007 @ 3:44pm

Have you tried using Remote Spy to get the window handle of the Appointment window? You can then see if GetForegroundWindow is returning the proper value.

Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Postby j.edwards » Sep 22, 2007 @ 4:00pm

I've tried, but it's been a bit problematic - it only lets me select a 2003 device and I'm working on a 2005 device so that may be why. It only logs the first about 0.5sec of messages and then stops and I have to restart it to get any more messages.

Have MS released updates to remote spy?

Having a look at the window list there are a few calendar windows, and they don't seem to change count (or their children) when I open the appointment window. I wonder if it's a separate dialog that may not be a child of any window titled "Calendar".
User avatar
j.edwards
pm Member
 
Posts: 240
Joined: Oct 29, 2003 @ 11:09am
Location: Australia


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