How do I programatically login to Project Server using Project Pro

I

Ilka

Hello,

I am trying to invoke Project Pro 2002 programmatically, but I want to be
connected to Project Server. I am using VB.NET. I can create an instance of
Project Pro using:

Dim oProject As MSProject.Application
oProject = CType(CreateObject("MSProject.Application"),
MSProject.Application)

But, from here I haven't found a way of passing server, user and password
information to actually log the Project Server. Could some one help? Thanks.
 
Top