Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
AnswerRe: HtmlAgilityPack - How to get the Value from the tag <div> into aspx.cs Pin
Richard Deeming10-Jan-20 6:10
mveRichard Deeming10-Jan-20 6:10 
Questionhow to configure LED8 customer pole display? Pin
Member 122427179-Jan-20 22:13
Member 122427179-Jan-20 22:13 
AnswerRe: how to configure LED8 customer pole display? Pin
OriginalGriff9-Jan-20 22:37
mveOriginalGriff9-Jan-20 22:37 
AnswerRe: how to configure LED8 customer pole display? Pin
ZurdoDev10-Jan-20 1:01
professionalZurdoDev10-Jan-20 1:01 
AnswerRe: how to configure LED8 customer pole display? Pin
Dave Kreskowiak10-Jan-20 4:19
mveDave Kreskowiak10-Jan-20 4:19 
AnswerRe: how to configure LED8 customer pole display? Pin
User 1106097910-Jan-20 8:11
User 1106097910-Jan-20 8:11 
QuestionHow can I accomplish this little project of mine. Pin
Mmm-Geralt9-Jan-20 7:37
Mmm-Geralt9-Jan-20 7:37 
AnswerRe: How can I accomplish this little project of mine. Pin
OriginalGriff9-Jan-20 8:06
mveOriginalGriff9-Jan-20 8:06 
1. Create your application.
2. Create a server.
3. Create an html page.
4. Link the stuff
What more do you need to know?

You need the app you write to set up something to "Listen" for instructions, or to connect to the web app to get it's instructions from there.
You need the web app (running locally on the LAN) to talk to the app.
3) You need to do this, and also write code-behind code to talk to the player app.

One way to do it is using a Socket - have a look at the Sockets stuff in here: Double Clicking a File in Explorer and Adding It to Your App while it's Running[^] and also here: Socket Class (System.Net.Sockets) | Microsoft Docs[^] for one way to do it. You set up a listener on the player app, and then open a connection on the webserver app to send the commands.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!

GeneralRe: How can I accomplish this little project of mine. Pin
ZurdoDev9-Jan-20 8:51
professionalZurdoDev9-Jan-20 8:51 
GeneralRe: How can I accomplish this little project of mine. Pin
OriginalGriff9-Jan-20 9:33
mveOriginalGriff9-Jan-20 9:33 
AnswerRe: How can I accomplish this little project of mine. Pin
Dave Kreskowiak9-Jan-20 10:19
mveDave Kreskowiak9-Jan-20 10:19 
GeneralRe: How can I accomplish this little project of mine. Pin
OriginalGriff9-Jan-20 10:31
mveOriginalGriff9-Jan-20 10:31 
GeneralRe: How can I accomplish this little project of mine. Pin
Mmm-Geralt20-Jan-20 13:47
Mmm-Geralt20-Jan-20 13:47 
Questionhow to open an application using button in C# Pin
Hernany Bondoc9-Jan-20 5:14
Hernany Bondoc9-Jan-20 5:14 
AnswerRe: how to open an application using button in C# Pin
Richard Deeming9-Jan-20 5:36
mveRichard Deeming9-Jan-20 5:36 
QuestionHow to generate pdf files on C#?? Pin
hgsingla8-Jan-20 5:57
hgsingla8-Jan-20 5:57 
AnswerRe: How to generate pdf files on C#?? Pin
Richard MacCutchan8-Jan-20 6:40
mveRichard MacCutchan8-Jan-20 6:40 
GeneralRe: How to generate pdf files on C#?? Pin
OriginalGriff8-Jan-20 11:22
mveOriginalGriff8-Jan-20 11:22 
QuestionHistory of compiler optimization: function inlining Pin
Bernhard Hiller7-Jan-20 22:35
Bernhard Hiller7-Jan-20 22:35 
AnswerRe: History of compiler optimization: function inlining Pin
F-ES Sitecore7-Jan-20 22:44
professionalF-ES Sitecore7-Jan-20 22:44 
AnswerRe: History of compiler optimization: function inlining Pin
OriginalGriff7-Jan-20 22:51
mveOriginalGriff7-Jan-20 22:51 
AnswerRe: History of compiler optimization: function inlining Pin
Peter_in_27808-Jan-20 1:20
professionalPeter_in_27808-Jan-20 1:20 
AnswerRe: History of compiler optimization: function inlining Pin
Gerry Schmitz8-Jan-20 6:08
mveGerry Schmitz8-Jan-20 6:08 
AnswerRe: History of compiler optimization: function inlining Pin
kalberts23-Jan-20 0:52
kalberts23-Jan-20 0:52 
QuestionAES Decryption error "The input data is not a complete block" Pin
Member 132610847-Jan-20 0:14
Member 132610847-Jan-20 0:14 

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.