PDA

Click to See Complete Forum and Search --> : Splash Screen


bhogg
Apr 18th, 2000, 09:01 AM
Just want to make a nice splash screen for the beginning of my program. Am using an image control with a transparent gif. Now how do I get the background of the form transparent while retaining the image with transparency? The code given for form transparency:

SetWindowLong Me.hwnd, GWL_EXSTYLE, _
WS_EX_TRANSPARENT
SetWindowPos Me.hwnd, HWND_NOTOPMOST, _
0&, 0&, 0&, 0&, SWP_SHOWME

(with proper API declarations) messes things up badly. Anyone?

Regards,
Brian