My program does not show on the Task Manager

Lifostack

New member
Joined
Jul 13, 2006
Messages
2
Location
Miami
Programming Experience
1-3
I have a program written in VB.net which doesn't show on the Task Manager Applications tab. If I click on the Processes tab, it is there.
I'm using VS 2005, XP pro, SP2.

Thanks,
Martin
 
You could have accidentally set the forms ShowInTaskbar property to False.
 
If there are no other suggestions, maybe you could post the project zipped (without the 'bin' and 'obj' folders) so someone could have a look.
 
Back
Top