Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need to detect a float Pin
markkuk30-Oct-02 11:34
markkuk30-Oct-02 11:34 
GeneralRe: I need to detect a float Pin
alex.barylski30-Oct-02 14:39
alex.barylski30-Oct-02 14:39 
GeneralRe: I need to detect a float Pin
ns31-Oct-02 1:18
ns31-Oct-02 1:18 
GeneralRe: I need to detect a float Pin
Christian Graus30-Oct-02 11:15
protectorChristian Graus30-Oct-02 11:15 
GeneralThank you! Pin
ns31-Oct-02 1:15
ns31-Oct-02 1:15 
GeneralRe: I need to detect a float Pin
ns31-Oct-02 1:54
ns31-Oct-02 1:54 
Generaldeadlock woes Pin
mystro_AKA_kokie30-Oct-02 11:06
mystro_AKA_kokie30-Oct-02 11:06 
GeneralRe: deadlock woes Pin
User 988530-Oct-02 12:53
User 988530-Oct-02 12:53 
Are you accessing MFC window classes from the thread's message loop?
MFC Window classes + threading = recipe for disaster.

You are better off doing all your window message handling in the main app thread and delegating any time-consuming work to worker threads to make the application respond better.

I have had my share of problems trying to update MFC frame windows and views from threads. I later used userdefined messages to the window for all my events from the thread, so that all GUI functions like updating views etc were done in the main thread.



modified 29-Aug-18 21:01pm.

GeneralHelp with ListView Control Pin
Steven M Hunt30-Oct-02 11:06
Steven M Hunt30-Oct-02 11:06 
GeneralRe: Help with ListView Control Pin
alex.barylski30-Oct-02 11:11
alex.barylski30-Oct-02 11:11 
GeneralRe: Help with ListView Control Pin
Anonymous30-Oct-02 11:36
Anonymous30-Oct-02 11:36 
GeneralRe: Help with ListView Control Pin
Steven M Hunt30-Oct-02 13:52
Steven M Hunt30-Oct-02 13:52 
Generalreal time audio encoding/decoding over a network Pin
ascherchen30-Oct-02 10:58
ascherchen30-Oct-02 10:58 
GeneralRe: real time audio encoding/decoding over a network Pin
Stephane Rodriguez.30-Oct-02 11:13
Stephane Rodriguez.30-Oct-02 11:13 
Generalatoi(123.567) Pin
ns30-Oct-02 10:54
ns30-Oct-02 10:54 
GeneralRe: atoi(123.567) Pin
Christian Graus30-Oct-02 10:58
protectorChristian Graus30-Oct-02 10:58 
GeneralRe: atoi(123.567) Pin
alex.barylski30-Oct-02 11:00
alex.barylski30-Oct-02 11:00 
GeneralRe: atoi(123.567) Pin
ian mariano30-Oct-02 21:41
ian mariano30-Oct-02 21:41 
GeneralRe: atoi(123.567) Pin
alex.barylski30-Oct-02 22:35
alex.barylski30-Oct-02 22:35 
GeneralRe: atoi(123.567) Pin
S van Leent30-Oct-02 11:10
S van Leent30-Oct-02 11:10 
GeneralXML using DOM Pin
Anonymous30-Oct-02 10:45
Anonymous30-Oct-02 10:45 
GeneralRe: XML using DOM Pin
Christian Graus30-Oct-02 10:59
protectorChristian Graus30-Oct-02 10:59 
QuestionText & Background color in Listbox? Pin
Anonymous30-Oct-02 10:39
Anonymous30-Oct-02 10:39 
AnswerRe: Text & Background color in Listbox? Pin
alex.barylski30-Oct-02 11:04
alex.barylski30-Oct-02 11:04 
GeneralRe: Text & Background color in Listbox? Pin
Anonymous30-Oct-02 11:32
Anonymous30-Oct-02 11:32 

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.