.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
List layers in a ComboBox Dropdown
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
285 Views, 4 Replies
03-04-2013 02:01 PM
Hello Everyone,
Does anyone have any examples on how to list all the layers of a current drawing and populate a ComboBox on a form with that list. It seems pretty simple, i'm just gonig through the .NET Developer guide now but was hoping there was a quicker solution.
Cheers
Vince
Solved! Go to Solution.
Re: List layers in a ComboBox Dropdown
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2013 05:51 AM in reply to:
vince1327
Here is a post over at the swamp that will list all layers and then populate a ListBox. It should be easy enough to convert to a comboBox.
http://www.theswamp.org/index.php?topic=42777.msg4
Re: List layers in a ComboBox Dropdown
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2013 12:27 PM in reply to:
vince1327
Hi, Vince,
I already have a project to create form on the fly,
I just need to varnish it before posting,
wait till tomrrow,
Oleg
_____________________________________
C6309D9E0751D165D0934D0621DFF27919
C6309D9E0751D165D0934D0621DFF27919
Re: List layers in a ComboBox Dropdown
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2013 01:00 PM in reply to:
vince1327
Vince, try this out as is
_____________________________________
C6309D9E0751D165D0934D0621DFF27919
C6309D9E0751D165D0934D0621DFF27919
Re: List layers in a ComboBox Dropdown
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-19-2013 11:58 AM in reply to:
Hallex
Thanks again Hallex, a perfect example of what I was looking for as always.

