S
SteM
Hi all,
i'm developing a project where the gui is written with vb.net VS 2005
Express.
I wrote a C DLL (VC6) when i put the serial communication.
Since the communication should be slow i need absolutely that vb makes
asynchronous calls.
Which solution is better:
- synchrounous vb call in a dirrerent vb process
- async call and the DLL creates a separate thread for the communication
How can i notify the vb appl that data are coming?
Which mechanism vb.net has ???
Thanks !
i'm developing a project where the gui is written with vb.net VS 2005
Express.
I wrote a C DLL (VC6) when i put the serial communication.
Since the communication should be slow i need absolutely that vb makes
asynchronous calls.
Which solution is better:
- synchrounous vb call in a dirrerent vb process
- async call and the DLL creates a separate thread for the communication
How can i notify the vb appl that data are coming?
Which mechanism vb.net has ???
Thanks !