D
Dan
I use the following statements to access my Project project files in a VB6
program:
Set MSProjectApp = CreateObject("MSProject.Application")
do some things
Set MSProjectApp = Nothing
This works fine, except that it usually leaves a Project icon on my taskbar.
If I click on the icon, it goes away without any errors or other problems. Is
there a way to get the icon to go away when I'm finished in my VB program,
rather than having to click on it in my taskbar?
Dan
program:
Set MSProjectApp = CreateObject("MSProject.Application")
do some things
Set MSProjectApp = Nothing
This works fine, except that it usually leaves a Project icon on my taskbar.
If I click on the icon, it goes away without any errors or other problems. Is
there a way to get the icon to go away when I'm finished in my VB program,
rather than having to click on it in my taskbar?
Dan