Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IActiveDesktop::SetWallpaper Pin
Demetrius29-Apr-02 20:03
Demetrius29-Apr-02 20:03 
GeneralRe: IActiveDesktop::SetWallpaper Pin
Demetrius1-May-02 0:01
Demetrius1-May-02 0:01 
GeneralType Cast! Pin
hph29-Apr-02 8:56
hph29-Apr-02 8:56 
GeneralRe: Type Cast! Pin
Joaquín M López Muñoz29-Apr-02 9:12
Joaquín M López Muñoz29-Apr-02 9:12 
GeneralRe: Type Cast! Pin
hph29-Apr-02 9:26
hph29-Apr-02 9:26 
GeneralRe: Type Cast! Pin
Anders Molin29-Apr-02 10:47
professionalAnders Molin29-Apr-02 10:47 
Generaldialog question Pin
Rajveer29-Apr-02 8:31
Rajveer29-Apr-02 8:31 
GeneralRe: dialog question Pin
Paul M Watt29-Apr-02 8:34
mentorPaul M Watt29-Apr-02 8:34 
A Modal dialog locks down the user interface until the user exits the dialog. When you call DoModal, you are creating a Modal dialog.

You want to create a Modeless dialog. You can do this by declaring an instance of your dialog, calling the Create method, then calling the ShowWindow method and setting the dialog to visible.

When you want this dialog to disappear, you can call ShowWindow again to hide the dialog.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: dialog question Pin
act_x29-Apr-02 10:33
act_x29-Apr-02 10:33 
GeneralRe: dialog question Pin
Nish Nishant29-Apr-02 14:17
sitebuilderNish Nishant29-Apr-02 14:17 
Generaledit box variable Pin
Rajveer29-Apr-02 8:00
Rajveer29-Apr-02 8:00 
GeneralRe: edit box variable Pin
Swinefeaster30-Apr-02 1:13
Swinefeaster30-Apr-02 1:13 
GeneralC++ numerical conversion Pin
Jim Crafton29-Apr-02 7:45
Jim Crafton29-Apr-02 7:45 
GeneralRe: C++ numerical conversion Pin
Joaquín M López Muñoz29-Apr-02 9:05
Joaquín M López Muñoz29-Apr-02 9:05 
GeneralRe: C++ numerical conversion Pin
Jim Crafton29-Apr-02 10:01
Jim Crafton29-Apr-02 10:01 
GeneralPlease Help Me! - CopyFile Null terminated String Pin
Lucky the code machine29-Apr-02 7:35
Lucky the code machine29-Apr-02 7:35 
GeneralRe: Please Help Me! - CopyFile Null terminated String Pin
Paul M Watt29-Apr-02 7:42
mentorPaul M Watt29-Apr-02 7:42 
GeneralRe: Please Help Me! - CopyFile Null terminated String Pin
Lucky the code machine30-Apr-02 0:41
Lucky the code machine30-Apr-02 0:41 
GeneralRe: Please Help Me! - CopyFile Null terminated String Pin
PJ Arends29-Apr-02 10:02
professionalPJ Arends29-Apr-02 10:02 
GeneralRe: Please Help Me! - CopyFile Null terminated String Pin
Lucky the code machine30-Apr-02 0:39
Lucky the code machine30-Apr-02 0:39 
QuestionHorizontal Line? Pin
moobob29-Apr-02 7:27
moobob29-Apr-02 7:27 
AnswerRe: Horizontal Line? Pin
Paul M Watt29-Apr-02 7:36
mentorPaul M Watt29-Apr-02 7:36 
GeneralRe: Horizontal Line? Pin
moobob29-Apr-02 7:49
moobob29-Apr-02 7:49 
GeneralRe: Horizontal Line? Pin
PJ Arends29-Apr-02 9:58
professionalPJ Arends29-Apr-02 9:58 
GeneralCreate view in a CTabCtrl Pin
DrZOO29-Apr-02 7:21
DrZOO29-Apr-02 7:21 

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.