aj32's Contributions
Below are the tutorials, code snippets, and resources aj32 has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Creating a game in C++ in C++ Tutorials (Last Comment: aj32, Views: 136,154)
Introduction To Basic AI in C++ Tutorials (Last Comment: aj32, Views: 12,552)
Creating a wysiwyg HTML editor in C# in C# Tutorials (Last Comment: aj32, Views: 141,845)
Working with XML files in C# in C# Tutorials (Last Comment: aj32, Views: 86,007)
Working with XML files in C# - Part 2 in C# Tutorials (Last Comment: aj32, Views: 146,483)
Code Snippets
Submitted: May 21, 2008        Views: 24485
Counts the number of times a character appears in a string.
Submitted: June 12, 2008        Views: 7806
This will get a list of installed drives (and partitions) on the computer.
Submitted: May 30, 2008        Views: 44454
Gets a list of installed software and, if known, the software's install path.
Submitted: June 13, 2008        Views: 14625
Use this code to make a control a 'handle' on the form, so that by clicking and holding the control, you can move the form accordingly.
Submitted: June 13, 2008        Views: 8593
Use this code to make a control a 'handle' on the form, so that by clicking and holding the control, you can move the form accordingly. This does the same as my first snippet on this, but uses the user32 class library instead.