M
Mike Fechner
Guest
The very first (and hopefully only) WAIT-FOR in your application can be WAIT-FOR System.Windows.Forms.Application:Run () /* no argument passed to Run() */ Then you can run .NET Forms non modally using the Show() method. To leave the application, you’ll need to call System.Windows.Forms.Application:Exit().
Continue reading...
Continue reading...