PDA

View Full Version : Hown to Ad Search and Open ? ? ? ?


dragonw
03-14-2008, 01:02 PM
Hello



add input+search bouton for find file in project folder and open it directly


Thank you ..

dragonw
03-17-2008, 06:02 AM
i need solution please :)

longedge
03-17-2008, 07:06 AM
You could let the user search directly rather than using an input and having to guess what's there -

result = Dialog.FileBrowse(true, "Locate File", _SourceFolder, "All Files (*.*)|*.*|", "", "", false, false);
File.Open(result[1], "", SW_SHOWNORMAL);