OsnapzBG is a freeware from JTB World
Have the background change to different colors when OSNAPZ is changed.

OsnapzBG2009x86.dll is for AutoCAD 2009 32-bit based applications.
OsnapzBG2009x64.dll is for AutoCAD 2009 64-bit based applications.
OsnapzBG2010x86.dll is for AutoCAD 2010-2012 32-bit based applications.
OsnapzBG2010x64.dll is for AutoCAD 2010-2012 64-bit based applications.
OsnapzBG2013x86.dll is for AutoCAD 2013 32-bit based applications.
OsnapzBG2013x64.dll is for AutoCAD 2013 64-bit based applications.

Place the DLL file on your local hard drive somewhere at your choice.

The DLL file needs to be loaded by your AutoCAD application and that can be done in different ways. Use one of the following options.

 * Use the command NETLOAD and select the .dll file. This loads the command in the current AutoCAD session only.
 * Create a menu command, toolbar button or palette tool using CUI and force load it before running the command.
      Macro or Command string:
      ^c^c(command "netload" "C:/Program Files/JTB World/OsnapzBG/OsnapzBG2010x86.dll");
 * Add the row below to your acad.lsp file so it loads automatically when AutoCAD starts.
      (command "netload" "C:/Program Files/JTB World/OsnapzBG/OsnapzBG2010x86.dll")

Make the background color you want to use for OSNAPZ=0 and run SetOsnapzColors0 command
Make the background color you want to use for OSNAPZ=1 and run SetOsnapzColors1 command

The four colors that are saved and changed are:
 *Model Space Crosshair Color
 *Model Space Background Color
 *Model Space Autotrack Vector Color
 *Model Space Autosnap Marker Color

Now when OSNAPZ is changed the background will change accordingly.

---
Jimmy Bergmark - JTB World
Website: http://www.jtbworld.com
Blog: http://blog.jtbworld.com

Copyright (C) 2012 JTB World, All Rights Reserved