DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    43,023

    How to hide an application from Windows

    [Originally posted by Alex]

    Hi, all
    I would appreciate if you could tell me how to hide a vb application from Windows NT Task Manager Application tab?
    I want to run a VB application as from.visible = false. But when I run that application, I can see it in the Application Tab of Task Manager.
    Cheers
    Alex

  2. #2
    Join Date
    Aug 2004
    Posts
    43,023

    Re:How to hide an application from Windows

    [Originally posted by FreeVBCode.com]

    App.ShowInTaskBar = false

  3. #3
    Join Date
    Aug 2004
    Posts
    43,023

    Re:Re:How to hide an application from Windows

    [Originally posted by Alex]

    THanks
    But it does not hide it from the Task Manager, Applications tab. It will only hide it from desktop task bar. Any idea how to hide it from Task Manager, Applications TAB?
    Cheers

  4. #4
    Join Date
    Aug 2004
    Posts
    43,023

    Re:Re:Re:How to hide an application from Windows

    [Originally posted by FreeVBCode.com]

    Actually, try app.TaskVisible = false

  5. #5
    Join Date
    Aug 2004
    Posts
    43,023

    Re:Re:Re:Re:How to hide an application from Windows

    [Originally posted by Alex]

    Thank you very much. It works cool
    Thanks again

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links