J
John
I am using code that creates a SaveFileDialog object with
the filter and file name properties. It works fine until I
get to this code.
If SaveFileDialog1.ShowDialog() = DialogResult.OK then
Msgbox(SaveFileDialog1.FileName)'
End IF
When I run the program, I have to click "save" twice in
the Dialog box in order to see my message box.
Thanks for your time!
the filter and file name properties. It works fine until I
get to this code.
If SaveFileDialog1.ShowDialog() = DialogResult.OK then
Msgbox(SaveFileDialog1.FileName)'
End IF
When I run the program, I have to click "save" twice in
the Dialog box in order to see my message box.
Thanks for your time!