Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
QuestionMonitoring FTP-Server incomming Pin
gpc4427-Nov-15 3:40
gpc4427-Nov-15 3:40 
QuestionRe: Monitoring FTP-Server incomming Pin
Richard MacCutchan27-Nov-15 3:44
mveRichard MacCutchan27-Nov-15 3:44 
AnswerRe: Monitoring FTP-Server incomming Pin
gpc4427-Nov-15 3:50
gpc4427-Nov-15 3:50 
GeneralRe: Monitoring FTP-Server incomming Pin
Richard MacCutchan27-Nov-15 4:03
mveRichard MacCutchan27-Nov-15 4:03 
GeneralRe: Monitoring FTP-Server incomming Pin
Dave Kreskowiak27-Nov-15 4:10
mveDave Kreskowiak27-Nov-15 4:10 
GeneralRe: Monitoring FTP-Server incomming Pin
jschell27-Nov-15 6:05
jschell27-Nov-15 6:05 
QuestionHow do I pass data from child of child form to parent form in C#? Pin
naouf1026-Nov-15 5:34
naouf1026-Nov-15 5:34 
AnswerRe: How do I pass data from child of child form to parent form in C#? Pin
OriginalGriff26-Nov-15 6:15
mveOriginalGriff26-Nov-15 6:15 
Use events and properties: Form3 signals to it's "parent" Form2, which gathers the data and signals an event to it's parent, Form1.

Sound complex, but it's really simple!
See here: Transferring information between two forms, Part 2: Child to Parent[^]
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: How do I pass data from child of child form to parent form in C#? Pin
naouf1027-Nov-15 8:50
naouf1027-Nov-15 8:50 
GeneralRe: How do I pass data from child of child form to parent form in C#? Pin
OriginalGriff27-Nov-15 9:09
mveOriginalGriff27-Nov-15 9:09 
AnswerRe: How do I pass data from child of child form to parent form in C#? Pin
BillWoodruff26-Nov-15 12:07
professionalBillWoodruff26-Nov-15 12:07 
GeneralRe: How do I pass data from child of child form to parent form in C#? Pin
naouf1027-Nov-15 8:51
naouf1027-Nov-15 8:51 
AnswerRe: How do I pass data from child of child form to parent form in C#? Pin
susad7-Dec-15 3:05
susad7-Dec-15 3:05 
Questionhow to accelebrate chart when have many series? Pin
smallkubi25-Nov-15 13:55
smallkubi25-Nov-15 13:55 
AnswerRe: how to accelebrate chart when have many series? Pin
Dave Kreskowiak25-Nov-15 16:56
mveDave Kreskowiak25-Nov-15 16:56 
GeneralRe: how to accelebrate chart when have many series? Pin
smallkubi25-Nov-15 18:19
smallkubi25-Nov-15 18:19 
GeneralRe: how to accelebrate chart when have many series? Pin
Dave Kreskowiak26-Nov-15 4:13
mveDave Kreskowiak26-Nov-15 4:13 
GeneralRe: how to accelebrate chart when have many series? Pin
smallkubi26-Nov-15 5:16
smallkubi26-Nov-15 5:16 
GeneralRe: how to accelebrate chart when have many series? Pin
smallkubi27-Nov-15 21:59
smallkubi27-Nov-15 21:59 
AnswerRe: how to accelebrate chart when have many series? Pin
Richard Deeming26-Nov-15 1:57
mveRichard Deeming26-Nov-15 1:57 
GeneralRe: how to accelebrate chart when have many series? Pin
John Torjo26-Nov-15 3:35
professionalJohn Torjo26-Nov-15 3:35 
GeneralRe: how to accelebrate chart when have many series? Pin
Richard Deeming26-Nov-15 3:40
mveRichard Deeming26-Nov-15 3:40 
GeneralRe: how to accelebrate chart when have many series? Pin
John Torjo26-Nov-15 3:41
professionalJohn Torjo26-Nov-15 3:41 
GeneralRe: how to accelebrate chart when have many series? Pin
Pete O'Hanlon26-Nov-15 5:16
mvePete O'Hanlon26-Nov-15 5:16 
QuestionHttpWebRequest in WCF Pin
Giorgi Martiashvili24-Nov-15 20:00
Giorgi Martiashvili24-Nov-15 20:00 

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.