|
-
October 21st, 2001, 12:58 PM
#1
please help me
hello..in my design i have a combobox and it has many material name.. and these materials have specifications and i want to show these specifications in a label. i added a command button. when i press the command button the materilas specification show up in the label..
how can i do that.. please help me..
for example material name is X and the specification is 1.
please help me.
Serdar Yorulmaz
-
October 21st, 2001, 07:39 PM
#2
Re: please help me
command1_click
select case combo1.text
case "x": text1.text = specifications
case "y": text1.text = specifications
end select
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|