Message 1 of 2
AutoCAD 2008 64bit, Windows 7 64 bit & VBA AcadDocument Events
Not applicable
06-07-2011
01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When we load a DVB file programmatically on AutoCAD startup, using 'LoadDVB' from VBA, 'vl-vbaload' from Visual Lisp, or from the 'appload' Startup Suite, the AcadDocuments Events will not fire until we unload and reload the DVB using VBAMAN. We have configuration control code in our AcadDocuments Events that worked perfectly on XP 32 bit with AutoCAD 32 bit. We have over 1,000 users that would have to manually load the DVB every time they start AutoCAD.
Does anyone have a solution to have the Events fire when the DVB is loaded programmatically on startup?
Thanks.