Posts
Sort by recent activity
InitializeComponent issues
I've noticed that most of the issues with this working correctly is the incorrect use of Base vs This and using Hex rather than decimals.
The form is made correctly but the design view in Visual St...
Issues with Shifting and such
If you take the BigInteger example class from CodeProjecthttp://www.codeproject.com/KB/cs/biginteger.aspx
If you try and use reflector the output code will not be correct.BigInteger integer = new B...
two part bug
Firstly,
I had an issue where I was Analysing ConsoleTraceListener, if I clicked
"Used By"
"Exposed By"
"Instantiated By"
in quick succession that would cause the program to crash.
This seems to be...