Home All Groups Group Topic Archive Search About

Working with TabControl

Author
1 Feb 2006 1:34 AM
Drew Leon
I need assistance using a Button to calculate formulas. Each Tab in my
TabControl has two ListBoxes on them. I need to know how to calculate
formulas after they have been selected from the ListBoxes. Thank you, Drew
Leon.
--
Have a great day!
Drew Leon

Author
1 Feb 2006 8:40 AM
Cor Ligthert [MVP]
Drew,

Forgive me but I don't see the problem.

ButtonClick event
Dim myresult as Double = CDbl(textbox1.text) * Cdbl(textbox2.Text)

Cor