472,792 Members | 2,231 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,792 software developers and data experts.

App.TaskVisible = False

Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?
Jul 22 '05 #1
2 10169
Bishop <Bi****@discussions.microsoft.com>'s wild thoughts
were released on Thu, 21 Jul 2005 07:47:10 -0700 bearing the
following fruit:
Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?


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/]

Jul 22 '05 #2
Give the form a WS_EX_TOOLWINDOW style

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

"Bishop" <Bi****@discussions.microsoft.com> wrote in message
news:30**********************************@microsof t.com...
Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?

Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Sylvain Thenault | last post by:
Hi there ! Can someone explain me the following behaviour ? >>> l = >>> 0 in (l is False) Traceback (most recent call last): File "<stdin>", line 1, in ? TypeError: iterable argument...
3
by: drs | last post by:
I just upgraded my Python install, and for the first time have True and False rather than 1 and 0. I was playing around at the command line to test how they work (for instance, "if 9:" and "if...
35
by: Steven Bethard | last post by:
I have lists containing values that are all either True, False or None, e.g.: etc. For a given list: * If all values are None, the function should return None.
15
by: F. Da Costa | last post by:
Hi all, Following two sniperts of code I'm using and getting very interesting results from. ..html <tr id="1" class="segment" open="false"> This is the segment under 'investigation' ..js
3
by: LWoodIS | last post by:
TaskVisible property not supported in VB.Net Is there any WinAPI around this problem? Why do you support NotifyIcon when you do not support TaskVisible property in VB.Net? Your help says...
2
by: Bishop | last post by:
Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?
10
by: tony | last post by:
Hello!! I have some demo programs written in C# and they have this construction "" see below. I haven't seen this before so what does it mean ? public bool ShowDropDownButtons { get {...
6
by: Java script Dude | last post by:
Small glitch (IMHO) in JavaScript is related to isNaN() boolean function. If passed a null, it returns true which is incorrect. This one cause me quite a bit of grief until I detected it and was...
14
by: Prateek | last post by:
I've been using Python for a while (4 years) so I feel like a moron writing this post because I think I should know the answer to this question: How do I make a dictionary which has distinct...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.