MSasu Posted February 9, 2010 Posted February 9, 2010 I looking to find a way to create a list with AutoCAD versions currently installed on a particular station from the code of a stand-alone Visual Basic tool. The code below will allow calling only the default version: CreateObject("AutoCAD.Application") What I’m trying is to generate a list with current installed version and allow the user to select via a pop-up list the version required for a processing. Is there a solution to my issue? Thank you! Regards, Quote
Lee Mac Posted February 17, 2010 Posted February 17, 2010 Perhaps check for ProgIDs? Stored in the registry under: HKEY_CLASSES_ROOT\CLSID\ .NET example: http://www.devx.com/vb2themax/Tip/18726 Quote
MSasu Posted February 17, 2010 Author Posted February 17, 2010 Thank you! Will have now to give this a try! Hope to come back with a solution. Quote
Lee Mac Posted February 17, 2010 Posted February 17, 2010 Msasu, I only suggest it, as I was trying to get the same kind of information here: http://www.theswamp.org/index.php?topic=32166.0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.