Open File Dialog Box

Open File Dialog Box

Anonymous
Not applicable
1,122 Views
1 Reply
Message 1 of 2

Open File Dialog Box

Anonymous
Not applicable

When we click the open button from inventor, quick launch buttons show up on the dialog box. One of them being a Vault button. Using iLogic, I am prompting the user to find a file through a dialog box, but the quick launch buttons aren't showing. Does anyone know why?

 

 

InventorVb.Application.CreateFileDialog(OpenDialog)
		OpenDialog.Filter = "Autodesk Inventor Drawings (*.idw)|*.idw"
		OpenDialog.ShowOpen()
		ThisApplication.Documents.Open(OpenDialog.FileName)

Open Dialog.PNG

1,123 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

I have added the quick launch to the file dialog. When I click the Vault button I immediately get this error... Vault Button Open Dialog Error.PNG

0 Likes