Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BrowseForFolder
#1
How can I get BrowseForFolder to show information like new buttons, text boxes and edit fields?


Attached Files Image(s)
   
#2
It is not possible.
#3
Is it ok if I cheat and make it with a hook or will that not be OK?
#4
Ok I tested it and it works but is choppy.
#5
Can I make the dialog a little bigger to accommodate the edit box and button?

Added
Can I make my own dialog and put all of BrowseForFolder controls into it and get ride of the hook?
#6
Hook is only 50% Probably because BrowseForFolders dialog is to slow and my dialog is quick. It works so well with notepad. I will try making my own dialog. Can you help me out with making a dialog and putting all BrowseForFolders in it?
#7
Please don't post encrypted files.
#8
Sorry was notepad I thought you might like it.
#9
Solved:

str s
if(BrowseForFolder(s "$windows$" 4 "Here"))
,out "OK"
else
,out "Cancel"


Forum Jump:


Users browsing this thread: 1 Guest(s)