Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenSaveDialog: show two or more file types at once
#4
Probably I added these examples later. Almost remember.

Code:
Copy      Help
;EXAMPLES
str s
if OpenSaveDialog(0 s "Text files[]*.txt[]Image files[]*.bmp;*.gif[]All Files[]*.*[]")
,out s

ARRAY(str) a; int i
if OpenSaveDialog(0 0 "" "" 0 "" 0 a)
,for(i 0 a.len) out a[i]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)