Zeroanarchy
Technical User
Ok wondering if anyone else has tried this? or has a better method of doing it?
Picturenames.text = c:\pic\*.*
txtPPCDBpicout.text = \photo\*.*
Private Sub Form_load()
Dim intRetVal4 as Interger
intretVal14 =DEVICETODESKTOP(picturenames.text,
"",False, True, txtPPCDBpicout.text)
If intretval4 <>0 then
Msgbox :Error:201"
Else
End if
At the moment it does not seem to like the *.* value any other ideas??
Thanks
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
Picturenames.text = c:\pic\*.*
txtPPCDBpicout.text = \photo\*.*
Private Sub Form_load()
Dim intRetVal4 as Interger
intretVal14 =DEVICETODESKTOP(picturenames.text,
"",False, True, txtPPCDBpicout.text)
If intretval4 <>0 then
Msgbox :Error:201"
Else
End if
At the moment it does not seem to like the *.* value any other ideas??
Thanks
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.