Category Archives: Programming

Visual Studio 2010: Just a few problems.

This is the 4th major release of .NET right? Don’t you think they’d get the idea if you delete a method that you might also want to delete the event handler associated it with? I think it’s quite annoying to … Continue reading

Posted in Programming, Tech News | 2 Comments

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

cheatSense goes live!

For a while now several people, including myself, were unhappy with the anticheat provided for Delta Force: Black Hawk Down (DF:BHD). Who isn’t unhappy about that issue? There’s been some Anti Cheat Programs in the past but many in DF:BHD were … Continue reading

Posted in General, Programming, Tech News, anti-cheat, gaming | Tagged , , , | 1 Comment

.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

.NET URL Shorten-er Library

I’ve been working on a few applications were I’ve been using TinyURL a lot. So, I thought I’d create a library for .NET that contains functions for the most popular URL Shorten-er sites.   Function TinyURL Function TimesURL Function DoiopURL … Continue reading

Posted in Downloads, General, Programming, Tech News | Tagged , , , , , , , | 10 Comments

Captcha .NET

I was searching Google and found no results for a Captcha control for Windows development. So I thought I’d create one for .NET Features: Case Sensitive Characters Change Background/Foreground Color Change Font/Font Size Verify Captcha Easily Example Source: Private Sub … Continue reading

Posted in Downloads, Programming, Tech News | 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

TweetP

Snap a shot of your desktop, upload it to TwitPic and post it on Twitter! How easy? 2 clicks easy! So check it out and let me know what you think. This is a beta, if you have suggestions or … Continue reading

Posted in Downloads, Programming | 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