Home   Wordpress   Log in

Archive for February, 2006

South Florence Bruin Baseball

February 22nd, 2006 by admin | No Comments | Filed in Misc, Personal

Here are the Florence, SC games for the Bruins. GO BRIUNS!!!

3/01   @Wilson
3/03   Wilson
3/07   Marlboro County
3/08   Darlington
3/10   @West Florence
3/17   Conway
3/21   Hartsville
3/28   West Florence
3/30   Dillon
3/31   Sumter
4/20   PLAYOFFS!!!

Did you press the Enter Key?

February 21st, 2006 by admin | No Comments | Filed in .NET, Mobile

Several times, users of our applications have made the following request.

“Can I press enter to move between fields?”

Here is the way to check and see if the user presses the enter key:

First use the KeyPress Event for the Text box.
This Event passes two arguments (object sender, System.Windows.Forms.KeyPressEventArgs e)

We are concerned with the last one and the test would look like this:

if (e.KeyChar == (int)Keys.Enter)>

This takes the KeyPressEventArgs KeyCharacter and compares it to the ASCII Value of the Enter Key.

Inside the if, do your code…

>

TimeSpan.TotalMinutes vs. TimeSpan.Minutes

February 15th, 2006 by admin | 1 Comment | Filed in .NET, Mobile

I was trying to find total minutes an event had been running.

TimeSpan ts = new TimeSpan();
ts = DateTime.Now – myEvent.StartTime;
if (ts.Minutes > 15)>

Compiles and runs… Not actually the behavior I was looking for. This returns the minute value of the time.

Example: time span was 1:12 (1 hour, 12 minutes)

This code evaluated true because 12 is less than 15.

This is the correct code.

if (ts.TotalMinutes > 15)>

This evaluated 72 > 15.

Wow… I might have to try some of that!!!

February 7th, 2006 by admin | No Comments | Filed in .NET, Personal

Extreme Coffee!!!

http://www.extremecoffee.com

Hyper-Caffeinated Coffee and
Candy-Coated, Chocolate-Covered, Hyper-Caffeinated, Shock Coffee beans

BTW: You can get a free sticker… http://www.extremecoffee.com/sticker.tmpl?cart=11393278292825288

February 2006 PDANUG Meeting

February 7th, 2006 by admin | No Comments | Filed in .NET, Database, Mobile

The Pee Dee Area .NET Users Group will be meeting tomorrow (Feb 8th) evening from 6pm to 8pm.

Please visit the PDANUG site for directions. Doug Turnure will be speaking on C# 2.0’s new features.

>

Need information on Star Wars

February 4th, 2006 by admin | No Comments | Filed in Misc, Personal, WebSites

My oldest son loves Star Wars. I was looking for him some pictures and sound bites and found this GREAT SITE.

http://www.StarWars.com

The best part of the site is a data bank full of characters, places, creatures, etc…

http://www.starwars.com/databank/

If you are a Star Wars fan, check it out.

Crystal Reports Issue to be aware of…

February 2nd, 2006 by admin | No Comments | Filed in .NET, Design

Julia Lerman at http://www.thedatafarm.com/blog/ posted an issue for all to be aware of.

If you have 1.1 and 2.0 framework applications on the same computer, using crystal reports, please make a note.

Below is the link..

http://www.thedatafarm.com/blog/PermaLink.aspx?guid=e1735ca7-c0c5-4248-a066-f0f8b8b5cd00

Download Full Movie Online Hytrin