Click here to Skip to main content
15,896,727 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I deserialize/Load Different XML files? Pin
SebGM201814-Jun-18 10:51
SebGM201814-Jun-18 10:51 
GeneralRe: How can I deserialize/Load Different XML files? Pin
Richard MacCutchan14-Jun-18 21:31
mveRichard MacCutchan14-Jun-18 21:31 
GeneralRe: How can I deserialize/Load Different XML files? Pin
SebGM201814-Jun-18 10:52
SebGM201814-Jun-18 10:52 
QuestionUsing Email Retrieval (EAGetMail) in Unity Pin
Member 1387162013-Jun-18 8:53
Member 1387162013-Jun-18 8:53 
AnswerRe: Using Email Retrieval (EAGetMail) in Unity Pin
Gerry Schmitz13-Jun-18 10:34
mveGerry Schmitz13-Jun-18 10:34 
QuestionMoving File to corresponding folders Pin
SanjaV 13-Jun-18 8:16
SanjaV 13-Jun-18 8:16 
AnswerRe: Moving File to corresponding folders Pin
BillWoodruff13-Jun-18 22:41
professionalBillWoodruff13-Jun-18 22:41 
AnswerRe: Moving File to corresponding folders Pin
User 418025414-Jun-18 7:02
User 418025414-Jun-18 7:02 
Questionthe code c# below that does not compile Pin
Member 1366398513-Jun-18 6:06
Member 1366398513-Jun-18 6:06 
AnswerRe: the code c# below that does not compile Pin
OriginalGriff13-Jun-18 6:19
mveOriginalGriff13-Jun-18 6:19 
GeneralRe: the code c# below that does not compile Pin
Member 1366398513-Jun-18 16:10
Member 1366398513-Jun-18 16:10 
GeneralRe: the code c# below that does not compile Pin
OriginalGriff13-Jun-18 21:32
mveOriginalGriff13-Jun-18 21:32 
AnswerRe: the code c# below that does not compile Pin
Gerry Schmitz13-Jun-18 7:48
mveGerry Schmitz13-Jun-18 7:48 
GeneralRe: the code c# below that does not compile Pin
Member 1366398513-Jun-18 16:16
Member 1366398513-Jun-18 16:16 
QuestionHow to make an android phone does calls to people using vc#.net Pin
Mohammad Abdullaha11-Jun-18 22:13
Mohammad Abdullaha11-Jun-18 22:13 
AnswerRe: How to make an android phone does calls to people using vc#.net Pin
OriginalGriff11-Jun-18 23:03
mveOriginalGriff11-Jun-18 23:03 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Mohammad Abdullaha12-Jun-18 3:58
Mohammad Abdullaha12-Jun-18 3:58 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
OriginalGriff12-Jun-18 4:37
mveOriginalGriff12-Jun-18 4:37 
AnswerRe: How to make an android phone does calls to people using vc#.net Pin
Pete O'Hanlon11-Jun-18 23:14
mvePete O'Hanlon11-Jun-18 23:14 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Mohammad Abdullaha12-Jun-18 3:53
Mohammad Abdullaha12-Jun-18 3:53 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Richard MacCutchan12-Jun-18 9:05
mveRichard MacCutchan12-Jun-18 9:05 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Richard Andrew x6412-Jun-18 12:10
professionalRichard Andrew x6412-Jun-18 12:10 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Richard MacCutchan12-Jun-18 21:13
mveRichard MacCutchan12-Jun-18 21:13 
GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Pete O'Hanlon12-Jun-18 21:26
mvePete O'Hanlon12-Jun-18 21:26 
This isn't a trivial thing to do and is going to require the Android phone being set up to act as a mobile hotspot. Once it is available as a hotspot, the PC is going to have to connect to it and establish a Peer to Peer connection as a background service (the Android samples demonstrate how to find the IP address). Once the connection is established, you're going to send messages from the PC to the phone over this service telling it to make the call (you're going to have to use an Intent here - Google it). To be honest, unless you use Xamarin on the phone, the vast majority of what you are going to do here is going to be Java and you're going to have to get very comfortable with the Android SDK.
This space for rent

GeneralRe: How to make an android phone does calls to people using vc#.net Pin
Mohammad Abdullaha13-Jun-18 5:29
Mohammad Abdullaha13-Jun-18 5:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.