|
-
Aug 28th, 2017, 02:16 PM
#1
Thread Starter
Member
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 ..
-
Aug 28th, 2017, 08:27 PM
#2
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?
-
Aug 28th, 2017, 09:38 PM
#3
Thread Starter
Member
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
-
Aug 28th, 2017, 10:34 PM
#4
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.
-
Aug 28th, 2017, 11:53 PM
#5
Thread Starter
Member
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
-
Aug 29th, 2017, 12:04 AM
#6
Thread Starter
Member
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
-
Aug 29th, 2017, 02:41 AM
#7
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
-
Aug 29th, 2017, 11:45 AM
#8
Thread Starter
Member
Re: VB.NET: Want to disable icon while pressing alt+ tab botton .
Awesome thanks for a solution, it is working expected
-
Aug 29th, 2017, 11:54 AM
#9
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|