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:
In your open project in Microsoft Visual Studio:
Me.hWnd
- VB.NET syntax:
Me.Handle.ToInt32()