Hi Leon,
System.Windows.Forms.Application.Exit()
Will stop the current running program.
Since VB is a managed code, all your memory will be freed up automatically by the OS.
Regards
Edy
Hi Leon,
System.Windows.Forms.Application.Exit()
Will stop the current running program.
Since VB is a managed code, all your memory will be freed up automatically by the OS.
Regards
Edy