Click here to Skip to main content
15,886,788 members
Home / Discussions / C#
   

C#

 
QuestionMoving Data from one form to another Pin
KakitaIppatsu13-Nov-15 14:45
KakitaIppatsu13-Nov-15 14:45 
AnswerRe: Moving Data from one form to another Pin
John Torjo13-Nov-15 14:51
professionalJohn Torjo13-Nov-15 14:51 
GeneralRe: Moving Data from one form to another Pin
KakitaIppatsu13-Nov-15 15:24
KakitaIppatsu13-Nov-15 15:24 
GeneralRe: Moving Data from one form to another Pin
John Torjo13-Nov-15 15:30
professionalJohn Torjo13-Nov-15 15:30 
GeneralRe: Moving Data from one form to another Pin
OriginalGriff13-Nov-15 21:43
mveOriginalGriff13-Nov-15 21:43 
GeneralRe: Moving Data from one form to another Pin
OriginalGriff13-Nov-15 21:35
mveOriginalGriff13-Nov-15 21:35 
AnswerRe: Moving Data from one form to another Pin
BillWoodruff13-Nov-15 16:26
professionalBillWoodruff13-Nov-15 16:26 
AnswerRe: Moving Data from one form to another Pin
OriginalGriff13-Nov-15 21:42
mveOriginalGriff13-Nov-15 21:42 
Bill is absolutely right - making the controls public is a bad mistake.
This is a simple thing to do, and it's not difficult to manage correctly.
Exactly how you do it depends on the "relationship" between the two forms, but one of these will cover it:
Transferring information between two forms, Part 1: Parent to Child[^]
Transferring information between two forms, Part 2: Child to Parent[^]
Transferring information between two forms, Part 3: Child to Child[^]

In all three, the "Parent" is the form that creates an instance of the "Child" via the new keyword.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

QuestionLocal sqlce database or datatable in xml file Pin
GrooverFromHolland13-Nov-15 13:30
GrooverFromHolland13-Nov-15 13:30 
AnswerRe: Local sqlce database or datatable in xml file Pin
Mycroft Holmes13-Nov-15 14:04
professionalMycroft Holmes13-Nov-15 14:04 
GeneralRe: Local sqlce database or datatable in xml file Pin
GrooverFromHolland13-Nov-15 14:22
GrooverFromHolland13-Nov-15 14:22 
AnswerRe: Local sqlce database or datatable in xml file Pin
Gerry Schmitz13-Nov-15 14:05
mveGerry Schmitz13-Nov-15 14:05 
GeneralRe: Local sqlce database or datatable in xml file Pin
GrooverFromHolland13-Nov-15 14:37
GrooverFromHolland13-Nov-15 14:37 
GeneralRe: Local sqlce database or datatable in xml file Pin
Gerry Schmitz13-Nov-15 15:04
mveGerry Schmitz13-Nov-15 15:04 
QuestionPlay Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Owned Fiston13-Nov-15 5:58
Owned Fiston13-Nov-15 5:58 
AnswerRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Eddy Vluggen13-Nov-15 6:32
professionalEddy Vluggen13-Nov-15 6:32 
GeneralRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Owned Fiston13-Nov-15 8:21
Owned Fiston13-Nov-15 8:21 
AnswerRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Gerry Schmitz13-Nov-15 7:43
mveGerry Schmitz13-Nov-15 7:43 
GeneralRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Owned Fiston13-Nov-15 8:23
Owned Fiston13-Nov-15 8:23 
GeneralRe: Play Sound (WAV, MP3 ...) on Input Device (Microphone) Pin
Gerry Schmitz13-Nov-15 9:01
mveGerry Schmitz13-Nov-15 9:01 
QuestionShowdialog() question Pin
randor12-Nov-15 14:12
randor12-Nov-15 14:12 
AnswerRe: Showdialog() question Pin
DanielBrownAU12-Nov-15 14:37
professionalDanielBrownAU12-Nov-15 14:37 
AnswerRe: Showdialog() question Pin
BillWoodruff12-Nov-15 15:18
professionalBillWoodruff12-Nov-15 15:18 
AnswerRe: Showdialog() question Pin
OriginalGriff12-Nov-15 21:36
mveOriginalGriff12-Nov-15 21:36 
GeneralRe: Showdialog() question Pin
randor13-Nov-15 3:14
randor13-Nov-15 3: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.