hi all,
when i minimize my vb exe, there is no any tab of that exe on my windows taskbar. the only thing i can do is to open the task manager and click switch to that exe program to restore it again. wat is the problem? how to fixed it? help...
Printable View
hi all,
when i minimize my vb exe, there is no any tab of that exe on my windows taskbar. the only thing i can do is to open the task manager and click switch to that exe program to restore it again. wat is the problem? how to fixed it? help...
Is this you Main VB6 Application or a project that you have made and it doesn't show in the taskbar.... If it is the latter then open your project in design mode and click your form. In the forms properties, set the property "Show in taskbar" to True
thanks. i got it.