My application starts from a Sub Main() (in a module of course), and to really run it I have Application.Run (on the sub main()). I have an icon set with the main form, and when I do Alt+Tab, I see that default icon that looks like a window (from windows). However, if I set ShowInTaskbar = True, my icon is there on Alt+Tab, but I don't want to, I want it set to False but I want my icon to be displayed in Alt+Tab, is it possible somehow to do this?
Question
ProclaimDragon
My application starts from a Sub Main() (in a module of course), and to really run it I have Application.Run (on the sub main()). I have an icon set with the main form, and when I do Alt+Tab, I see that default icon that looks like a window (from windows). However, if I set ShowInTaskbar = True, my icon is there on Alt+Tab, but I don't want to, I want it set to False but I want my icon to be displayed in Alt+Tab, is it possible somehow to do this?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts