Saturday, September 26, 2009

Email me

I would like you to write me an email with the following information:

  • Your name
  • Any programming experience
  • Why you are taking this class
  • What you hope to gain from this class
  • Any other information you'd like me to know

david.freer@gmail.com

Tuesday, September 8, 2009

First class code!

Here is the code from the first class!

First class

My email address:

david.freer@gmail.com

Please email me if you have any questions!

Install VB Express.

Thursday, July 9, 2009

DOCUMENT 1.

To publish the project, follow the Wizard under Build -> Publish.

From the UK

This example shows step by step how to connect a database to a VB.NET program.

In my opinion, this is the best tutorial I have found to connect a database and a VB.NET forms application without using the Wizard. Everything is step by step and done without much jargon or added complication. I think you will find it useful.

Remember: For the time of day=
Now.TimeOfDay.ToString

Excellent Links for DB Programming

This is a school database example that can be used as a template to create a working application. Click here.

Tuesday, July 7, 2009

Student...Graduate Student

Create a student class with two attributes and getters and setters.

Create a graduate student class with one other attribute.

Allow users to enter the info about one or the other...create the two objects depending on what the user chooses.

Here's the code from tonight's class (Baseball Players).