Open Browser.
The following example demonstrates how to open Data Management browser.
Open a new VB project (Standard EXE) in Visual Basic.
Add a command button to Form1.
Paste the following code into Form1:
Private Sub Command1_Click()
' Open Data Managment Browser
gSuite.DM.OpenPdmBrowser
End Sub
Press the F5 key to run the project or on the Tools menu, click Run Project.