How do I make my VB 6 desktop program show up in the taskbar?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I make my VB 6 desktop program show up in the taskbar when it's running?
 
Sean said:
How do I make my VB 6 desktop program show up in the taskbar when it's
running?

Make sure the main form's 'ShowInTaskbar' property is set to 'True'.

BTW: This is a VB.NET group, VB6 groups can be found in the
microsoft.public.vb.* hierarchy.
 

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