hello, I'm VERY new to visual basic and am having problems
trying to get my .exe project to add numbers together.This is what I write.
lbltotal.Caption = txt1.Text + txt2.Text + txt3.Text
cmdjhclose.Setfocus
Though it won't actually give me the option to put ".Text"
it only gives the options to put "count", "item" , "lbound" ,
and "ubound". If anyone could give me some advice I would appriciate it, thanks.
trying to get my .exe project to add numbers together.This is what I write.
lbltotal.Caption = txt1.Text + txt2.Text + txt3.Text
cmdjhclose.Setfocus
Though it won't actually give me the option to put ".Text"
it only gives the options to put "count", "item" , "lbound" ,
and "ubound". If anyone could give me some advice I would appriciate it, thanks.