Hello
add input+search bouton for find file in project folder and open it directly
Thank you ..
Professional Software Development Tools
Hello
add input+search bouton for find file in project folder and open it directly
Thank you ..
i need solution please![]()
You could let the user search directly rather than using an input and having to guess what's there -
Code:result = Dialog.FileBrowse(true, "Locate File", _SourceFolder, "All Files (*.*)|*.*|", "", "", false, false); File.Open(result[1], "", SW_SHOWNORMAL);