bobbie
10-15-2007, 11:15 PM
I have a button and a input box, i want to browse to a drive/folder and when you click on it , it will show the path in the input box.
And dang if I can think how to do it right now.
Thanks for helping me out.
Oh my I got it.
result = Dialog.FolderBrowse("Please select a folder:", "C:\\");
Input.SetText("Input1",result);
And dang if I can think how to do it right now.
Thanks for helping me out.
Oh my I got it.
result = Dialog.FolderBrowse("Please select a folder:", "C:\\");
Input.SetText("Input1",result);