Forum Post: Re: Can Abl Window Remain Active When A .net Form Is Called?

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
You shouldn't write WAIT-FOR with the Show() method! It's either WAIT-FOR MyForm:ShowDialog(). or MyForm:Show(). /* No WAIT-FOR */ Which makes sense as you want the code to continue after showing the form. And like Mike said, the first WAIT-FOR statement in you application should be a WAIT-FOR System.Windows.Forms.Application:Run().

Continue reading...
 
Status
Not open for further replies.
Back
Top