Can you run application (built in C#) from PC to Mobile phone via Bluetooth
-
Hello Everyone I'm trying to create a small project in my laptop. Could someone please tell me once this application is up and running is there a possibility to access this application via bluetooth on to my mobile phone. Please feel free to correct if my question is not at clear explonation... Kind regards Roni
-
Hello Everyone I'm trying to create a small project in my laptop. Could someone please tell me once this application is up and running is there a possibility to access this application via bluetooth on to my mobile phone. Please feel free to correct if my question is not at clear explonation... Kind regards Roni
Define "access"?? That's such a generic term it really has no meaning. 1. Do you want to run the application on the phone? Not going to happen. 2. Do you want something on the phone to communicate with your application? Sure. You just need to define what protocols you're going to use and what you want to transfer over this link. 3. Do you want this application to send some kind of data to the phone? Sure, see number 2.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak