Is there any way (in VB) to make the Alt+Tab display icon use the form icon,
and not the Application icon? I'd like each of my forms to have their own
icon when the user presses Alt+Tab.
Thanks in advance.
Printable View
Is there any way (in VB) to make the Alt+Tab display icon use the form icon,
and not the Application icon? I'd like each of my forms to have their own
icon when the user presses Alt+Tab.
Thanks in advance.
Quote:
Originally Posted by varmamkm
Using ALT+TAB how can you switch between forms in same application?
That's right !! When we use ALT+TAB, we can switch only between the opened Application, and the Icon of the concerned application displayed in the ALT+TAB Display, so it is not possible to show the individual form's icon in that display....but..if you change the Main Icon of the VB6 application at the time of loading of individual form, ALT+TAB display will have the latest icon of the VB6 app.Quote:
Originally Posted by Shaikh.Riyaz.a
so keep trying !:thumb: