Showmodeless for WPF

Showmodeless for WPF

Domzinator
Advocate Advocate
230 Views
2 Replies
Message 1 of 3

Showmodeless for WPF

Domzinator
Advocate
Advocate

Hi all i have recently staryed to use WPP forms windows/pages for the first time, i am used to using winforms.

 

I came across a issue where i have no idea how to launch a WPF window as modeless so the window can be open and the user can continue working in autocad. I habe tried looking on the internet but am unable to find what i need.

 

 

Civil 3D Certified Professional
0 Likes
231 Views
2 Replies
Replies (2)
Message 2 of 3

_gile
Consultant
Consultant

Hi,

To Show a modeless WPF window, you have to use Application.ShowModelessWindow method.

You can also have a look at this 'tutorial' about User Interfaces with AutoCAD .NET.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 3

Domzinator
Advocate
Advocate

Thank you

Civil 3D Certified Professional
0 Likes