blah blah blah is here! blah blah » Close

0
votes
1 answers

NumericUpDown Value is Decimal??

I am trying to get the value from a NumericUpDown control into a int to I can do some math with it, HOWEVER I keep getting errors that it is a Decimal, but when I do a Messagebox.show(numericUpDown.value.ToString()) I get it to show the act ...

0
votes
1 answers

Textbox input to a Int??

I am messing around trying to understand Classes and I am pretty sure I understand them now, but I am trying to make a Windows Form that has 2 text boxes where the user inserts a number in each one and then they get passed to a classes that ...

0
votes
1 answers

C# reading other programs graphics and sending keyevents

what I am trying to do is make a program that will check my game that I am running in Windows mode. I want to to check certain areas of the screen such as the location where my health bar is and see what color the pixel is so I know if my h ...

Feedback