Visual Basic 6.0 - Project Proffesional instantiation and connection.

  • Thread starter Hugo Mosselmans
  • Start date
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
 
M

Mike Glen

Hi Hugo,

Try posting on the developer newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://www.mvps.org/project/.

Mike Glen
Project MVP
 
Top