Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionipconfig Pin
includeh102-Aug-08 14:30
includeh102-Aug-08 14:30 
AnswerRe: ipconfig Pin
David Crow2-Aug-08 16:52
David Crow2-Aug-08 16:52 
AnswerRe: ipconfig Pin
Eytukan3-Aug-08 1:32
Eytukan3-Aug-08 1:32 
AnswerRe: ipconfig Pin
hoxsiew3-Aug-08 5:18
hoxsiew3-Aug-08 5:18 
Questiondetect IP address Pin
includeh102-Aug-08 14:25
includeh102-Aug-08 14:25 
AnswerRe: detect IP address Pin
Ștefan-Mihai MOGA2-Aug-08 19:45
professionalȘtefan-Mihai MOGA2-Aug-08 19:45 
QuestionModeless dialog to modal dialog Pin
Swathee2-Aug-08 3:05
Swathee2-Aug-08 3:05 
AnswerRe: Modeless dialog to modal dialog Pin
Gary R. Wheeler2-Aug-08 3:45
Gary R. Wheeler2-Aug-08 3:45 
There's no difference between the code for a modeless dialog or a modal dialog. The difference lies in how the dialog is created. A modal dialog is 'run' by calling the dialog class DoModal() function, while a modeless dialog is created by calling CreateWindow() followed by ShowWindow(). Once created, they 'run' in that fashion until destroyed.

What are you trying to accomplish by converting from one to the other?

Software Zen: delete this;
Fold With Us![^]

GeneralRe: Modeless dialog to modal dialog Pin
Swathee13-Aug-08 23:51
Swathee13-Aug-08 23:51 
AnswerRe: Modeless dialog to modal dialog Pin
Hamid_RT2-Aug-08 8:48
Hamid_RT2-Aug-08 8:48 
QuestionUSB Port Pin
NewVC++2-Aug-08 1:54
NewVC++2-Aug-08 1:54 
AnswerRe: USB Port Pin
David Crow2-Aug-08 5:16
David Crow2-Aug-08 5:16 
GeneralRe: USB Port Pin
Cedric Moonen2-Aug-08 21:41
Cedric Moonen2-Aug-08 21:41 
GeneralRe: USB Port Pin
David Crow4-Aug-08 3:03
David Crow4-Aug-08 3:03 
AnswerRe: USB Port Pin
Hamid_RT2-Aug-08 8:49
Hamid_RT2-Aug-08 8:49 
GeneralRe: USB Port Pin
NewVC++3-Aug-08 18:41
NewVC++3-Aug-08 18:41 
QuestionWS_EX_RTLREADING Pin
iayd2-Aug-08 1:22
iayd2-Aug-08 1:22 
QuestionRe: WS_EX_RTLREADING Pin
David Crow2-Aug-08 5:17
David Crow2-Aug-08 5:17 
AnswerRe: WS_EX_RTLREADING Pin
Hamid_RT2-Aug-08 8:51
Hamid_RT2-Aug-08 8:51 
AnswerRe: WS_EX_RTLREADING Pin
Jijo.Raj3-Aug-08 23:56
Jijo.Raj3-Aug-08 23:56 
QuestionMy problem with 2 dialog Pin
keyvan_jaferzade2-Aug-08 0:35
keyvan_jaferzade2-Aug-08 0:35 
QuestionRe: My problem with 2 dialog Pin
David Crow2-Aug-08 5:19
David Crow2-Aug-08 5:19 
AnswerRe: My problem with 2 dialog Pin
keyvan_jaferzade2-Aug-08 8:32
keyvan_jaferzade2-Aug-08 8:32 
GeneralRe: My problem with 2 dialog Pin
David Crow2-Aug-08 9:06
David Crow2-Aug-08 9:06 
AnswerRe: My problem with 2 dialog Pin
Mark Salsbery2-Aug-08 8:48
Mark Salsbery2-Aug-08 8:48 

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.