code2

 

Imports Calibration
Public Class Calib

Private Sub Calib_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim form1 As Calibration.ScreenForm = New Calibration.ScreenForm(System.Windows.Forms.Screen.AllScreens(1))
form1.Show()

End Sub
End Class

 

code1

<pre>

Imports Calibration

Public Class Calib

Private Sub Calib_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim form1 As Calibration.ScreenForm = New Calibration.ScreenForm(System.Windows.Forms.Screen.AllScreens(1))
form1.Show()

End Sub
End Class

</pre>

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Copyright Isaac N.Bebawy