Calling all VB 6 Gurus

Hey guyz .
I need to make a project in VB where i have to connect to Mobile phones or PDA thru bluetooth and tranfer data.

And i have no clue as how to start. Does any one have a small code or a link to some page to guide me how to go about it.

Any code in VB will be appreciated.
Thnx !
 
Identify the bluetooth stack you want to use, download drivers for that. That'll typically also give you some Win32 APIs.

Use API text viewer to get the API calls and structures to be used in VB.
 
Back
Top