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.
Code:result = Dialog.FolderBrowse("Please select a folder:", "C:\\"); Input.SetText("Input1",result);

