mgalicki Posted November 9, 2010 Posted November 9, 2010 I need to know what file has the code that controls the open & saveas dialog box. I want to make it bigger & move it up & to the left of my screen. This is one box that doesn't remember the last place you left it?? Thanks for any help. mgalicki Quote
mgalicki Posted November 9, 2010 Author Posted November 9, 2010 I need to know what file has the code that controls the open & saveas dialog box.I want to make it bigger & move it up & to the left of my screen. This is one box that doesn't remember the last place you left it?? Thanks for any help. mgalicki Amazing! Not a clue?? Anyone? Quote
alanjt Posted November 9, 2010 Posted November 9, 2010 Apparently patience isn't one of your virtues. It's controlled by ARX/DLL or written in the registry. Do a little digging. Quote
mgalicki Posted November 9, 2010 Author Posted November 9, 2010 Wow, sorry I didn't realize this post was recent. I have it posted at several sites. Thanks for the insight. cheers, mg Quote
mdbdesign Posted November 9, 2010 Posted November 9, 2010 You need to hack dll in order to change it. Try Reshack. This forum is very helpful - take it easy kolego. Quote
mgalicki Posted November 11, 2010 Author Posted November 11, 2010 Can you be more specific on reshack? Tried reshack.com but get a page with many links. Which one? Thanks Quote
mdbdesign Posted November 11, 2010 Posted November 11, 2010 Resource Hacker™ - Version 3.4.0 24 march 2002. Copyright 1999-2002 Angus Johnson http://rpi.net.au/~ajohnson/resourcehacker FREEWARE utility to view, modify, add, rename and delete resources in Win32 executables and resource files. Incorporates an internal resource compiler and decompiler. Works on Win9x, WinNT, Win2000 and WinXP. This is from read me file. Broke my finger and is kind of hard to tape with one and left hand. Try yourself find it. Quote
mgalicki Posted November 11, 2010 Author Posted November 11, 2010 http://www.angusj.com/resourcehacker/ This is it. Thanks, I'll give it a try. Quote
JohnM Posted November 11, 2010 Posted November 11, 2010 Dialog info is stored in the registry under HKEY_CURRENT_USER \Software\Autodesk\\Profiles Each individual profile stores info for the AutoCAD environment including dialog box x,y positions and width & height Select the profile that you use then click the + sigh next to Dialogs The Save AS dialog box info is under “Save Drawing AS” The open dialog info is under “Select File” Change the x and y values and width / height to suit your needs. The values are hexadecimal so just change the number and keep any letter that appears with the old value (if the old X value is 14d then changing it to 5d will move it to the left) If you use different profile in autocad you will have to make these changes in each profile. NOTE: before making any changes to the registry you should back up the registry or the key folder in case you make a bad mistake. To back up just right click on the folder and export it to a known place then you can import it if needed to restore values. Make these changes at your own risk. Quote
mgalicki Posted November 11, 2010 Author Posted November 11, 2010 Sweet! Thanks John, I'll let you know how it goes. mgee 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.