Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / March 2005

Tip: Looking for answers? Try searching our database.

Splash screen

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wayne - 11 Mar 2005 11:44 GMT
How to display a splash screen(with a sentence of word) just before
display of the  main screen(MDI application) using visual c++??

thanks


Michael Nemtsev - 11 Mar 2005 12:55 GMT
Hallo,

in InitInstance()

see http://www.codeproject.com/dialog/splasher.asp

> How to display a splash screen(with a sentence of word) just before

> display of the  main screen(MDI application) using visual c++??
Michael Nemtsev - 11 Mar 2005 12:58 GMT
One more good example

http://www.codeproject.com/miscctrl/csplashscreenex.asp

> How to display a splash screen(with a sentence of word) just before

> display of the  main screen(MDI application) using visual c++??
Bernd Muent - 11 Mar 2005 17:08 GMT
wayne schrieb:

> How to display a splash screen(with a sentence of word) just before
> display of the  main screen(MDI application) using visual c++??

In InitInstance or OnInitDialog of your main form do something like:

Splash* splash = new Splash(this);
splash->Create();
Sleep(3000);
delete splash;

And Splash is just a simple class derived from CDialog with no Border a
Bitmap on it.

B.

Signature

BM Computer-Services, Bergmannstr. 66, 10961 Berlin
Webdesign, Internet, Layout und Grafik
Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401
Web: http://www.bmservices.de, eMail: kontakt@bmservices.de


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.