Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim j As Boolean
j = True
Me.Hide()
System.Diagnostics.Process.Start("LSBSTEG.exe")
While (j = True)
If Diagnostics.Process.GetProcessesByName("LSBSTEG").Length <= 0 Then
Dim f As New Form4()
f.ShowDialog()
j = False
End If
End While
End Sub
joseph19.k 0 Newbie Poster
c0deFr3aK 1 Junior Poster in Training
c0deFr3aK 1 Junior Poster in Training
joseph19.k 0 Newbie Poster
joseph19.k 0 Newbie Poster
c0deFr3aK 1 Junior Poster in Training
joseph19.k 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.