Data Management - VB Example



Your Ad Here

Open Browser.

 

VB Sample project

 

The following example demonstrates how to open Data Management browser.

  1. Open a new VB project (Standard EXE) in Visual Basic.

  2. Add a command button to Form1.

  3. Paste the following code into Form1:

Private Sub Command1_Click()

  ' Open Data Managment Browser

  gSuite.DM.OpenPdmBrowser

End Sub

  1. Press the F5 key to run the project or on the Tools menu, click Run Project.

Return to Cimatron Index


Your Ad Here