Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC's future Pin
pranavamhari23-Dec-03 18:14
pranavamhari23-Dec-03 18:14 
GeneralRe: MFC's future Pin
Michael P Butler24-Dec-03 2:49
Michael P Butler24-Dec-03 2:49 
QuestionHow could I get back my Save.cpp ? Pin
ljx23-Dec-03 16:42
ljx23-Dec-03 16:42 
AnswerRe: How could I get back my Save.cpp ? Pin
Anonymous23-Dec-03 17:58
Anonymous23-Dec-03 17:58 
GeneralRe: How could I get back my Save.cpp ? Pin
ljx23-Dec-03 18:29
ljx23-Dec-03 18:29 
AnswerRe: How could I get back my Save.cpp ? Pin
Gary R. Wheeler26-Dec-03 5:17
Gary R. Wheeler26-Dec-03 5:17 
GeneralRe: How could I get back my Save.cpp ? Pin
ljx28-Dec-03 13:53
ljx28-Dec-03 13:53 
Generalgetting rid of "Not Responding" window titles Pin
shultas23-Dec-03 16:33
shultas23-Dec-03 16:33 
GeneralRe: getting rid of "Not Responding" window titles Pin
Monty223-Dec-03 17:54
Monty223-Dec-03 17:54 
GeneralRe: getting rid of "Not Responding" window titles Pin
Michael Dunn23-Dec-03 18:09
sitebuilderMichael Dunn23-Dec-03 18:09 
Questioncomposing a bitmap buffer ?? Pin
azusakt23-Dec-03 15:10
azusakt23-Dec-03 15:10 
AnswerRe: composing a bitmap buffer ?? Pin
John R. Shaw23-Dec-03 15:29
John R. Shaw23-Dec-03 15:29 
Questionideas? Pin
hingis_fan23-Dec-03 14:03
hingis_fan23-Dec-03 14:03 
AnswerRe: ideas? Pin
John R. Shaw23-Dec-03 15:12
John R. Shaw23-Dec-03 15:12 
GeneralCWinapp::Run Pin
Anthony988723-Dec-03 13:26
Anthony988723-Dec-03 13:26 
GeneralArray of pointers to a functions Pin
veselin_iordanov23-Dec-03 13:17
veselin_iordanov23-Dec-03 13:17 
GeneralRe: Array of pointers to a functions Pin
Simon.W23-Dec-03 14:13
Simon.W23-Dec-03 14:13 
GeneralRe: Array of pointers to a functions Pin
Michael Dunn23-Dec-03 15:35
sitebuilderMichael Dunn23-Dec-03 15:35 
GeneralRe: Array of pointers to a functions Pin
John R. Shaw23-Dec-03 15:54
John R. Shaw23-Dec-03 15:54 
GeneralRe: Array of pointers to a functions Pin
veselin_iordanov24-Dec-03 8:09
veselin_iordanov24-Dec-03 8:09 
GeneralHooking the taskbar Pin
Rickard Andersson2023-Dec-03 13:08
Rickard Andersson2023-Dec-03 13:08 
GeneralRe: Hooking the taskbar Pin
Ryan Binns23-Dec-03 14:59
Ryan Binns23-Dec-03 14:59 
Put the app in a DLL that also contains a basic COM object. Use the SHLoadInProc() function to cause the DLL to be loaded into explorer's address space and an instance of the COM object to be created. In the initialisation of this object, you can subclass the taskbar and handle whatever messages you need. Use spyxx to find the window structure so you can find the taskbar at runtime.

Hope this helps,

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Hooking the taskbar Pin
Rickard Andersson2024-Dec-03 0:28
Rickard Andersson2024-Dec-03 0:28 
Questionhow to create shortcut of a file from MFC Pin
Binayak23-Dec-03 12:27
Binayak23-Dec-03 12:27 
AnswerRe: how to create shortcut of a file from MFC Pin
Selvam R24-Dec-03 12:39
professionalSelvam R24-Dec-03 12:39 

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.