Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
smart dialog: file browser in 'List' box (Combo, list)
#1
Is there a way to add a 'List' kind of box that displays a folder's content in a smart dialog?
It's a simple square box which shows all the files and folders, something like this:

http://www.news2news.com/vfp/images/filebrowser_cs.png

Leftside is icon followed by file/folder.
(Size is not important, but nice if it also could be incorperated).

if it is possible, is it also possible for the contents to be filtered one name and file extension?
#2
Changing Folder View in ActiveX WebBrowser in Dlg

To set filter, insert this under case WM_INITDIALOG:
Code:
Copy      Help
,we3._getcontrol(id(3 hDlg))
,fv=we3.Document
,fv.FilterView("*.txt")
#3
Thank you!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)