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

C / C++ / MFC

 
GeneralRe: Function for Rename in Native APIs Pin
rajeevktripathi26-Apr-06 3:38
rajeevktripathi26-Apr-06 3:38 
GeneralRe: Function for Rename in Native APIs Pin
David Crow26-Apr-06 3:54
David Crow26-Apr-06 3:54 
GeneralRe: Function for Rename in Native APIs Pin
rajeevktripathi26-Apr-06 4:08
rajeevktripathi26-Apr-06 4:08 
QuestionDrag and Drop Pin
Anil_vvs25-Apr-06 23:19
Anil_vvs25-Apr-06 23:19 
QuestionMoving an ActiveX in a dialog box Pin
VogRo25-Apr-06 22:35
VogRo25-Apr-06 22:35 
QuestionShowing dialogs within a thread Pin
ilgale25-Apr-06 22:08
ilgale25-Apr-06 22:08 
AnswerRe: Showing dialogs within a thread Pin
Cedric Moonen25-Apr-06 22:11
Cedric Moonen25-Apr-06 22:11 
GeneralRe: Showing dialogs within a thread Pin
ilgale25-Apr-06 22:35
ilgale25-Apr-06 22:35 
My problem is the following:
a part of the user interface must be sinchronized with an external
interface, some dialogs must be shown when a message is received and must
be blocked until another message is received.
While this part of the user interface is running (pay attention.. it may be
blocked waiting for some events) the rest of the application have to do other
things and Windows messages must be processed. So I supposed to let a separate
thread to manage that part of the user interface in order to don't block
the main thread while waiting for external events.
Do you know what's a good way to solve this problem ?
GeneralRe: Showing dialogs within a thread Pin
Cedric Moonen25-Apr-06 22:43
Cedric Moonen25-Apr-06 22:43 
GeneralRe: Showing dialogs within a thread Pin
ilgale25-Apr-06 23:51
ilgale25-Apr-06 23:51 
AnswerRe: Showing dialogs within a thread Pin
Nibu babu thomas25-Apr-06 22:23
Nibu babu thomas25-Apr-06 22:23 
GeneralRe: Showing dialogs within a thread Pin
ilgale25-Apr-06 22:37
ilgale25-Apr-06 22:37 
GeneralRe: Showing dialogs within a thread Pin
Nibu babu thomas25-Apr-06 23:11
Nibu babu thomas25-Apr-06 23:11 
GeneralRe: Showing dialogs within a thread Pin
ilgale26-Apr-06 0:24
ilgale26-Apr-06 0:24 
Questionwhen use a button on dialog, i get trouble Pin
samfromcn25-Apr-06 22:05
samfromcn25-Apr-06 22:05 
AnswerRe: when use a button on dialog, i get trouble Pin
Cedric Moonen25-Apr-06 22:09
Cedric Moonen25-Apr-06 22:09 
GeneralRe: when use a button on dialog, i get trouble Pin
samfromcn25-Apr-06 22:29
samfromcn25-Apr-06 22:29 
GeneralRe: when use a button on dialog, i get trouble Pin
Cedric Moonen25-Apr-06 22:34
Cedric Moonen25-Apr-06 22:34 
GeneralRe: when use a button on dialog, i get trouble Pin
samfromcn25-Apr-06 22:47
samfromcn25-Apr-06 22:47 
QuestionRe: when use a button on dialog, i get trouble Pin
David Crow26-Apr-06 3:08
David Crow26-Apr-06 3:08 
AnswerRe: when use a button on dialog, i get trouble Pin
Ryan Binns26-Apr-06 2:26
Ryan Binns26-Apr-06 2:26 
AnswerRe: when use a button on dialog, i get trouble Pin
samfromcn26-Apr-06 17:41
samfromcn26-Apr-06 17:41 
QuestionHow to use internal command of command prompt without typing it Pin
kflrei25-Apr-06 22:02
kflrei25-Apr-06 22:02 
AnswerRe: How to use internal command of command prompt without typing it Pin
Nibu babu thomas25-Apr-06 22:19
Nibu babu thomas25-Apr-06 22:19 
GeneralRe: How to use internal command of command prompt without typing it Pin
kflrei27-Apr-06 0:17
kflrei27-Apr-06 0:17 

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.