|
-
Apr 8th, 2006, 10:24 AM
#3
Re: Locking form
myrea,
I am assuming you want to let other users use the computer while you're away just not your app.
You could hide the main form (form1.Hide) then show it again after sucessful login (form1.Show).
Instead of putting up the login screen you could use a task tray icon. When the user clicks on the icon he gets the login window.
This way you won't have to worry about what happens if he closes the login window because you can bring it up again from the task tray icon.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|