Hi, how can I use the cancel button on filedialog? When I will save an file, and give an FileName, then I press the button OPEN. Bat, when I press mthe button CANCEL, the filedialog write (save) the file too.
PaPi
filedialog and the CANCEL button
filedialog and the CANCEL button
Do you mean filedialog of the fnxeditor or a filedialog in a program?
best regards
best regards
filedialog and the CANCEL button
Filedialog in my programm. There are for example event OnFolderChange, but isn`t (I missed) On CancelPressed...
PaPi
PaPi
filedialog and the CANCEL button
Yes there is
dim filedlg as filedialog
if filedlg.show=true then
? do something
end if
or
if filedlg.show=false then exit sub
best regards
dim filedlg as filedialog
if filedlg.show=true then
? do something
end if
or
if filedlg.show=false then exit sub
best regards