+ massive move of source files
MaskedHexBox: set: txtMaskedHexBox.InsertKeyMode = InsertKeyMode.Overwrite; ** this allows us to directly overwrite text in control
+ fix when valuechanged event fires
+ fix resize of MaskedHexControl
+ remove duplicated (uneccesary) width override
+ autosize MaskedHexBox
+ update maskedHexBox using a tablelayoutpanel to auto-size the contents more efficiently
revert r471: pass process informatin by using the process's PID, instead of passing the process as a reference + pass the process instead
+ pass process informatin by using the process's PID, instead of passing the process as a reference
change address from uint to int
+ commit final wip for numeric datatype converter
+ commit wip for data type conversion: need to fix format exceptions
+ add validiation for octal: numbers between 0 and 7
+ add support for multi input box : octal is not setup
+ overhaul some number type controls (add missing file)
+ overhaul some number type controls
+ add windows api to get module filename so there won't be errors with 32bit processes being unable to access 64bit process modules