Library:  adsComm

Installing   PV reference   VB reference   Samples

These samples show the usage of my two libraries, demonstrating how it is possible to transfer images from PV to Windows and vice versa. We show them too. Only a small part of the code is about data transfer (that's what i wanted) the rest is about image handling... Cool things always cost some effort ;)

PV will send the first Quick Memo it finds in its storage system, be sure you have one image at least. VB will send the image whose bitmap is contained in the file dance.dat. It is a text format, produced by BmpTxt.exe tool contained in PV SDK, where i expanded GSIZE macro. Complicated? It's just sample code.

Get yourselves a cup of coffee and let's get started...

Show PV Code

Show VB Code