Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows service suspend and continue option Pin
Calla13-Oct-10 22:50
Calla13-Oct-10 22:50 
NewsAsynchronous composition using LINQ/Extension methods Pin
Alex Shtof13-Oct-10 5:40
Alex Shtof13-Oct-10 5:40 
Questioncheckbox in a data grid view.... Pin
jainiraj13-Oct-10 2:45
jainiraj13-Oct-10 2:45 
AnswerRe: checkbox in a data grid view.... [modified] Pin
fjdiewornncalwe13-Oct-10 8:43
professionalfjdiewornncalwe13-Oct-10 8:43 
AnswerRe: checkbox in a data grid view.... Pin
ekba8913-Oct-10 8:59
ekba8913-Oct-10 8:59 
QuestionAdding Controls of user control ot the parent Form. Pin
Said Ali Jalali12-Oct-10 22:45
Said Ali Jalali12-Oct-10 22:45 
AnswerRe: Adding Controls of user control ot the parent Form. Pin
fjdiewornncalwe13-Oct-10 1:30
professionalfjdiewornncalwe13-Oct-10 1:30 
Questiondata transfers between two forms Pin
Erdinc2712-Oct-10 22:26
Erdinc2712-Oct-10 22:26 
hey guys.. i have a problem..actually i saw many document about it and i applied on my project but i couldnt solve it..i want to transfer datas btw two forms..for example i open Form2 with a button in Form1
and i want to get the text of the textbox in Form2 as a text of textbox in Form1
to do that i wrote that codes below but still i have nothing
here i opened Form2
private void btnRehber_Click(object sender, EventArgs e)
{
Form2 rhbForm = new Form2();
rhbForm.txtYetkili_isim.Text = txtYetkili_adi.Text;
rhbForm.ShowDialog();
}

and here i filled the textboxes in Form2 and submit the values to the textboxes in Form1
private void btnEkle_Click(object sender, EventArgs e)
{
frmFirma = new Form1();
frmFirma.txtGsm1.Text = txtGsm1.Text;
frmFirma.txtGsm2.Text = txtGsm2.Text;
frmFirma.txtNumara.Text = txtNumara.Text;
}
do i make something wrong ? or is there another way ?
thanks guys for help
AnswerRe: data transfers between two forms Pin
Blue_Boy12-Oct-10 22:39
Blue_Boy12-Oct-10 22:39 
GeneralRe: data transfers between two forms PinPopular
OriginalGriff12-Oct-10 22:44
mveOriginalGriff12-Oct-10 22:44 
GeneralRe: data transfers between two forms Pin
Blue_Boy12-Oct-10 22:48
Blue_Boy12-Oct-10 22:48 
AnswerRe: data transfers between two forms Pin
OriginalGriff12-Oct-10 22:41
mveOriginalGriff12-Oct-10 22:41 
GeneralRe: data transfers between two forms Pin
Erdinc2712-Oct-10 22:46
Erdinc2712-Oct-10 22:46 
GeneralRe: data transfers between two forms PinPopular
OriginalGriff12-Oct-10 23:00
mveOriginalGriff12-Oct-10 23:00 
GeneralRe: data transfers between two forms Pin
Erdinc2712-Oct-10 23:23
Erdinc2712-Oct-10 23:23 
AnswerRe: data transfers between two forms PinPopular
Pete O'Hanlon12-Oct-10 23:06
mvePete O'Hanlon12-Oct-10 23:06 
GeneralRe: data transfers between two forms Pin
Erdinc2712-Oct-10 23:24
Erdinc2712-Oct-10 23:24 
GeneralRe: data transfers between two forms Pin
Pete O'Hanlon12-Oct-10 23:29
mvePete O'Hanlon12-Oct-10 23:29 
GeneralRe: data transfers between two forms Pin
fjdiewornncalwe13-Oct-10 1:35
professionalfjdiewornncalwe13-Oct-10 1:35 
GeneralRe: data transfers between two forms Pin
Jason Henderson14-Oct-10 3:41
Jason Henderson14-Oct-10 3:41 
AnswerRe: data transfers between two forms Pin
Ashutosh kumar Tripathi17-Oct-10 19:56
Ashutosh kumar Tripathi17-Oct-10 19:56 
Questionproblem with AL.exe created DLL Pin
prasadbuddhika12-Oct-10 18:13
prasadbuddhika12-Oct-10 18:13 
AnswerRe: problem with AL.exe created DLL Pin
fjdiewornncalwe13-Oct-10 2:37
professionalfjdiewornncalwe13-Oct-10 2:37 
QuestionSpace as string in user settings file Pin
cbutle3@netzero.com12-Oct-10 5:24
cbutle3@netzero.com12-Oct-10 5:24 
AnswerRe: Space as string in user settings file Pin
#realJSOP12-Oct-10 8:07
mve#realJSOP12-Oct-10 8:07 

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.