Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to select multiple files to open in NX Open window????

Status
Not open for further replies.

Guljar14

Mechanical
Joined
Aug 13, 2013
Messages
16
Location
DE
Hi all,

I would like to open multiple files at a time in one session in Open Dialog box by holding 'Ctrl' key as like in other softwares.
This might be a simple one but I'm not getting how.....

NX 10.0.1.4
Windows-7 64 bit

Guljar Ali Shaik
Designer
 
This is straight from Microsoft, just set the .multiselect property of the dialog to "true" Link to the documentation below.

Code:
Me.OpenFileDialog1.Multiselect = True

MSDN
 
Thanks for reply...
I'm not creating New dialog box just want to change default one...


Guljar Ali Shaik
Designer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top