VB.NET: Want to disable icon while pressing alt+ tab botton .
Hi All,
Could you please help me to resolve issue, in vb6.0 form icon is not showing while pressing alt+tab button but i n .net ,i want to achieve same functionality but icon still shoeing i made show icon fulse still i am getting.
Please help me to get solution
Thanks ..
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
I don't really know what disabling an icon means. Do you mean that you don't want your application included in those selectable when the user presses Alt+Tab?
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
Ya exactly ,I don't want that if you press window+tab or alt+tab , my application should not show in list that it is running , generally if you press alt+tab then application is showing with icon, if icon become invisible then we can't navigate to our application through alt+tab button
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
If you search the web for "vb.net hide from alt tab" like I just did then you too will have information on the subject in less than a minute, just like I did.
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
I did that in designer part but still it is not working .
Me.Showintaskbar=False
Me.borderstye=None
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
By pressing Alt+TAb button in window 7, it is still showing icon, can you please tell me to how to hide that icon
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
Awesome thanks for a solution, it is working expected
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
I think that it's worth noting that the information in that thread is pretty much exactly what I found when I searched and it took me less than a minute to find it. Searching the web is a required skill for a software developer. A lot of people seem to need significant improvement in that area.