473,394 Members | 1,696 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Hide from taskbar

Does anyone know how to hide from from taskar, and tray?
Nov 22 '05 #1
4 1392
From code or manually. You could drag the top of the taskbar into the side
of the screen and hide it that way.

"Henrik" <an*******@discussions.microsoft.com> wrote in message
news:79****************************@phx.gbl...
Does anyone know how to hide from from taskar, and tray?

Nov 22 '05 #2
I whant to do it by code.. the prog should start hidden

-----Original Message-----
From code or manually. You could drag the top of the taskbar into the sideof the screen and hide it that way.

"Henrik" <an*******@discussions.microsoft.com> wrote in messagenews:79****************************@phx.gbl...
Does anyone know how to hide from from taskar, and
tray?

.

Nov 22 '05 #3
Henrik
In the Form Load event, set this.Visible to false (or this.Hide()) and
ShowInTaskbar to false.

consider something like this:

/* ********************** */
private void AnotherForm_Load(object sender, System.EventArgs e) {
ShowInTaskbar = false;
this.Hide();
}
regards
roy fine

<an*******@discussions.microsoft.com> wrote in message
news:7a****************************@phx.gbl...
I whant to do it by code.. the prog should start hidden

-----Original Message-----
From code or manually. You could drag the top of the

taskbar into the side
of the screen and hide it that way.

"Henrik" <an*******@discussions.microsoft.com> wrote in

message
news:79****************************@phx.gbl...
Does anyone know how to hide from from taskar, and

tray?


.

Nov 22 '05 #4
Thx.. that helped!
-----Original Message-----
Henrik
In the Form Load event, set this.Visible to false (or this.Hide()) andShowInTaskbar to false.

consider something like this:

/* ********************** */
private void AnotherForm_Load(object sender, System.EventArgs e) { ShowInTaskbar = false;
this.Hide();
}
regards
roy fine

<an*******@discussions.microsoft.com> wrote in message
news:7a****************************@phx.gbl...
I whant to do it by code.. the prog should start hidden

>-----Original Message-----
>From code or manually. You could drag the top of the

taskbar into the side
>of the screen and hide it that way.
>
>"Henrik" <an*******@discussions.microsoft.com> wrote
in message
>news:79****************************@phx.gbl...
>> Does anyone know how to hide from from taskar, and

tray?
>
>
>.
>

.

Nov 22 '05 #5

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

Similar topics

4
by: Henrik | last post by:
Does anyone know how to hide from from taskar, and tray?
2
by: Flo | last post by:
Hello I want to be able to show/hide an application that is running. When i am getting the handles corresponding to an MS Office application (Excel for example), it appears that i get a handle...
1
by: FMorales | last post by:
Hello, we want to do a form on full screen using FormBorderStyle set to FixedToolWindow and, in the form load, seting the FormWindowState property to Maximized and seting TopMost equal to True but...
5
by: spielmann | last post by:
Hi How can we hide and show the taskbar without dll on vb.net? How can we set the scrollbar size without dll on vb.net?
4
by: Blaine | last post by:
Does anyone know how I can hide a form from the TaskManager? I've set the ShowInTaskbar to False, but when using Alt-TAB to switch between applications, it appears as a blank icon. I can set it...
1
by: Mateusz Rajca | last post by:
Hello, What code should I write to hide the taskbar? Mateusz
2
by: Rain | last post by:
Does anyone know the code in C# or snippet or API so i can hide and show the windows taskbar? Many people have suggested using ShowWindow and FindWindow or the ABM_SETSTATE but i am having problem...
4
by: mac | last post by:
Brand Newbie Alert! I am working through the "Build a Program Now!" book by Microsoft Press. The last chapter has a little app that should stay in the system tray when the user clicks on the 'X'...
0
by: ShaunO | last post by:
I want my application to hide the taskbar icon for a different application Eg. If the app was notepad I want my app to hide the icon on the taskbar "Untitiled - Notepad" whilst leaving the notepad...
0
by: liaodrake | last post by:
Hi, This is something I having been looking for help for awhile now. and found bits and pieces that kinda work, but really dont. what I am building is a project that will Hide a command window...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.