Message 1 of 3
AutoCAD 2025 opens in background when loading a DWG with VBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I've recently upgraded to AutoCAD 2025, and I’ve noticed a change in how it behaves when opening DWG files through VBA. In previous versions, if AutoCAD was closed and I used VBA to open a DWG, AutoCAD would launch and display the file on-screen. However, with AutoCAD 2025, the application opens but remains invisible (running in the background) until I manually bring it to the foreground or add code to set the visibility to true
This behavior affects the user experience, especially when running scripts that need to display the file for review or further interaction. I was wondering, has anyone else experienced this change in AutoCAD 2025 ?
Thanks,
MC