bonjour tous les monds,
how can i Refresh ComboBox After Adding New Values via a Seperate Form in vbnet
any ideas
mercie en avance ;
wael meto -3 Newbie Poster
Recommended Answers
Jump to Postor possibly
combobox.refreshitems
Jump to PostChrisPadgham
combobox.refreshitemsAFAIK there isn't such a method in VB.NET.
how can i Refresh ComboBox After Adding New Values via a Seperate Form in vbnet
Could you post some relevant code how you reference the combobox, call the form, exit form and how you add a new value.
Jump to PostNot sure what parameters you pass between the forms, but here's one way
This is "child form"
Public Class Form2 ' Public index for the new item Public comboIndex As Integer = -1 ' Public reference to main form's combobox Public nameComboBox As ComboBox Private Sub …
Jump to Postyou can use the property of the combobox... you can use refresh or update
All 15 Replies
kothaisaravan 0 Light Poster
ChrisPadgham 113 Posting Whiz
wael meto -3 Newbie Poster
M.Waqas Aslam 67 Posting Pro in Training Featured Poster
Teme64 215 Veteran Poster
wael meto -3 Newbie Poster
kvprajapati commented: CAPS :( -3
M.Waqas Aslam 67 Posting Pro in Training Featured Poster
wael meto -3 Newbie Poster
M.Waqas Aslam 67 Posting Pro in Training Featured Poster
Teme64 215 Veteran Poster
wael meto -3 Newbie Poster
cyberdaemon 1 Light Poster
wael meto -3 Newbie Poster
MitrilGM 0 Newbie Poster
Alan_10 0 Newbie 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.