Click here to Skip to main content
15,920,031 members
Home / Discussions / C#
   

C#

 
AnswerRe: Real time communication between web to windows and vice versa Pin
gautamkhatri42829-Dec-15 20:54
gautamkhatri42829-Dec-15 20:54 
GeneralRe: Real time communication between web to windows and vice versa Pin
BillWoodruff29-Dec-15 21:57
professionalBillWoodruff29-Dec-15 21:57 
GeneralRe: Real time communication between web to windows and vice versa Pin
gautamkhatri42829-Dec-15 22:43
gautamkhatri42829-Dec-15 22:43 
AnswerRe: Real time communication between web to windows and vice versa Pin
Richard MacCutchan29-Dec-15 22:31
mveRichard MacCutchan29-Dec-15 22:31 
GeneralRe: Real time communication between web to windows and vice versa Pin
gautamkhatri42829-Dec-15 22:47
gautamkhatri42829-Dec-15 22:47 
GeneralRe: Real time communication between web to windows and vice versa Pin
Richard MacCutchan29-Dec-15 23:14
mveRichard MacCutchan29-Dec-15 23:14 
GeneralRe: Real time communication between web to windows and vice versa Pin
Pete O'Hanlon30-Dec-15 1:23
mvePete O'Hanlon30-Dec-15 1:23 
GeneralRe: Real time communication between web to windows and vice versa Pin
jschell30-Dec-15 7:05
jschell30-Dec-15 7:05 
Also keep in mind that when he said "the client PC needs to send the data" that means that software to do just that must be running on the client machine.

The client, not the server.

Your question then is pointless unless you can install your software on the server. The client might provide some way to retrieve that information by itself. However for you to use that you must
1. Find that software
2. Insure it is running
3. Insure that it can be accessed from your server
4. Figure out the protocol of 1 and then use it

Not that 4, which is basically your original question, is pointless until 1 to 3 have been resolved.
Questioncall a HTML file from a universal C# project to show a map Pin
yemen_mansour28-Dec-15 12:55
yemen_mansour28-Dec-15 12:55 
AnswerRe: call a HTML file from a universal C# project to show a map Pin
Richard Andrew x6428-Dec-15 14:34
professionalRichard Andrew x6428-Dec-15 14:34 
QuestionSetPixel on Controls Pin
Member 1221969226-Dec-15 21:28
Member 1221969226-Dec-15 21:28 
AnswerRe: SetPixel on Controls Pin
Richard MacCutchan26-Dec-15 22:09
mveRichard MacCutchan26-Dec-15 22:09 
AnswerRe: SetPixel on Controls Pin
OriginalGriff26-Dec-15 22:14
mveOriginalGriff26-Dec-15 22:14 
AnswerRe: SetPixel on Controls Pin
Dave Kreskowiak27-Dec-15 11:04
mveDave Kreskowiak27-Dec-15 11:04 
AnswerRe: SetPixel on Controls Pin
BillWoodruff27-Dec-15 22:19
professionalBillWoodruff27-Dec-15 22:19 
AnswerRe: SetPixel on Controls Pin
John Torjo28-Dec-15 0:05
professionalJohn Torjo28-Dec-15 0:05 
QuestionHow can I replace all text in a listBox1 that matches "some text " with "other text "? Pin
Member 1041097226-Dec-15 8:41
Member 1041097226-Dec-15 8:41 
AnswerRe: How can I replace all text in a listBox1 that matches "some text " with "other text "? Pin
BillWoodruff26-Dec-15 9:46
professionalBillWoodruff26-Dec-15 9:46 
QuestionDynamic Treeview using C# Pin
Member 1124005623-Dec-15 19:49
Member 1124005623-Dec-15 19:49 
SuggestionRe: Dynamic Treeview using C# Pin
CHill6023-Dec-15 23:14
mveCHill6023-Dec-15 23:14 
SuggestionRe: Dynamic Treeview using C# Pin
Richard Deeming4-Jan-16 3:26
mveRichard Deeming4-Jan-16 3:26 
QuestionCountdown timer Pin
Enzotech223-Dec-15 11:05
Enzotech223-Dec-15 11:05 
AnswerRe: Countdown timer Pin
Richard MacCutchan23-Dec-15 11:14
mveRichard MacCutchan23-Dec-15 11:14 
QuestionHow do I read data from USB Virtual COM in C#? Pin
naouf1023-Dec-15 3:27
naouf1023-Dec-15 3:27 
AnswerRe: How do I read data from USB Virtual COM in C#? Pin
OriginalGriff23-Dec-15 3:55
mveOriginalGriff23-Dec-15 3:55 

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.