Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Date option Pin
BlackDice29-Oct-04 6:19
BlackDice29-Oct-04 6:19 
GeneralMFC type of file Pin
missnazar29-Oct-04 6:05
missnazar29-Oct-04 6:05 
GeneralRe: MFC type of file Pin
John M. Drescher29-Oct-04 6:06
John M. Drescher29-Oct-04 6:06 
GeneralRe: MFC type of file Pin
missnazar29-Oct-04 6:21
missnazar29-Oct-04 6:21 
GeneralRe: MFC type of file Pin
Maximilien29-Oct-04 7:38
Maximilien29-Oct-04 7:38 
GeneralRe: MFC type of file Pin
alex.barylski29-Oct-04 14:13
alex.barylski29-Oct-04 14:13 
GeneralThread message queue Pin
GingerSpen29-Oct-04 6:01
GingerSpen29-Oct-04 6:01 
GeneralRe: Thread message queue Pin
Michael Dunn29-Oct-04 6:58
sitebuilderMichael Dunn29-Oct-04 6:58 
When you make a worker thread, it does not initially have a message queue. The first time you call a message queue-related API, a queue is created. To create a queue, use this:
MSG msg;
 
  PeekMessage( &msg, (HWND) INVALID_HANDLE_VALUE, WM_NULL, WM_NULL, PM_NOREMOVE );

--
I'm Michael Dunn and I approve this post.

Vote Trogdor in oh-four!
GeneralRe: Thread message queue Pin
GingerSpen29-Oct-04 7:36
GingerSpen29-Oct-04 7:36 
GeneralRe: Thread message queue Pin
GKarRacer29-Oct-04 7:03
GKarRacer29-Oct-04 7:03 
GeneralRe: Thread message queue Pin
GingerSpen29-Oct-04 7:34
GingerSpen29-Oct-04 7:34 
GeneralRe: Thread message queue Pin
GKarRacer29-Oct-04 9:58
GKarRacer29-Oct-04 9:58 
GeneralRe: Thread message queue Pin
GingerSpen2-Nov-04 11:08
GingerSpen2-Nov-04 11:08 
GeneralRegarding declaration of objects Pin
Member 12881529-Oct-04 6:00
Member 12881529-Oct-04 6:00 
GeneralRunning a mdb from Visual C++ Pin
Rhina29-Oct-04 5:49
Rhina29-Oct-04 5:49 
GeneralRe: Running a mdb from Visual C++ Pin
David Crow29-Oct-04 5:58
David Crow29-Oct-04 5:58 
GeneralRe: Running a mdb from Visual C++ Pin
John M. Drescher29-Oct-04 5:59
John M. Drescher29-Oct-04 5:59 
GeneralRe: Running a mdb from Visual C++ Pin
Rhina29-Oct-04 6:10
Rhina29-Oct-04 6:10 
GeneralMFC Remote Drive Access Pin
missnazar29-Oct-04 5:38
missnazar29-Oct-04 5:38 
GeneralRe: MFC Remote Drive Access Pin
David Crow29-Oct-04 5:59
David Crow29-Oct-04 5:59 
GeneralRe: MFC Remote Drive Access Pin
missnazar29-Oct-04 6:05
missnazar29-Oct-04 6:05 
GeneralRe: MFC Remote Drive Access Pin
David Crow29-Oct-04 7:17
David Crow29-Oct-04 7:17 
GeneralRe: MFC Remote Drive Access Pin
John M. Drescher29-Oct-04 6:16
John M. Drescher29-Oct-04 6:16 
Generalrandom colored letters from a CString Pin
...---...29-Oct-04 4:52
...---...29-Oct-04 4:52 
GeneralRe: random colored letters from a CString Pin
Antony M Kancidrowski29-Oct-04 5:32
Antony M Kancidrowski29-Oct-04 5: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.