hello everyone! how to make radio button and combo box has default value?
huskarit 0 Light Poster
Recommended Answers
Jump to PostYou can set radio button checked as True in Radio button properties.
Or you can set it manually :RadioButton1.Checked = True 'RadioButton1 set as default Combobox1.SelectedIndex = 0 'First item of combobox set as default
All 2 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
huskarit commented: Very nice! thanks Jx_Man +1
huskarit 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.