[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to run .Net form non modal

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top