SplashScreen Image

A

apollo8359

I am creating a three second splash screen to display while my forms are
loading. I would like the image as the backround and the text boxes to
display on top with the color of the backround displaying underneath the text
box. I suspect it has something to do with the transparent option, but
playing around with that has not worked. Any suggestions?
 
A

AutomationGuru

If you don't need to enter data on the splash screen, try using labels with
Back Syyle property set to transparent instead of textboxes as when a textbox
has focus it doesn't have a transparent background.
 
Top