954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to display panel before our applications gets started.

how can we display a panel or small image in the desktop screen before starting our application
and after some time it should display the window pertaining to it

solution is welcomed in any lnaguage
c/c++/java

prof.thakur
Light Poster
38 posts since Mar 2006
Reputation Points: 11
Solved Threads: 1
 

Just create a window with no border or title bar buttons and have it display in the center of the screen. I guess the easiest option would be to have the user dismiss it by clicking anywhere on it.

No, I won't do it for you.

ahluka
Light Poster
27 posts since Apr 2006
Reputation Points: 10
Solved Threads: 2
 

Java-

http://www.daniweb.com/techtalkforums/showthread.php?t=39461&highlight=jar+executable

You could do something similiar in win32, that's more of a pain though.

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

I guess you could show a dialog with the required graphics in it's backgound at startup, on the WM_INITDIALOG event, or WM_CREATE event; set a timer at that moment, and when the timer throws the WM_TIMER event after the required time-interval, you can close the Splash Screen.

WolfPack
Postaholic
Moderator
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
 

google for "splash screens". Here is how to do it for MFC program.

Ancient Dragon
Retired & Loving It
Team Colleague
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You