H
Hugo Mosselmans
Hi All,
I need a Visual Basic 6.0 application to instantiate MSProject Professional
through a New or CreateObject function call.
How do I connect this MSProject Application instance to Project Server Site
(with username and password)?
I'm using the following code to instanciate:
Dim prApp As MSProject.Application
..
..
Set prApp = New MSProject.Application
The moment this last line get executed, MS Project Professional is
instanciated but not connected to a project server (working locallly).
Can sombody help me getting connected.
Thanks
I need a Visual Basic 6.0 application to instantiate MSProject Professional
through a New or CreateObject function call.
How do I connect this MSProject Application instance to Project Server Site
(with username and password)?
I'm using the following code to instanciate:
Dim prApp As MSProject.Application
..
..
Set prApp = New MSProject.Application
The moment this last line get executed, MS Project Professional is
instanciated but not connected to a project server (working locallly).
Can sombody help me getting connected.
Thanks