|
-
April 6th, 1999, 04:36 AM
#1
Splash Screen and Tips of the Days
Hi,
i have implemented Splash Screen and Tips of the Days on my MFC programme.
But Tips of the days window is covered Splash Screen when the program start up.
How can i solve it? i implemented it by add "components and controls gallery".
thanks.
-
April 6th, 1999, 05:40 AM
#2
Re: Splash Screen and Tips of the Days
How about override OnInitDialog()
in your splash.cpp and put SetWindowPos(&wndTop,...)
function?
Good luck. 
Walter An
-
April 6th, 1999, 09:17 AM
#3
Re: Splash Screen and Tips of the Days
Thansk for ur help.
but my splash.cpp dont have OnInitDialog().
how can i initialize SetWindowPos
-
April 6th, 1999, 09:58 AM
#4
Re: Splash Screen and Tips of the Days
Hi!
Override OnInitDialog() by using
classwizard. In order to put
OnInitDialog() in ypour splash.cpp,
catch WM_INITDIALOG message.
Good luck. 
Walter An
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|