Click here to Skip to main content
15,887,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BYTE array question Pin
Ryan Binns28-Feb-05 17:17
Ryan Binns28-Feb-05 17:17 
GeneralRe: BYTE array question Pin
Tom Wright1-Mar-05 3:31
Tom Wright1-Mar-05 3:31 
GeneralRe: BYTE array question Pin
zhang80060528-Feb-05 19:56
zhang80060528-Feb-05 19:56 
GeneralAPI & Resizing the SysTray window Pin
Axonn Echysttas28-Feb-05 9:52
Axonn Echysttas28-Feb-05 9:52 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns28-Feb-05 17:19
Ryan Binns28-Feb-05 17:19 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas28-Feb-05 20:54
Axonn Echysttas28-Feb-05 20:54 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns28-Feb-05 23:30
Ryan Binns28-Feb-05 23:30 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas1-Mar-05 10:21
Axonn Echysttas1-Mar-05 10:21 
Well... let me give you more details. What I`m trying to do is replace the Windows clock with a window made by me. Now... I already did this. Partially. I can put my window there, I can do some resizing... but when the scrollbar is moved, bye bye blue sky : ). Even when the time changes I get some surprises (my window dissapears beneath the clock).

Anywayz, I think I have to install this hook ONLY on explorer.exe... because in the end, I`m only interested in the messages that the systray clock window receives. And then probably (now I`m just thinking without knowing if it's really like this) I can see when explorer.exe tells the clock to resize or repaint and tell my window to repaint before.

So two questions related to this... how can I find out the Thread ID of Explorer.exe so I can hook it? : ). And how can I block those messages of ever reaching the original clock window? That would be even better if it would be possible...

Thank you a lot for your help...

The Greater Mind Balance
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns1-Mar-05 15:21
Ryan Binns1-Mar-05 15:21 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas1-Mar-05 21:30
Axonn Echysttas1-Mar-05 21:30 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas2-Mar-05 11:47
Axonn Echysttas2-Mar-05 11:47 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns2-Mar-05 12:43
Ryan Binns2-Mar-05 12:43 
GeneralDrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 9:44
peterchen28-Feb-05 9:44 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
PJ Arends28-Feb-05 10:05
professionalPJ Arends28-Feb-05 10:05 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
Ryan Binns28-Feb-05 17:26
Ryan Binns28-Feb-05 17:26 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 20:14
peterchen28-Feb-05 20:14 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
zhang80060528-Feb-05 20:19
zhang80060528-Feb-05 20:19 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 20:38
peterchen28-Feb-05 20:38 
Generalclosing a dialog box created in a different class Pin
itsh1128-Feb-05 8:47
itsh1128-Feb-05 8:47 
GeneralRe: closing a dialog box created in a different class Pin
zhang80060528-Feb-05 20:33
zhang80060528-Feb-05 20:33 
Generallinker error Pin
gyrvwrzp28-Feb-05 7:16
gyrvwrzp28-Feb-05 7:16 
GeneralRe: linker error Pin
PJ Arends28-Feb-05 10:10
professionalPJ Arends28-Feb-05 10:10 
GeneralIcon library format Pin
amehrpour28-Feb-05 7:02
amehrpour28-Feb-05 7:02 
GeneralRe: Icon library format Pin
Michael Dunn28-Feb-05 7:51
sitebuilderMichael Dunn28-Feb-05 7:51 
GeneralRe: Icon library format Pin
amehrpour28-Feb-05 12:11
amehrpour28-Feb-05 12:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.