Ask for VB beginners:
I create a popup window, Form1 pops up to Form2
When the program ends and exits, you can exit, but the program is still found in the task manager. If you do not exit completely, how can you exit completely?
With the following code, you can exit the process of the form in memory:
Private Sub Form_Unload (Cancel As Integer)
If Not form name Is Nothing Then
Unload form name
End If