Message 1 of 2
Prompt user input
Not applicable
08-03-2018
11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I prompt a user for 2 inputs within the same command and create a dialog box asking a user to press a button?
A good example for this is when you want to print a document, you have a "print all" button and a "print page range" button. If the user selects page range, it would prompt for 2 integers.
I would like to implement this using .NET 4.5 and AutoCAD 2017 in C#.
Thank you!