-
Member
diag.Owner for MONO
What I want is a non-blocking dialog on top of Rhino.
-I had a WPF-solution through the use of Interop:
hwndHelper = Interop.WindowInteropHelper(XamlReader.Parse(xaml) )
hwndHelper.Owner = app.MainWindowHandle().
-I cannot translate this back to Windows.Forms.
-The .NET-way (mono-compatible) would be to set
diag.Owner = app.MainForm
-Could you provide such a method?
Last edited by bar; 04-13-2012 at 04:45 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules