VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Read / Write Combo Boxs

T-Unit  (1 Submission)   Files/File Controls/Input/Output   VB Script   Intermediate   Wed 3rd February 2021

This code will let you read in values from a file of your choice, probably a .ini or .txt into a combobox. It will also let you save the contents of the combobox to a file of your choice.
Example:
Call WriteCombo(combo1, "C:/example.ini")
or
Call ReadCombo(combo1, "C:/example.ini")

Rate Read / Write Combo Boxs (3(3 Vote))
Read / Write Combo Boxs.bas

Read / Write Combo Boxs Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters