[RESOLVED] how to get vb6 program to show in taskbar
I need help with getting my program, which contains several forms, to show up in the task bar until the program is quit by the user. I cant seem to find this code. I want it to show in taskbar and also when the user hits Alt+Tab.
I am also wondering how to get the program to not dissapear after it opens the application Excel.
Re: how to get vb6 program to show in taskbar
If your forms' BorderStyle are Fixed Single or Sizable or (?) it will show up.
Re: how to get vb6 program to show in taskbar
Oh, that was why, I had it at sizable toolwindow...Thanks