Hi Erel,
I am unable to run these codes on windows Vista, however they are running nicely on XP. Could you help to find out what's wrong?
opendialog1.File = AppPath & "\test1.sl3"
openDialog1.Filter = "sl3 DATA Files|*.sl3"
SaveDialog1.File = OpenDialog1.File
If SaveDialog1.Show = cCancel Then
Return
End If
FileCopy(OpenDialog1.File, SaveDialog1.File)
appclose
(Of cause test1.sl3 file must be in the folder)
Thanks
I am unable to run these codes on windows Vista, however they are running nicely on XP. Could you help to find out what's wrong?
opendialog1.File = AppPath & "\test1.sl3"
openDialog1.Filter = "sl3 DATA Files|*.sl3"
SaveDialog1.File = OpenDialog1.File
If SaveDialog1.Show = cCancel Then
Return
End If
FileCopy(OpenDialog1.File, SaveDialog1.File)
appclose
(Of cause test1.sl3 file must be in the folder)
Thanks