Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add to WorkSpace

  • Thread starter Thread starter Devkranth
  • Start date Start date
D

Devkranth

Guest
HI,


I am a vb.net Developer working with PRO-E wildfire.I need some Suggestions in windchill Server.I am able to connect to the windchill server and get the server details .Now my next step is to Automate the process "ADD TO WORKSPACE" whichadds the part to local Workspace in VB.net
smiley19.gif



Please Help me to get out of this Problem


.Any code Expamples would help me a lot
smiley9.gif
 
this piece of code worked for me....





ipfcServer.CheckoutObjects(Nothing, "Partname", False, Nothing)
 
HI,


I am a vb.net Developer working with PRO-E wildfire.I need some Suggestions in windchill Server.I am able to connect to the windchill server and get the server details .Now my next step is to Automate the process "ADD TO WORKSPACE" whichadds the part to local Workspace in VB.net
smiley19.gif



Please Help me to get out of this Problem


.Any code Expamples would help me a lot
smiley9.gif

Hi Devkranth,

I need your help. I am new in vb developement environment for Pro-E.
I need to register server in Pro-e with authenticating the browswer and creating new workspace.
I request you to please provide me code for the same of registering the server in Proe and creating new workspace.
 
Hi Devkranth,
I need your help.
I am new in vb development for Proe
I need to connect to windchill server and register it. Afterthat I need to create new workspace.
Please provide me the code for the above in vb API
 

Part and Inventory Search

Sponsor

Back
Top