Hi every one.
I want to open a jpg file and edit it, but an error occurs. What should I do? It seems I can not do with this method, are there any other way?
Attachment 91127
For example:
I want to open a jpg file and edit it, but an error occurs. What should I do? It seems I can not do with this method, are there any other way?
Attachment 91127
For example:
Code:
Open "C:\1.jpg" For Random As #1
Get #1, 1, a
MsgBox a
Close