Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I was going back to fix an issue from a previous program, which used an older API. When I went in and updated the references, all the Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog() dependencies no longer have a reference. For some background, I have some windows forms that I wish to show the user so they can input the information, and it did work before. The closest thing I could find within the new API is Application.ShowModalWindow() but going down that path it is asking for a presentation framework. it is also hard to find anything about it on the internet. Any help would be appreciated!
Solved! Go to Solution.