Thanks!, I'll look at save handler
>-----Original Message-----
>Hi, John,
>
>you need to check the code in your "save" handler. I am
pretty sure problem
>resides there
>
>HTH
>Alex
>"John" <(E-Mail Removed)> wrote in
message
>news:bfdc01c43831$0d98b0c0$(E-Mail Removed)...
>>
>> 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!
>>
>>
>>
>>
>
>
>.
>
|