G Guest Nov 19, 2004 #1 How do I make my VB 6 desktop program show up in the taskbar when it's running?
H Herfried K. Wagner [MVP] Nov 19, 2004 #2 Sean said: How do I make my VB 6 desktop program show up in the taskbar when it's running? Click to expand... 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.
Sean said: How do I make my VB 6 desktop program show up in the taskbar when it's running? Click to expand... 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.