Click here to Skip to main content
15,904,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTCP/IP define a IP address a 32b int Pin
derek72-Mar-06 14:11
derek72-Mar-06 14:11 
AnswerRe: TCP/IP define a IP address a 32b int Pin
Ryan Binns2-Mar-06 16:51
Ryan Binns2-Mar-06 16:51 
Questionweb browser control Pin
Sam 20062-Mar-06 13:25
Sam 20062-Mar-06 13:25 
AnswerRe: web browser control Pin
Mauro Leggieri2-Mar-06 16:14
Mauro Leggieri2-Mar-06 16:14 
AnswerRe: web browser control Pin
Ryan Binns2-Mar-06 16:52
Ryan Binns2-Mar-06 16:52 
AnswerRe: web browser control Pin
Michael Dunn2-Mar-06 20:29
sitebuilderMichael Dunn2-Mar-06 20:29 
GeneralRe: web browser control Pin
Sam 20063-Mar-06 12:05
Sam 20063-Mar-06 12:05 
QuestionAdd a CR Pin
samkook2-Mar-06 12:55
samkook2-Mar-06 12:55 
AnswerRe: Add a CR Pin
Stephen Hewitt2-Mar-06 13:09
Stephen Hewitt2-Mar-06 13:09 
GeneralRe: Add a CR Pin
samkook2-Mar-06 14:02
samkook2-Mar-06 14:02 
AnswerRe: Add a CR Pin
ThatsAlok2-Mar-06 17:18
ThatsAlok2-Mar-06 17:18 
GeneralRe: Add a CR Pin
Michael Dunn2-Mar-06 20:31
sitebuilderMichael Dunn2-Mar-06 20:31 
GeneralRe: Add a CR Pin
ThatsAlok2-Mar-06 20:54
ThatsAlok2-Mar-06 20:54 
QuestionNew to VC++ Pin
Chilakaluri2-Mar-06 12:48
Chilakaluri2-Mar-06 12:48 
AnswerRe: New to VC++ Pin
Brett Peirce2-Mar-06 13:56
Brett Peirce2-Mar-06 13:56 
AnswerRe: New to VC++ Pin
Xing Chen2-Mar-06 14:49
Xing Chen2-Mar-06 14:49 
QuestionTemplate function problem Pin
Eikthrynir2-Mar-06 11:56
Eikthrynir2-Mar-06 11:56 
AnswerRe: Template function problem Pin
George L. Jackson2-Mar-06 13:21
George L. Jackson2-Mar-06 13:21 
QuestionHandling a double click Pin
Jader892-Mar-06 9:56
Jader892-Mar-06 9:56 
QuestionRe: Handling a double click Pin
David Crow2-Mar-06 10:06
David Crow2-Mar-06 10:06 
AnswerRe: Handling a double click Pin
Jader892-Mar-06 10:09
Jader892-Mar-06 10:09 
GeneralRe: Handling a double click Pin
David Crow2-Mar-06 10:33
David Crow2-Mar-06 10:33 
GeneralRe: Handling a double click Pin
Jader892-Mar-06 10:47
Jader892-Mar-06 10:47 
GeneralRe: Handling a double click Pin
David Crow2-Mar-06 10:58
David Crow2-Mar-06 10:58 
Questionloop processing Pin
ronwurster2-Mar-06 9:51
ronwurster2-Mar-06 9:51 
I have a dialog with several controls in it for several miscellaneous functions. Among them, I created a pushbutton control (function) which, when entered, loops forever processing the following:
opens a file, processes file data, closes the file, sleeps to
allow file access and repeats within the loop.

Once I select the pushbutton to do this, it locks me out from any of the other controls. How can I suspend (etc.) the loop to allow me to tell if another control has been selected and, if so, leave this loop to process the selected control.

Thanks, Ron

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.