Results 1 to 3 of 3

Thread: Exception to topmost..?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Location
    England
    Posts
    270

    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!

  2. #2
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    278

    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Location
    England
    Posts
    270

    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
  •  



Click Here to Expand Forum to Full Width