Hello, when i create Eto form , Grasshopper window blocked unlike when using Windows form.
How do I keep the Grasshopper window active?
Hello, when i create Eto form , Grasshopper window blocked unlike when using Windows form.
How do I keep the Grasshopper window active?
Use Form, which is a modeless window vs. Dialog which is modal (e.g. it will block the user from interacting from the parent window).
Hope this helps!
Thank you @curtisw
I will try it