Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

waiting when executing program

Status
Not open for further replies.

noryac

Technical User
May 18, 2005
2
0
0
US
Hello everybody i'm a noob in programming and i would like to know how i can post an image to wait the execution of the program (like when u execute photoshop, word...)because my program take 10s to launch and we wait with nothing on screen.
Thank you for your answer.
 
The feature you want to use is called "splash screen".
Look for the below topic in MSDN and study the supplied splash screen

SUPERPAD: Demonstrates a Visual Editing Server That Edits Text Using CEditView

s-)

Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
 
What actually the problem? Like B00gyeMan said - you could simply CreateWindowEx() with single static bitmap control on entering the program and destroy it after the initialisation routine ends.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top