Home
Name Modified Size InfoDownloads / Week
Old Versions 2014-07-30
README.txt 2014-07-30 1.7 kB
DataCalculatorv1.6.exe 2014-07-30 419.3 kB
Totals: 3 Items   421.0 kB 0
DataCalculator
Author: Umaroth

This is a calculator designed to allow for conversion between different number systems

Support note: As far as I'm aware this will only work on Windows with the .net Framework 4.5 installed.


CHANGELOG:
___________________________________________________________
1.0
-Release
1.1
-Added support for numbers over 2,147,483,647. Numbers up to 9,223,372,036,854,775,807 are now supported. They might not fit in the box though. 
-Made the results box selectable.
1.2
-Set TabIndex
1.3
-Set the convert button as the accept button.
-Fixed a bug involving not having an input type selected
-Changed Icon
-Hid caret in the results box
-Set box to not be resizable
-Mathematically and dynamically centered all the controls
-Changed font
-Added two non-functional Radio buttons for use with a future addition
1.4
-Added a currently empty panel and tied its visibility to the second radio button.
-Rewrote the way the validity of inputs is determined for compatibility with a future addition.
-Fixed a bug where the program would crash if one box didn't contain a data type.
-Made error messages more verbose and made them display in a messagebox rather than the Results Textbox
-Optimized the way numbers are converted to characters and vice-versa. Compressed almost 160 lines of code down to 4 lines.
-Project added to a git repo.
-These changes were to lay the groundwork for a feature coming in the next version where you can set a custom number system.
1.5
-Implemented custom number systems.
1.6
-Implemented conversion between Binary and ASCII text.
-Fixed almost all bugs with `Option Strict On` to make the program more stable.
Source: README.txt, updated 2014-07-30