mpappert Posted October 26, 2002 Posted October 26, 2002 I've created a login screen that I don't want a title bar to appear on the form (as its kind of a splash screen and login screen combined), however, I do want the the title of the application to be shown in the taskbar (right now it just has the icon and blank text). Is there a way to do this, or should I just set ShowInTaskbar to False and only display in the Taskbar once the main application is loaded? TIA! M. Quote
*Gurus* Derek Stone Posted October 26, 2002 *Gurus* Posted October 26, 2002 You either need to set the FormBorderStyle property to None or set ShowInTaskbar to False. Quote Posting Guidelines
mpappert Posted October 26, 2002 Author Posted October 26, 2002 CooL! Thanks! I'll try the FormBorderProperty! M. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.