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

C / C++ / MFC

 
GeneralRe: multiple windowed apps Pin
Rage27-Feb-03 5:55
professionalRage27-Feb-03 5:55 
GeneralRe: multiple windowed apps Pin
SumGuy27-Feb-03 6:26
SumGuy27-Feb-03 6:26 
GeneralI figured it out thanks Pin
SumGuy27-Feb-03 7:19
SumGuy27-Feb-03 7:19 
GeneralRe: I figured it out thanks Pin
Alvaro Mendez27-Feb-03 9:54
Alvaro Mendez27-Feb-03 9:54 
GeneralRe: I figured it out thanks Pin
Jason Henderson27-Feb-03 11:22
Jason Henderson27-Feb-03 11:22 
GeneralRe: I figured it out thanks Pin
Alvaro Mendez27-Feb-03 17:23
Alvaro Mendez27-Feb-03 17:23 
GeneralA self-disappearing messagebox Pin
ns27-Feb-03 5:03
ns27-Feb-03 5:03 
GeneralRe: A self-disappearing messagebox Pin
will138327-Feb-03 5:08
will138327-Feb-03 5:08 
Use this and give it a callback procedure.

int MessageBoxIndirect(
LPMSGBOXPARAMS lpMsgBoxParams // address of structure for message
// box parameters
);

Then you can just fire a message to the box when you are finished and close the dialog when you recieve that message.

OR,

use the same creation method, but in the WM_CREATE, start a timer and in your callback when you handle the WM_TIMER, you can just kill the dialog.




Hope this helps!

Dan Willis
GeneralRe: A self-disappearing messagebox Pin
Alvaro Mendez27-Feb-03 5:42
Alvaro Mendez27-Feb-03 5:42 
Generalthanks!! Pin
ns27-Feb-03 5:47
ns27-Feb-03 5:47 
GeneralRe: A self-disappearing messagebox Pin
Nish Nishant27-Feb-03 6:38
sitebuilderNish Nishant27-Feb-03 6:38 
GeneralWow!!! Pin
ns27-Feb-03 7:33
ns27-Feb-03 7:33 
Generaluh-oh! How do you convert the vc7 prj to a vc6 prj...can you? Pin
ns27-Feb-03 7:39
ns27-Feb-03 7:39 
GeneralRe: uh-oh! How do you convert the vc7 prj to a vc6 prj...can you? Pin
Chris Richardson27-Feb-03 8:18
Chris Richardson27-Feb-03 8:18 
Generalthankyou ! Pin
ns27-Feb-03 8:32
ns27-Feb-03 8:32 
GeneralMessageBox Pin
will138327-Feb-03 5:00
will138327-Feb-03 5:00 
GeneralRe: MessageBox Pin
Alvaro Mendez27-Feb-03 5:38
Alvaro Mendez27-Feb-03 5:38 
GeneralCFormView problem in VC++ .NET Pin
Anonymous27-Feb-03 4:45
Anonymous27-Feb-03 4:45 
GeneralReshaping project in VS.net Pin
MemLeak27-Feb-03 4:16
MemLeak27-Feb-03 4:16 
GeneralMs Acess 2002 Stored Prodedures Pin
Braulio Dez27-Feb-03 3:55
Braulio Dez27-Feb-03 3:55 
GeneralRe: Ms Acess 2002 Stored Prodedures Pin
Michael P Butler27-Feb-03 4:13
Michael P Butler27-Feb-03 4:13 
GeneralClosing Modal Dialog Pin
Big Trev27-Feb-03 3:29
Big Trev27-Feb-03 3:29 
GeneralRe: Closing Modal Dialog Pin
dan o27-Feb-03 3:49
dan o27-Feb-03 3:49 
GeneralRe: Closing Modal Dialog Pin
Hans Ruck27-Feb-03 4:03
Hans Ruck27-Feb-03 4:03 
GeneralRe: Closing Modal Dialog Pin
Alvaro Mendez27-Feb-03 6:14
Alvaro Mendez27-Feb-03 6:14 

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.