Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
I recently purchased the 2011 version of the EO.Web Controls. I'm trying to use the ComboBox control with some features, like: images; not allow the user to enter any value in it, set the items values at runtime, etc. But I am having difficulty to understanding how this new control is used in VB.NET.
Is there anywhere on the EO site with examples of the ComboBox under VB.NET?
Thanks in advance, Marcelo Camarate
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The key to understand ComboBox is the drop down list is not a part of the ComboBox. The ComboBox provides a generic "drop down" with a textbox, so you can put anything in the drop down. While usually you would put a ListBox inside the drop down, you can put other controls such as a Grid in it. So for anything related to the items, you would actually use a ListBox control.
The download package contains a number of samples for both controls. So you may want to start from there. If you run into any questions/problems, please feel free to post here.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
Thanks for your reply.
Regards, Marcelo Camarate
|