Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add item on combo box
Message
From
25/07/2000 11:05:02
 
 
To
All
General information
Forum:
Visual C++
Category:
Other
Title:
Add item on combo box
Miscellaneous
Thread ID:
00396587
Message ID:
00396587
Views:
38
I don't know how to add item for combo box, in VB6 I used the following codes:

Dim iString as Integer
Dim mStrString as String
For iString = 1 to 10
mStrString = "My Combo " Trim(Str(iString))
Combo1.AddItem mStrString
Next iString

How about in VC++, please help ( I am a beginner of VC++ ) Thank you very much!

Best Regards
Winan
Next
Reply
Map
View

Click here to load this message in the networking platform