Link to home
Start Free TrialLog in
Avatar of okg
okg

asked on

How to implement automatically disappeared warnning message box?

Hi experts !
I'm using VC++5.0 on WindowsNT4.0 SP4.
In many apps in the world, we can find
the warnning message box which is displayed for several seconds and disappeared by itself.
Can any one inform me how to implement such message box.
Is it a kind of splash screen ?
If so, can I use splash screen OCX included in Visual Studio / Add_To_Project ->Component and Controls...
If it's not splash screen, is it a dialog box ?
If it's a dialog box, how to make it destroyed by it self after several seconds ?
Any comment will be highly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of okg
okg

ASKER

Thank you Chensu !
Your sample code was very helpful.