I would like to ask if someone can provide guidance or some link to information related creaiton of dialog box in revit, using C#.
Basically, I want to create a dialog box that appears on screen when user push the button on revit ribbon. In dialog box he must be able to enter information and than this information to be used for analysis.
Thanks!!!
You can use a window along with its code and logic as a custom dialog box. See the "custom dialog" section here: Custom Dialog Boxes (wpf) or here for windows forms: Dialog Boxes in Windows Forms. The dialog box can be displayed when the user presses a ribbon button.