Versions of SOLIDWORKS PDM Professional before 2008 supported Visual Basic 6.
SOLIDWORKS PDM Professional 2008, and later, support VB.NET. Users who want to port
their Visual Basic 6 applications to VB.NET applications need to know how to:
- Create stand-alone and
add-in applications in VB.NET.
- Add dependencies
EPDM.Interop.epdm.dll and EPDM.Interop.EPDMResultCode.dll by:
- Opening your project in Visual Studio.
- Right-clicking the
project name in the Solution Explorer.
- Selecting Add
> Project Reference.
- Clicking Browse tab > Browse... and navigating
to the top folder of your SOLIDWORKS PDM Professional installation.
- Locating and selecting
EPDM.Interop.epdm.dll.
- Clicking Add and
OK.
- Repeating step 3.
- Locating and selecting EPDM.Interop.EPDMResultCode.dll.
- Repeating step 5.
- Obtain window handles:
Me.hWnd