Connecting Tech Pros Worldwide Help | Site Map

App.TaskVisible = False

  #1  
Old July 22nd, 2005, 01:11 AM
Bishop
Guest
 
Posts: n/a
Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?
  #2  
Old July 22nd, 2005, 01:11 AM
Jan Hyde
Guest
 
Posts: n/a

re: App.TaskVisible = False


Bishop <Bishop@discussions.microsoft.com>'s wild thoughts
were released on Thu, 21 Jul 2005 07:47:10 -0700 bearing the
following fruit:
[color=blue]
>Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?[/color]

I just has a quick look in the help files and it has this to
say

'In Visual Basic 6.0, the TaskVisible property of the App
object determined whether an application appeared in the
Windows task list (Windows 9x) or in the Task Manager
Applications tab (Windows 2000). The property was commonly
used to prevent a user from closing an application that was
intended to run as a background task; in most cases it was
used with applications that did not display a user
interface.

In Visual Basic .NET, there is no equivalent for the
TaskVisible property; however, you can create a Windows
Service or a Console Application that will not show up in
the task list.'




Jan Hyde (VB MVP)

--
“A Home Builder’s Guide” by Bill Jerome Holme (Neil Enns)

[Abolish the TV Licence - http://www.tvlicensing.biz/]

  #3  
Old July 22nd, 2005, 01:11 AM
Atul
Guest
 
Posts: n/a

re: App.TaskVisible = False


Give the form a WS_EX_TOOLWINDOW style

-Atul
http://www.ssware.com/
Shell MegaPack - Windows Explorer Shell Controls for ActiveX and .Net



"Bishop" <Bishop@discussions.microsoft.com> wrote in message
news:303BE37E-FF83-4227-BE74-9E3D310FC736@microsoft.com...[color=blue]
> Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide Process name Asad Asad answers 0 June 4th, 2007 01:06 PM
App.TaskVisible = False Bishop answers 2 November 22nd, 2005 10:11 PM
Taskvisible and NotifyIcon. Not supported. Why? LWoodIS answers 3 November 22nd, 2005 09:18 AM
Taskvisible and NotifyIcon. Not supported. Why? LWoodIS answers 3 July 21st, 2005 01:38 PM