Tag Archives: c#
C# Access A Form’s Controls Within A Class
There are a lot of beginner and even intermediate level developers that have no idea how to access/modify a forms objects/methods from within a different class. I’ll show you the easiest practice of this. First we have to make a … Continue reading
What’s Going On?
Got some emails asking what’s been going on. I know I haven’t posted in a while. Some people miss my daily code snippets and short tutorials. I’ve been working hard on an anti-cheat system for BHD with http://cheatsense.com I haven’t … Continue reading
.NET Gravatar Library
I’ve updated my Gravatar source. I am no longer working on the control version. I have focused my attention to a library model. With the library you are able to manipulate the image more then you could with the control. … Continue reading
Rcon & C#
As some of you know, I’m working on an Rcon Manger for COD4/5. Some of you want to know how I am parsing/prepping the command to be sent. I’ll share with you my method of parsing the command. I don’t … Continue reading
C# Convert Decimal to Integer
Having trouble converting your decimals into integers? A lot of people are. It’s actually pretty easy. Bellow is a short example! Here I am using a Numeric Up/Down control and need to convert the value to an integer to pass … Continue reading
Gravatar .NET Control
UPDATE AND PAGE HERE I’m working on a .NET Gravatar control. A user will be able to retrieve the given emails avatar, or fallback to a default avatar provided by Gravatar. The developer will be able to control the [size],[rating],[fallback … Continue reading










































