Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Issue with the below code Pin
Paul McGann26-Jul-17 10:34
professionalPaul McGann26-Jul-17 10:34 
AnswerRe: Issue with the below code Pin
Ravi Bhavnani28-Jul-17 8:00
professionalRavi Bhavnani28-Jul-17 8:00 
AnswerRe: Issue with the below code Pin
BenScharbach12-Aug-17 9:42
BenScharbach12-Aug-17 9:42 
QuestionCreate an API in winform Pin
JohnPL25-Jul-17 18:56
JohnPL25-Jul-17 18:56 
QuestionRe: Create an API in winform Pin
Richard MacCutchan25-Jul-17 20:39
mveRichard MacCutchan25-Jul-17 20:39 
AnswerRe: Create an API in winform Pin
Bernhard Hiller25-Jul-17 20:42
Bernhard Hiller25-Jul-17 20:42 
AnswerRe: Create an API in winform Pin
BillWoodruff25-Jul-17 22:23
professionalBillWoodruff25-Jul-17 22:23 
AnswerRe: Create an API in winform Pin
F-ES Sitecore25-Jul-17 22:57
professionalF-ES Sitecore25-Jul-17 22:57 
You can use WCF to host an API in your app. This link is for hosting in a Console app but the principal is the same

Self Hosted WCF REST Service or Hosting WCF REST Service in Console Application[^]

Obviously your winform app needs to be running for it to be listening for requests though. If you don't want to use WCF you can create your own lightweight protocol just by listening on a given port and having the client connect to that port and send basic commands in a format that you devise.
QuestionMultiple checkbox Pin
sunsher25-Jul-17 1:04
sunsher25-Jul-17 1:04 
AnswerRe: Multiple checkbox Pin
OriginalGriff25-Jul-17 1:19
mveOriginalGriff25-Jul-17 1:19 
GeneralRe: Multiple checkbox Pin
sunsher25-Jul-17 3:22
sunsher25-Jul-17 3:22 
GeneralRe: Multiple checkbox Pin
Eddy Vluggen25-Jul-17 3:37
professionalEddy Vluggen25-Jul-17 3:37 
Questionc # how to split packet in the desire format Pin
Member 1293627224-Jul-17 7:49
Member 1293627224-Jul-17 7:49 
AnswerRe: c # how to split packet in the desire format Pin
OriginalGriff24-Jul-17 8:07
mveOriginalGriff24-Jul-17 8:07 
AnswerRe: c # how to split packet in the desire format Pin
BillWoodruff24-Jul-17 8:45
professionalBillWoodruff24-Jul-17 8:45 
QuestionC# Windows Forms and OpenTK (glControl) Pin
mprada24-Jul-17 3:21
mprada24-Jul-17 3:21 
AnswerRe: C# Windows Forms and OpenTK (glControl) Pin
Richard MacCutchan24-Jul-17 3:39
mveRichard MacCutchan24-Jul-17 3:39 
GeneralRe: C# Windows Forms and OpenTK (glControl) Pin
mprada24-Jul-17 3:56
mprada24-Jul-17 3:56 
GeneralRe: C# Windows Forms and OpenTK (glControl) Pin
Richard MacCutchan24-Jul-17 5:03
mveRichard MacCutchan24-Jul-17 5:03 
Generalfirst program in visual c# Pin
dinesh kumar sharma22-Jul-17 20:48
dinesh kumar sharma22-Jul-17 20:48 
QuestionRe: first program in visual c# Pin
Peter_in_278022-Jul-17 21:55
professionalPeter_in_278022-Jul-17 21:55 
GeneralRe: first program in visual c# Pin
OriginalGriff22-Jul-17 22:39
mveOriginalGriff22-Jul-17 22:39 
GeneralRe: first program in visual c# Pin
BenScharbach12-Aug-17 9:31
BenScharbach12-Aug-17 9:31 
Questionmake a video tutorial Pin
Member 1330981721-Jul-17 3:46
Member 1330981721-Jul-17 3:46 
AnswerRe: make a video tutorial Pin
OriginalGriff21-Jul-17 4:02
mveOriginalGriff21-Jul-17 4:02 

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.