Home

Who's Online

We have 1 guest online

Search

Login Form



Ferguson Technology Group
Help With Math PDF Print E-mail
Written by Joshua Ferguson   
Friday, 12 March 2010 15:58
This is just a quick freebie.

My daughter was having a little trouble on her addition and subtraction timed tests. I told her that I'd make something for her to practice. I came up with a math practice program. You get to set the number of problems, time limit, and problem type (addition, subtract, or both) and then she could take a test. She can take multiple tests and when she's done, a message box pops up that gives the results of all of her tests for me or my wife to check over.

She was thrilled simply because it was on the computer. It doesn't do anything fancy or special. It's just a simple timed math test.

You can download it here. I call it Math Cards. Both installer and source is there so anybody can use it and change it to make it better.

Enjoy!
Last Updated on Friday, 12 March 2010 16:07
 
Fixing LG ENV Picture EXIF Data PDF Print E-mail
Written by Joshua Ferguson   
Friday, 12 March 2010 14:32
I've had an LG ENV3 for almost a year now and for the most part I've been really happy with it. There's been one thing that has really irritated me. For some reason the "Date Picture Taken" field in the exif data was always blank on my Vista and Windows 7 machines. This is really frustrating because I rely on that date in order to organize my pictures.

Here's the download of the installer. I've also included the source code.

Last Updated on Friday, 12 March 2010 16:07
Read more...
 
Animation Using a Picture Box v.2 PDF Print E-mail
Written by Joshua Ferguson   
Friday, 26 September 2008 13:19

In my last article, I talked about how to turn a PictureBox control into an animated control. This was in response to my thoughts on how to create a simple 2-D computer game. My next step was moving the control within the window to specific points. I decided to expand my AnimationBox so that it will be able to automatically move from on point within the window to another.

Last Updated on Friday, 26 September 2008 13:50
Read more...
 
How To Create a Serial Protocol PDF Print E-mail
Written by Joshua Ferguson   
Monday, 20 October 2008 14:05

There are times when your software will need to talk to another program or hardware device over a network or serial. When deciding on how to format your messages, there are some things you need to think about. While serial has some specific requirements in order to know where your messages start and stop, it may be advantageous to use this regardless of whether you send your messages via serial, IP, or any other networking protocol.

Last Updated on Monday, 20 October 2008 14:49
Read more...
 
Using the Tree View as an XML Tree PDF Print E-mail
Written by Joshua Ferguson   
Thursday, 25 September 2008 10:57

I've been doing a lot with XML in storing information for a while. Usually this is to store settings or to log data for debugging purposes. Only just recently did I try to create an XML viewer within a .NET application usually opting for just viewing it in Explorer. It wasn't until a client wanted to be able to easily access the data within the XML logs did I research into the best way to display XML data from within an application.

The easy way would be to use an explorer component and just let IE display it. This was more raw than I wanted it to be. I first looked at the datagridviewer which replaces the datagrid control. I figured it would display the information much like Excel does where it just creates a column for each tag. With embedded tags, this isn't ideal, but at least all the information would be out there and it'd be a good starting place. I was frustrated to realize that the datagridview wouldn't display any embedded tags at all. If a tag had embedded tags, it wouldn't display the tag at all.

As I thought about it, I determined that the best way to display XML data would be in a tree view. I set out to create a tree view that would take an XMLDocument and display the results automatically.

Last Updated on Thursday, 25 September 2008 10:59
Read more...
 
« StartPrev12NextEnd »

Page 1 of 2