StrataFrame Forum

How do I make the login screen available via the normal alt-tab (windows)?

http://forum.strataframe.net/Topic5795.aspx

By Greg McGuffey - 1/12/2007

If I start my SF app and then alt-tab to another app or open another app on top of it, the login form is hard to get to. It isn't listed in the task bar or via alt-tabbing. How do I make it available on the task bar? or so I can alt-tab to it?


By Guillermo Vilas - 1/14/2007

Hi Greg

I think you'll need to modify the Security Library Source Code to change the TopMost properties of the LoginForm

By StrataFrame Team - 1/15/2007

Yes, you can also add a custom login form to your application.  There is a template to do just that.  You can then customize the look, feel, and functionality of this login form and use it with the StrataFrame security.
By Greg McGuffey - 1/17/2007

I already had a custom login form, so this turned out to be easy. I needed the ShowInTaskbar property. Ludicriously easy.



Thanks!