Setting the icon when you use Shift-Tab

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

How do you set the icon for when somebody presses Shift-Tab ? I have already
set the application icon and the form icon but they aren't showing up in
Shift-Tab.

TIA - Jeff
 
UJ,

You probably mean Alt+Tab because Shift+Tab does the same as Tab (changes
focus), but backwards.

Alt+Tab shows only windows that are visible in the task bar. If you have
your form's ShowInTaskbar property set to *false* you won't see it there.
 
If you are in the debugger, you might be seeing the yourapp.vshost exe : try
running the exe directly and see if it starts behaving

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top