Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can we receive Shell Notifications ??? Pin
Abhishek Avasthi11-Jul-04 6:44
Abhishek Avasthi11-Jul-04 6:44 
AnswerRe: How can we receive Shell Notifications ??? Pin
Ravi Bhavnani11-Jul-04 7:19
professionalRavi Bhavnani11-Jul-04 7:19 
GeneralRe: How can we receive Shell Notifications ??? Pin
Abhishek Avasthi11-Jul-04 23:06
Abhishek Avasthi11-Jul-04 23:06 
AnswerRe: How can we receive Shell Notifications ??? Pin
Blake Miller12-Jul-04 8:49
Blake Miller12-Jul-04 8:49 
Generalmove and resize activeX control at runtime Pin
g_g_virat11-Jul-04 4:00
g_g_virat11-Jul-04 4:00 
GeneralRe: move and resize activeX control at runtime Pin
Ryan Binns11-Jul-04 18:13
Ryan Binns11-Jul-04 18:13 
General830421 - PostMessage problem Pin
ilostmyid211-Jul-04 3:36
professionalilostmyid211-Jul-04 3:36 
GeneralRe: 830421 - PostMessage problem Pin
peterchen11-Jul-04 4:34
peterchen11-Jul-04 4:34 
Even PostMessages are processed immediately as soon as the current message handler finishes, even before _PAINT and _TIMER messages (paint is delayed until the last posted message is gone)

(the main message loop is just a "get message, process message", so with a message posting itself, the application is completely busy)

The closest solution would be to replace the custom message with a SetTimer(0 ms)

Another option would be a worker thread, but you should do some derious reading on that topic before trying to get by with something you figured out.




we are here to help each other get through this thing, whatever it is Vonnegut jr.

sighist || Agile Programming | doxygen

GeneralRe: 830421 - PostMessage problem Pin
Michael Dunn11-Jul-04 6:44
sitebuilderMichael Dunn11-Jul-04 6:44 
GeneralRe: 830421 - PostMessage problem Pin
Gary R. Wheeler11-Jul-04 14:04
Gary R. Wheeler11-Jul-04 14:04 
GeneralRe: 830421 - PostMessage problem Pin
Ryan Binns11-Jul-04 18:16
Ryan Binns11-Jul-04 18:16 
GeneralRe: 830421 - PostMessage problem Pin
Michael Dunn11-Jul-04 19:50
sitebuilderMichael Dunn11-Jul-04 19:50 
GeneralTray Icon Messaging in Dialog based MFC Bot Pin
kJeromek11-Jul-04 2:40
kJeromek11-Jul-04 2:40 
GeneralRe: Tray Icon Messaging in Dialog based MFC Bot Pin
ThatsAlok11-Jul-04 3:12
ThatsAlok11-Jul-04 3:12 
GeneralRe: Tray Icon Messaging in Dialog based MFC Bot Pin
JeromeKJerome11-Jul-04 4:43
JeromeKJerome11-Jul-04 4:43 
GeneralRe: Tray Icon Messaging in Dialog based MFC Bot Pin
Ryan Binns11-Jul-04 18:19
Ryan Binns11-Jul-04 18:19 
QuestionHow can I get a Text where mouse cursor is placed? Pin
zeki yugnak11-Jul-04 2:09
zeki yugnak11-Jul-04 2:09 
AnswerRe: How can I get a Text where mouse cursor is placed? Pin
bikram singh11-Jul-04 4:01
bikram singh11-Jul-04 4:01 
AnswerRe: How can I get a Text where mouse cursor is placed? Pin
Michael Dunn11-Jul-04 6:47
sitebuilderMichael Dunn11-Jul-04 6:47 
GeneralRe: How can I get a Text where mouse cursor is placed? Pin
zeki yugnak11-Jul-04 13:41
zeki yugnak11-Jul-04 13:41 
AnswerRe: How can I get a Text where mouse cursor is placed? Pin
Jose Cezar S. Ynion11-Jul-04 23:35
Jose Cezar S. Ynion11-Jul-04 23:35 
GeneralRe: How can I get a Text where mouse cursor is placed? Pin
zeki yugnak12-Jul-04 9:10
zeki yugnak12-Jul-04 9:10 
Questionhow to got the id of motherborad or cpu.. Pin
chedly_ensi11-Jul-04 0:45
chedly_ensi11-Jul-04 0:45 
Generalsound card direct access Pin
X204011-Jul-04 0:43
X204011-Jul-04 0:43 
GeneralRe: sound card direct access Pin
erkanina11-Jul-04 21:02
erkanina11-Jul-04 21:02 

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.