Results 1 to 9 of 9

Thread: VB.NET: Want to disable icon while pressing alt+ tab botton .

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2017
    Posts
    45

    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 ..

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2017
    Posts
    45

    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

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Member
    Join Date
    Jun 2017
    Posts
    45

    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

  6. #6

    Thread Starter
    Member
    Join Date
    Jun 2017
    Posts
    45

    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

  7. #7
    gibra
    Guest

    Re: VB.NET: Want to disable icon while pressing alt+ tab botton .


  8. #8

    Thread Starter
    Member
    Join Date
    Jun 2017
    Posts
    45

    Re: VB.NET: Want to disable icon while pressing alt+ tab botton .

    Awesome thanks for a solution, it is working expected

  9. #9
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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
  •  



Click Here to Expand Forum to Full Width