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

Posted in General, Programming, tips | Tagged , , , , , , | 7 Comments

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

Posted in General, Programming, Tech News, tips | Tagged , , , , | 2 Comments

.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

Posted in Downloads, Programming, Tech News, tips | Tagged , , , , | 1 Comment

GravatarGet: Source Code

I’ve updates the GravatarGet page. I’ll be explaining the source code and releasing a major portion of the code. There’s already been over 5,000 downloads and the number is growing everyday. There are reports of bugs and what not, I … Continue reading

Posted in Downloads, General, Programming, Tech News, tips | Tagged , , , , , , , | 1 Comment

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

Posted in Programming, tips | Tagged , , , , , , | 1 Comment

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

Posted in Programming, tips | Tagged , , , , | 4 Comments

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

Posted in Downloads, Programming, Tech News | Tagged , , , , , , , , , , , | Leave a comment