|
-
Feb 8th, 2012, 10:19 AM
#1
Thread Starter
Hyperactive Member
Exception to topmost..?
Hi, I'm writing a program that's supposed to keep the employees at my work away from doing things they're not supposed to on the computer. So I made a "launcher" window that's only closeable with password. I also disabled task manager. However when I start an application from my launcher window, the launcher window goes over it because of its topmost property. Anyway to get around this..?
Thanks!
-
Feb 8th, 2012, 10:42 AM
#2
Hyperactive Member
Re: Exception to topmost..?
Why set the value topmost to true if that's not what you're after?
If you've done it because you don't want the user to interact with the operating system GUI, then kill the process (e.g. explorer.exe).
Then remove any functionality to move, minimise or close the launcher.
-
Feb 8th, 2012, 11:22 AM
#3
Thread Starter
Hyperactive Member
Re: Exception to topmost..?
Well, obviously it would be true in most cases.
There are so many potential processes that would need to be stopped that it seems like an unnecessarily hard way to go about it.
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
|