Option Strict Off Imports System Imports NXOpen Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click MsgBox("Hello World") End Sub End Class