what is the Difference between listbox and combo box?
Answer Posted / venkatesh_kumar
ListBox is used to select one item out of diffenrent we
have.
But
ComboBox is used to enter an item at run time.
| Is This Answer Correct ? | 42 Yes | 46 No |
Post New Answer View All Answers
What is formdata?
How can you pause a timer control?
What is difference between winforms and windows forms?
How many navigational features are provided by visual studio.net ide?
Which of the following position is the default docking position of the statusstrip control on the form?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
how barcode print on the win form
What are window applications?
Are windows forms still used?
Explain something about crystal report in brief?
How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
What are the components of gui for windows?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
Explain about crystal report in brief?
What is the difference between the add() and insert() methods of a listbox control?