|
-
Jan 16th, 2002, 08:29 PM
#1
Thread Starter
Addicted Member
Combo, Option Button, etc
Sup guys, Im still very new to VB..and Im taking a programming Visual Basic class right now. Our instructor said late this week we're gonna be workin with combo boxes and option buttons..so I wanna get a head start and learn it.
Im foolin around right now..with the combo boxes..trying to get things added to them. I did a search..and found that only items can be added in the Form_Load section...why is that?
When I go into the code for the combo box thingie..and put like
cmb1.additem "hello" it wont list it at runtime...but when I put it in Form Load...it will ....????
Also...can someone tell me how to or whats the code for like option buttons? how do they work?
Also...if i want to select like "hello" from my combo box and have it appear in my text box...how do i do that? Thanx!!
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
|