Opa
04-20-2006, 03:56 AM
When I use TAP I need to change my country settings to US. With the older TAP versions I got an error message when I forgot to do that, but with the new version it's not that obvious and after closing TAP I sometimes forget to put the settings back... I'm sure it sounds familiar to a lot of non US TAP users.
So I made a little program that does change it for me automatically when starting TAP, and changes your settings back when TAP is closed. It does make some registry changes, but nothing irreversible. It just changes the 10.000,00 in a 10,000.00 notation.
If something went wrong, like a computer crash, you can always go back to window's country settings and click the setting you originally had manually.
If you think it could be useful to you you can download it here: To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
Note: TAP needs to be installed in the default directory (C:\Program Files\The Archery Program).
Copy the file "TAP START.EXE" to C:\Program Files\The Archery Program
Make a shortcut on your desktop to C:\Program Files\The Archery Program\TAP START.EXE and start TAP from that.
It will now change the settings automatically.
For those who want to know exactly what it does:
Before TAP opens it writes the following keys to your registry:
CURRENT USER,Control Panel\International,sThousand,","
CURRENT USER,Control Panel\International,sDecimal,"."
It then starts TAP
When TAP is closed it writes this keys:
CURRENT USER,Control Panel\International,sThousand,"."
CURRENT USER,Control Panel\International,sDecimal,","
Then the program is closed.
I know it's a bit tricky to trust an unknown program that messes with your registry, but maybe someone adventurous :-) will verify that it has no ill effects...
Regards, Opa
So I made a little program that does change it for me automatically when starting TAP, and changes your settings back when TAP is closed. It does make some registry changes, but nothing irreversible. It just changes the 10.000,00 in a 10,000.00 notation.
If something went wrong, like a computer crash, you can always go back to window's country settings and click the setting you originally had manually.
If you think it could be useful to you you can download it here: To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
Note: TAP needs to be installed in the default directory (C:\Program Files\The Archery Program).
Copy the file "TAP START.EXE" to C:\Program Files\The Archery Program
Make a shortcut on your desktop to C:\Program Files\The Archery Program\TAP START.EXE and start TAP from that.
It will now change the settings automatically.
For those who want to know exactly what it does:
Before TAP opens it writes the following keys to your registry:
CURRENT USER,Control Panel\International,sThousand,","
CURRENT USER,Control Panel\International,sDecimal,"."
It then starts TAP
When TAP is closed it writes this keys:
CURRENT USER,Control Panel\International,sThousand,"."
CURRENT USER,Control Panel\International,sDecimal,","
Then the program is closed.
I know it's a bit tricky to trust an unknown program that messes with your registry, but maybe someone adventurous :-) will verify that it has no ill effects...
Regards, Opa