PDA

View Full Version : help please with 2 combobox and 1 button , really is not easy



melissa
11-05-2008, 09:17 AM
hi every one

i wanna make something small to my son , is kind of calculation

this is the picture

http://www.up.aboouo.com//uploads/images/Aboouo-27d3572ced.png

and it work like this :

i choose number from ComboBox1 , also i choose number from ComboBox2

after that i click on result button , and the result will appear as window or

pop up window

and my project is attached to my post without any code

can you help me for the code or the script , just a simple one

think you

Imagine Programming
11-05-2008, 10:25 AM
Code is on the button:)

melissa
11-05-2008, 10:35 AM
what i can tell you C B programming and webdesign you are the one you the best

thank you thank you

Imagine Programming
11-05-2008, 10:37 AM
hehe thanks melissa:)

in AMS you can just perform calculations like that

result = 18 * 100
-- will show 1800

just make sure your values are numbers, so i used String.ToNumber :)