Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manipulating FolderBrowse dialog
#3
There is a hidden edit control...

Code:
Copy      Help
int w1=win("Browse For Folder" "#32770")
act w1
int edit=child("" "Edit" w1)
str s="c:\windows"
s.setwintext(edit)
but 1 w1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)