Close application (windows openedge embedded in .net form)

Posted by Admin on 14-Sep-2009 08:48

Hello all,
I have embedded an openedge window in a .net form. The previous code I had for my exit button in my .w (apply "close" to this-procedure) does not work now it has been embedded.
I have since deleted this openedge button, and created a .net button on my cls form. From research, I've seen that the command is me.Close().
However, on using this command on the click event of the exit button I get an error message "Multiple markers at this line". Any help/guidance would be greatly appreciated!
Thanks, Derek

All Replies

Posted by Admin on 14-Sep-2009 09:08

Managed to work it out

For anyone else who is interested the code I used was System.Windows.Forms.Application:Exit ().

This thread is closed