CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    Mumbai, India
    Posts
    1

    Hide app from task list

    How can I hide my application from the task list in windows 95.
    i.e. when a user presses <CTRL> + <ALT> + <DEL> he should not see the my app which is running.


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Hide app from task list

    The App Object has a TaskVisible Property, which when set to True doesn't show in the list of tasts. Hoever if the applications shows any GUI elements, like forms etc, then VB will automatically force the this Property to False. See MSDN

    RK

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

Featured