Dynaverse.net

Off Topic => Ten Forward => Topic started by: toasty0 on January 02, 2005, 10:19:24 am

Title: A useful little app?
Post by: toasty0 on January 02, 2005, 10:19:24 am
I don't know why, but I've always wanted to create a program like this. Maybe useful, may not. It's a simple little program that converts temperature in Fahrenheit to Celsius.

I haven't tested it to see what it'll do if you input anything other than a number--in other words, I have not implimented any type of validation for you coding geeks.

If any of you need something like this for whatever reason (homework, boredom, work, or play) please enjoy yourself with this app.

http://www.toasty0.com/Marlow/SimpleTempConverter.zip

Note:you must have the .net runtime installed to run this app. Please veiw this page ( http://msdn.microsoft.com/netframework/downloads/framework1_1/ ) if you are unsure you have it installed on your 'puter.

Enjoy!

Jerry
Title: Re: A useful little app?
Post by: Iceman on January 02, 2005, 10:55:49 am
Learning Java are we? lol

It'll probably give you a invalid type error, if thats what you're using. (java).
Title: Re: A useful little app?
Post by: Capt. Mike on January 02, 2005, 01:11:00 pm
Try this site.. http://www.pmel.org/  then click on Physical conversions...it might keep you occupied for a bit

Mike
Title: Re: A useful little app?
Post by: toasty0 on January 02, 2005, 05:43:34 pm
Learning Java are we? lol

It'll probably give you a invalid type error, if thats what you're using. (java).

Using the .Netframework. Java's bigger brother, so to speak.
Title: Re: A useful little app?
Post by: Iceman on January 02, 2005, 06:22:32 pm
I see. Very nice.
Title: Re: A useful little app?
Post by: toasty0 on January 02, 2005, 08:43:40 pm
Thanks for saying so. :)