darklucifer
Programmer
dear friends
im stuck in this program which i working for a cafee, it is about read the total from a form. when i click the button total a amother form well appiear where it allows user to put the cash in.... i created some thing like this but when ever i compile it opens a new form not the form with the total of the goods (this may confuce you any way this is the best way i can explain this). this maybe the matter that i call it "Welcome frm = new Welcome ();" just wondering is there any other way i can do this if so what is that?
any help you people can do is apprieciated
/*Welcome frm = new Welcome ();
double d = double.Parse (txtPayments.Text);
frm.TxtDisplay.AppendText("Payment is: " + d.ToString());
this.Close ();
frm.Visible = true;*/
im stuck in this program which i working for a cafee, it is about read the total from a form. when i click the button total a amother form well appiear where it allows user to put the cash in.... i created some thing like this but when ever i compile it opens a new form not the form with the total of the goods (this may confuce you any way this is the best way i can explain this). this maybe the matter that i call it "Welcome frm = new Welcome ();" just wondering is there any other way i can do this if so what is that?
any help you people can do is apprieciated
/*Welcome frm = new Welcome ();
double d = double.Parse (txtPayments.Text);
frm.TxtDisplay.AppendText("Payment is: " + d.ToString());
this.Close ();
frm.Visible = true;*/