Message 1 of 6
VBA Controls Project

Not applicable
07-05-2006
11:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The following is a post that can found here:
http://www.theswamp.org/index.php?topic=10906.new#new
OK, I've started a VBA controls project for the ObjectDCL community.
Hopefully this can be a project we all can learn from -I've sure learned
alot from just creating this project. I've included most of the more
common controls found in ODCL. Most of them I've got some pretty simple
programming for, the ListView and TreeView I'm going to ask the VBA
community to help out with. I'll cross post this over at the VBA forum here
at the swamp and also at the AutoDesk VBA discussion group. Here's a look
at the form:

The controls are:
ListView
TreeView
TextBox - coded for saving a view
ComboBox - one each for changing the active textstyle and dimstyle
ListBox - one each single and multiple select
Command Buttons - various applications - note the relationship with AutoLISP
("command" . . .)
Labels - interactive with other controls
Toggle Buttons - coded to switch from modelspace to paperspace
Option Buttons - coded to switch ortho on and off
Tab Control - contains the Dimstyle and TextStyle controls.
Picture Control
I've labeled the dvb file for today's date. If anyone makes changes re-name
with the date of the changes and perhaps even your initials. Again, if
anyone can help in providing code for the other controls - of better /
different code for any controls I think this could be a useful project for
many.
Thankyou everyone who's helped thus far!!
jb
http://www.theswamp.org/index.php?topic=10906.new#new
OK, I've started a VBA controls project for the ObjectDCL community.
Hopefully this can be a project we all can learn from -I've sure learned
alot from just creating this project. I've included most of the more
common controls found in ODCL. Most of them I've got some pretty simple
programming for, the ListView and TreeView I'm going to ask the VBA
community to help out with. I'll cross post this over at the VBA forum here
at the swamp and also at the AutoDesk VBA discussion group. Here's a look
at the form:

The controls are:
ListView
TreeView
TextBox - coded for saving a view
ComboBox - one each for changing the active textstyle and dimstyle
ListBox - one each single and multiple select
Command Buttons - various applications - note the relationship with AutoLISP
("command" . . .)
Labels - interactive with other controls
Toggle Buttons - coded to switch from modelspace to paperspace
Option Buttons - coded to switch ortho on and off
Tab Control - contains the Dimstyle and TextStyle controls.
Picture Control
I've labeled the dvb file for today's date. If anyone makes changes re-name
with the date of the changes and perhaps even your initials. Again, if
anyone can help in providing code for the other controls - of better /
different code for any controls I think this could be a useful project for
many.
Thankyou everyone who's helped thus far!!
jb