Log in

View Full Version : Upload a .bmp file


AngelPR
03-20-2003, 09:49 PM
Hi everybody;

I make a software in eVB that makes quotes, sales orders and invoces for Peachtree. Everything is OK.

I used VB for downloading and uploading the data from the pocket pc, but i need to do this with a .bmp file. Does anyone know how to do this?.
In VB you can use DEVICETODESKTOP and DESKTOPTODEVICE to tranfer .MDB files, but you can't tranfer .bmp files.

In need to upload this .bmp files that stores clients signature.

Any Help please;

Peter Foot
03-23-2003, 12:11 AM
Hi everybody;

I make a software in eVB that makes quotes, sales orders and invoces for Peachtree. Everything is OK.

I used VB for downloading and uploading the data from the pocket pc, but i need to do this with a .bmp file. Does anyone know how to do this?.
In VB you can use DEVICETODESKTOP and DESKTOPTODEVICE to tranfer .MDB files, but you can't tranfer .bmp files.

In need to upload this .bmp files that stores clients signature.

Any Help please;

You will need to use the Remote API (RAPI) which enables you to perform actions on the device from the desktop. There is an article here:-
http://www.devbuzz.com/content/zinc_eVB_copy_files_to_device_II_pg1.asp
Which describes how to copy any file using RAPI interfaces and using VB.

HTH

Peter