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 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 
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 
Here I try to give you more information.
My application manages an Ethernet interface with 2 other applications.
It has to send periodic messages and to manage messages received through
Ethernet interfaces. Ethernet interfaces are multi-thread and talks with
the CMainFrame instance through Windows messages so Dialog boxes are
updated with received data when the CMainframe receives the Windows message
sent by Ethernet interfaces threads.
For a specific functionality of my software I have to show and hide some modal
windows when I receive specific Ethernet messages and my flow of operations
must be blocked waiting to next messages. Then I've to send some messages when
the user sets some data and closed the dialog boxes. As you can see, in this case,
the GUI and the Ethernet interface are synchronized in a unique flow of operations.
If it'd be possibile a thread would be the better way to implement this functionality
but I think it is not possible....
Maybe I should let a thread to manage the flow of operations (messages, events,
waits) and post messages to the main thread in order to let it show the dialog
boxes but I've also to use modless dialogs instead of modal dialogs.
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 
QuestionRecording the audio from the devices Pin
atimpoo25-Apr-06 21:22
atimpoo25-Apr-06 21:22 
AnswerRe: Recording the audio from the devices Pin
normanS26-Apr-06 2:46
normanS26-Apr-06 2:46 

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.