Message 1 of 2
Launch OpenFileDialog in OnStartup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to launch an instance o OpenFileDialog during OnStartup? Essentially, I'm attempting to create a custom start up interface. First I prompt the user to select if they are wanting to start a new project or work on an existing project. If they select New, my Create New Project form launches, and based on the user inputs, a new project is created, based on a particular template, it is saved in a location determined by the user inputs, and then opened and made the active document. if the user selects Existing, I want the open File Dialog to launch letting them navigate to the file they want to work on. If the user hits cancel on the initial form, Revit should continue to open and take the user to the Home screen.