Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: type "double" question Pin
Trollslayer9-Jul-03 4:23
mentorTrollslayer9-Jul-03 4:23 
GeneralRe: type "double" question Pin
DaveE9th9-Jul-03 4:32
DaveE9th9-Jul-03 4:32 
GeneralRe: type "double" question Pin
David Crow9-Jul-03 4:37
David Crow9-Jul-03 4:37 
GeneralRe: type "double" question Pin
Ryan Binns9-Jul-03 4:25
Ryan Binns9-Jul-03 4:25 
GeneralRe: type "double" question Pin
DaveE9th9-Jul-03 4:53
DaveE9th9-Jul-03 4:53 
GeneralNatural Language Processing open source Pin
JoeSox9-Jul-03 3:48
JoeSox9-Jul-03 3:48 
GeneralLoading ComboBox within a thread Pin
cycosi9-Jul-03 3:46
cycosi9-Jul-03 3:46 
GeneralRe: Loading ComboBox within a thread Pin
David Crow9-Jul-03 4:00
David Crow9-Jul-03 4:00 
So the primary thread, which owns the comboboxes, spawned a secondary thread.. Is that right? Does the secondary thread try to populate the comboboxes (if so, the secondary thread will need a message pump), or does it post a message back to the primary thread (if so, remember to use PostMessage() and not SendMessage())?

To eliminate the secondary thread as a culprit, comment out the code that creates it, and have the primary thread populate the comboboxes. If the problem persists, you know the secondary thread is not to blame.
GeneralCustom message in ClassWizzard Pin
Cedric Moonen9-Jul-03 3:23
Cedric Moonen9-Jul-03 3:23 
GeneralEasy question on DHTML Editing control Pin
Scozturk9-Jul-03 3:15
professionalScozturk9-Jul-03 3:15 
GeneralRe: Automatic overwriting in setup Pin
David Crow9-Jul-03 3:15
David Crow9-Jul-03 3:15 
GeneralInitialize a List Box Pin
Jay Hova9-Jul-03 2:46
Jay Hova9-Jul-03 2:46 
GeneralRe: Initialize a List Box Pin
Jay Hova9-Jul-03 2:52
Jay Hova9-Jul-03 2:52 
GeneralRe: Initialize a List Box Pin
keegan9-Jul-03 3:11
keegan9-Jul-03 3:11 
GeneralRe: Initialize a List Box Pin
David Crow9-Jul-03 3:13
David Crow9-Jul-03 3:13 
GeneralRe: Initialize a List Box Pin
Jay Hova9-Jul-03 3:55
Jay Hova9-Jul-03 3:55 
GeneralRe: Initialize a List Box Pin
David Crow9-Jul-03 4:02
David Crow9-Jul-03 4:02 
GeneralRe: Initialize a List Box Pin
Jay Hova9-Jul-03 6:31
Jay Hova9-Jul-03 6:31 
GeneralRe: Initialize a List Box Pin
David Crow9-Jul-03 8:16
David Crow9-Jul-03 8:16 
GeneralRe: Initialize a List Box Pin
Mustafa Demirhan9-Jul-03 12:48
Mustafa Demirhan9-Jul-03 12:48 
GeneralRe: Initialize a List Box Pin
Jay Hova10-Jul-03 0:53
Jay Hova10-Jul-03 0:53 
GeneralFonts and Colors Pin
The_Server9-Jul-03 2:36
The_Server9-Jul-03 2:36 
GeneralRe: Fonts and Colors Pin
56789012349-Jul-03 3:46
56789012349-Jul-03 3:46 
GeneralProcess Status Pin
Majid Shahabfar9-Jul-03 2:13
Majid Shahabfar9-Jul-03 2:13 
GeneralRe: Process Status Pin
valikac9-Jul-03 5:44
valikac9-Jul-03 5:44 

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.