I am looking to make a simple application to control my phone from my laptop via blutooth.
I have a Samsung Galaxy S4 and a Samsung Series 7 Chronos laptop if that helps at all.
I want it to be kinda like this:
Private Sub Text ....... Handles Button1.Click
Phone.SendText(MsgText.Text, PhoneNum.Text)
End sub
Something like that.
I have no idea where to start, and I cannot find anything on the web about this. Thank you!
I have a Samsung Galaxy S4 and a Samsung Series 7 Chronos laptop if that helps at all.
I want it to be kinda like this:
Private Sub Text ....... Handles Button1.Click
Phone.SendText(MsgText.Text, PhoneNum.Text)
End sub
Something like that.
I have no idea where to start, and I cannot find anything on the web about this. Thank you!