Mar 28, 2016 #1 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
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
Mar 28, 2016 #2 krz177 Mechanical Joined Jan 11, 2015 Messages 14 Location CA 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 Upvote 0 Downvote
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
Mar 29, 2016 Thread starter #3 Guljar14 Mechanical Joined Aug 13, 2013 Messages 16 Location DE Thanks for reply... I'm not creating New dialog box just want to change default one... Guljar Ali Shaik Designer Upvote 0 Downvote
Thanks for reply... I'm not creating New dialog box just want to change default one... Guljar Ali Shaik Designer