Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Newbie

How do i show a form named "AboutBox"?
[38 byte] By [Code_Writer] at [2007-11-11 8:02:38]
# 1 Re: Newbie
Hi,
Create an Instance of the AboutBox class
sth like:

CAboutDlg dlg;
dlg.DoModal();

I assume you use Visual Studio.

Cheers,
D
drkybelk at 2007-11-11 21:01:42 >