Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've a window form application, in this application it will create a dialogue window with
genral form type, and be displayed on screen, the question now is :

1. normally, when an application excutes, there is a mapping icon displayed on system statusbar (or toolpbar ?) at bottom edge of screen.
2. for my application, I create a dialogue window with form type, its mapping icon is also displayed on system statusbar.
2. however, I would like the icon of this dialogue window be not displayed on statusbar.

Please help to provide soultion for this issue, thanks.
Posted

1 solution

Hi,
To stop the windows showing the application title in the status bar you set form property as

"ShowInTaskBar = False"

This is you can set it directly on the form properties window.

BUT if you want to show the title on the task bar but disable the icon, then you have access the user32.dll and disable it.

Regards
Jegan
 
Share this answer
 
Comments
Sports Kuo 25-Feb-13 0:19am    
Hi Jegan, It works according to you solution ! Thanks so mush.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900