![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3
![]() |
Taskbar Heeelp
what is the code to hide the program to the taskbar i just need it so i can simply just hide an icon to the taskbar what do i do
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
Hey bud.
I'm not quite sure exactly what you are asking so you can try a couple things. If you want to hide the program from showing up in the taskbar, there is a form property you can change. Set ShowInTaskbar = false to do that. If thats not what you meant, I can only thing of one other thing. Do you mean to hide the program and display an icon in the system tray?(near the clock). If so, it's a lot of code, but here are a few results from google: http://www.vbforums.com/showthread.php?t=379153 http://www.devx.com/vb2themax/Tip/18407 Hope this will work for you this time. Have fun ![]() |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 218
Rep Power: 4
![]() |
You mean when it minimizes it goes to the little taskbar on the right hand of the screen on a windows machine? or minimize it to the main taskbar where you can clearly see everything thats running? From what I understand you could just use
Form2.Visible.False Im not sure on why you want to hide anything, or why you started a new thread but I hope its not for malicous reasons or ill help no furthur. |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
It's only the third thread with the question. OP should probably read the rules and rub a couple brain-cells together, if they're to be found anywhere.
![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
~Threads Merged
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|