Click here to Skip to main content
15,896,450 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[D3DM] Memory & textures [modified] Pin
MMoi17-Aug-09 21:57
MMoi17-Aug-09 21:57 
AnswerRe: [D3DM] Memory & textures Pin
Cedric Moonen17-Aug-09 22:56
Cedric Moonen17-Aug-09 22:56 
GeneralRe: [D3DM] Memory & textures Pin
MMoi17-Aug-09 23:14
MMoi17-Aug-09 23:14 
AnswerRe: [D3DM] Memory & textures Pin
MMoi19-Aug-09 15:10
MMoi19-Aug-09 15:10 
Questionthumbnails are not displayed if another window is opened on Dialog box. Pin
VCProgrammer17-Aug-09 19:26
VCProgrammer17-Aug-09 19:26 
QuestionOther option in place of Sleep. Pin
Le@rner17-Aug-09 18:16
Le@rner17-Aug-09 18:16 
AnswerRe: Other option in place of Sleep. Pin
Adam Roderick J17-Aug-09 19:44
Adam Roderick J17-Aug-09 19:44 
AnswerRe: Other option in place of Sleep. Pin
«_Superman_»17-Aug-09 20:08
professional«_Superman_»17-Aug-09 20:08 
You can use MsgWaitForMultipleObjects[^].
This function returns when a message comes into the message queue.
Specify the bWaitAll parameter as FALSE.
For the pHandles parameter you can create a waitable timer using CreateWaitableTimer[^].

You can check the return value to find if the function returned because of a timeout or an event.
If it returned because of an event, retrieve the message using GetMessage[^] and use DispatchMessage[^] to send it to the window procedure for processing.

«_Superman
I love work. It gives me something to do between weekends.

AnswerRe: Other option in place of Sleep. Pin
Rajesh R Subramanian17-Aug-09 20:08
professionalRajesh R Subramanian17-Aug-09 20:08 
AnswerRe: Other option in place of Sleep. Pin
CPallini18-Aug-09 0:01
mveCPallini18-Aug-09 0:01 
AnswerRe: Other option in place of Sleep. Pin
David Crow18-Aug-09 3:15
David Crow18-Aug-09 3:15 
AnswerRe: Other option in place of Sleep. Pin
Joe Woodbury18-Aug-09 11:20
professionalJoe Woodbury18-Aug-09 11:20 
AnswerRe: Other option in place of Sleep. Pin
KarstenK19-Aug-09 3:23
mveKarstenK19-Aug-09 3:23 
QuestionWhen press enter over ListCtrl OK button click event called. Pin
Le@rner17-Aug-09 18:14
Le@rner17-Aug-09 18:14 
AnswerRe: When press enter over ListCtrl OK button click event called. Pin
Code-o-mat17-Aug-09 21:54
Code-o-mat17-Aug-09 21:54 
QuestionAccess to Locigal Drives under Vista Pin
Bram van Kampen17-Aug-09 13:56
Bram van Kampen17-Aug-09 13:56 
AnswerRe: Access to Locigal Drives under Vista Pin
Michael Dunn17-Aug-09 15:06
sitebuilderMichael Dunn17-Aug-09 15:06 
GeneralRe: Access to Locigal Drives under Vista Pin
Bram van Kampen18-Aug-09 11:01
Bram van Kampen18-Aug-09 11:01 
GeneralRe: Access to Locigal Drives under Vista Pin
Bram van Kampen18-Aug-09 14:35
Bram van Kampen18-Aug-09 14:35 
GeneralRe: Access to Locigal Drives under Vista Pin
Michael Dunn18-Aug-09 16:20
sitebuilderMichael Dunn18-Aug-09 16:20 
GeneralRe: Access to Locigal Drives under Vista Pin
Bram van Kampen23-Aug-09 13:39
Bram van Kampen23-Aug-09 13:39 
AnswerRe: Access to Locigal Drives under Vista Pin
bob1697217-Aug-09 17:32
bob1697217-Aug-09 17:32 
QuestionImporting a class from a DLL with a different name Pin
Code-o-mat17-Aug-09 11:48
Code-o-mat17-Aug-09 11:48 
AnswerRe: Importing a class from a DLL with a different name Pin
Bram van Kampen17-Aug-09 14:09
Bram van Kampen17-Aug-09 14:09 
GeneralRe: Importing a class from a DLL with a different name Pin
Code-o-mat17-Aug-09 21:10
Code-o-mat17-Aug-09 21:10 

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.