hiw to add items to combo box during design time and run time ?
jabed78647:
anyone knows the answer can you plz tell me
Answers
Answered by
0
Answer:
Hey there,
In Visual Basic 2008, adding items to combo box during design time and run time is possible by putting a button consisting of an ellipsis or three periods just next to the control.
Now, if a user wants to insert a new item into the control, the button can simply be clicked and the system will ask for the new item. Another productive way is to see the control’s Text property when the control loses the focus or when the user hits the Enter key.
Thanks for asking
Similar questions