skip to main
|
skip to sidebar
VB 6 for Beginners
search
this site
the web
ad exchange
Wednesday, March 17, 2010
VB Code for Adding Values in Combo at Runtime
Dim r As Double
r = 9.9
Combo4.Clear
Do Until r >= 50
r = r + 0.1
Combo4.AddItem FormatNumber(r, 2, True, True, True)
Loop
Combo4.ListIndex = 0
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Your Ad Here
Followers
Blog Archive
▼
2010
(6)
▼
March
(6)
VB Code for Adding Values in Combo at Runtime
Upper Case Letters in Text Box in vb.net
Drop Down the Combo Box List
Allow only Numbers in Textbox
VB6 code for Clearing all Textbox in a Form
VB code to Set The Text Box Cursor Position
About Me
Abhi
View my complete profile
Search Engine Optimization and SEO Tools
No comments:
Post a Comment