i'm making a lot of apps that opens files. how do you make the "open" window popup like in notepad or word or something?
Printable View
i'm making a lot of apps that opens files. how do you make the "open" window popup like in notepad or word or something?
Use CommonDialog1.ShowOpen
Select it from Components.
is it possible to do it without the component?
An API??
see this
umm, I never tried to examine the code anyways:D but if you edit it you might be able to open other dialogs:rolleyes:
Alternatively, u could make ur own, using DirListBox, FileListBox etc.
umm isn't that considered "component"? or is it included in VB runtime?
yeah im just gonna do that. im sick of getting errors on my app http://www.vbforums.com/images/ieimages/2002/04/7.gifQuote:
Originally posted by Bruce Fox
Alternatively, u could make ur own, using DirListBox, FileListBox etc.
see the class that I atached!!! :DQuote:
Originally posted by Vanguard-MnC
yeah im just gonna do that. im sick of getting errors on my app http://www.vbforums.com/images/ieimages/2002/04/7.gif
You dont have to make your own
okay i did. now how do you use it? (newbie me!):(Quote:
Originally posted by MrPolite
see the class that I atached!!! :D
You dont have to make your own