Welcome Guest Search | Active Topics | Sign In | Register

New Combobox control use in runtime Options
Camarate
Posted: Monday, August 22, 2011 5:52:09 PM
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
eo_support
Posted: Monday, August 22, 2011 9:31:01 PM
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!

Camarate
Posted: Tuesday, August 23, 2011 8:47:26 AM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

Thanks for your reply.

Regards, Marcelo Camarate


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.