I need to make a custom splash screen. The purpose is to deter users from clicking on other apps before the login process finishes. So what we want the splash screen to do is not allow users to click off/away from the form till a given amount of time has expired then exit by itself (without users intervention). Is that possible?
I have tried playing around with modal message boxes and modal forms but it required the user to click a button then exits.
Any sugestions would help.
Also, I am using VB 6.0 because this splash screen will be used on Citrix PS4 server and PS4 does not work with .Net 2.0. Doing it in VS .Net is not an option.
I am also not against using an IE form. I just can't figure out how to make it stay as the active window all the time.
Thanks
I have tried playing around with modal message boxes and modal forms but it required the user to click a button then exits.
Any sugestions would help.
Also, I am using VB 6.0 because this splash screen will be used on Citrix PS4 server and PS4 does not work with .Net 2.0. Doing it in VS .Net is not an option.
I am also not against using an IE form. I just can't figure out how to make it stay as the active window all the time.
Thanks