Ns Tool Box V4
Acrylic
Join Date: 2002-11-03 Member: 6400Members, Constellation, NS2 Playtester, Reinforced - Supporter, Reinforced - Shadow
<div class="IPBDescription">its worth a download</div> This is v4 of my program! I think we all know by now what this program does! Ok since this version was not tested on more than one OS please send all bugs or strange things to acrylic160@yahoo.com, please send a detailed description, a way to contact you, and a screen shot (JPG ONLY) if you can, thanks!
Heres a screen shot of it:
<img src='http://www.run-around.com/~adam/NSTB.jpg' border='0' alt='user posted image'>
You can download a copy here: <a href='http://ntb.ultimateclan.com' target='_blank'>http://ntb.ultimateclan.com</a>
Please leave comments/probelms/suggestions/etc.
(please delete my old post)
Heres a screen shot of it:
<img src='http://www.run-around.com/~adam/NSTB.jpg' border='0' alt='user posted image'>
You can download a copy here: <a href='http://ntb.ultimateclan.com' target='_blank'>http://ntb.ultimateclan.com</a>
Please leave comments/probelms/suggestions/etc.
(please delete my old post)
Comments
bind "A" "hotkey86; wait; wait; hotkey69"
I was under the impression that you couldn't add any extra commands to any "hotkey" bind. Would this bind work?
Also, it would be even better if you could double-click on a key in the keyboard screen and have it pull up that key's current setting.
Good job so far though!
Acrylic,
You are using common OCX's in your program, but feel the need to install and register them in YOUR folder (created during install). Guess what? Your install program registers the OCX's to that location. When you uninstall the program, it unregisters and removes the OCX's. Therefore, any program that uses those common OCX files (normally found in the system32 folder) will fail to run until they are re-registered.
You can't mess with someone's system like that just to get your software to run. :/
Anyway, when this problem is fixed could someone let us know?
nstoolbox.ultimateclan.com
If you already installed v4 and uninstalled it and it gives you a hardtime about DLL's or OCX's not being registered then open the folder: C:\WINDOWS\system32
find the DLL or OCX it wants you to register. Click and drag that file to regsvr32.exe (this is in the same folder) and it should re-register it for you! If you have any further questions or problems ASK ME! I am very sorry for this and any problems that occurred!
You will need to open up a command prompt and change to the system folder.
To un-register "TABCTL32.OCX" type:
REGSVR32 /U TABCTL32.OCX
To re-register "TABCTL32.OCX" type:
REGSVR32 TABCTL32.OCX
You will need to do this for all the OCX's and DLL's that NS Toolbox used :/