Celsius and Fahrenheit calculator DLL

Any DLLs you have made to do various things and aid in project development then please post in here.
7 posts Page 1 of 1
Contributors
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Title says all: a calcultor to calculate celsius and fahrenheit.

Please +rep or download to support :)

Screen:
Celsius to fahrenheit calculator.jpg
Celsius to Fahrenheit converter.zip
You do not have the required permissions to view the files attached to this post.
Practice makes perfect!

VIP since: 6-10-2011
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Could you make a trial of the dll?

You can make it so when the trial version starts it gives a message in a messagebox.

Here is some code i came up with(I got bored xD):
Code: Select all
    Private Sub UserControl1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        If Not Me.DesignMode Then 'If the program is running (not being designed) then:
            MsgBox("This program uses a free version of Temterature Converter, by clanc789", "Temperature Converter")
        End If
    End Sub
http://www.megaapps.tk/
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

what about kelvin all it is, is celsius + 275 or something close to that i think. and most scientists use kelvin
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Nice one, i bet ppl who need to convert will use this
:)
http://www.sctechusa.com SilverCloud Website
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Bogoh67 wrote:
what about kelvin all it is, is celsius + 275 or something close to that i think. and most scientists use kelvin
From Kelvin
Celsius, Kelvin = -273.15
Fahrenheit, Kelvin = -459.67

To Kevlin
Celsius, Kelvin = +273.15
Fahrenheit, Kelvin = +459.67
You're crazy!
I'm not crazy, my mother had me tested. ~Sheldon Cooper
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Tomorrow i'll add the Kelvin function for the DLL, any other suggestions?
Practice makes perfect!

VIP since: 6-10-2011
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

~Bump~ i made the DLL free (i made this with some old style dll, the one i made a tut about). But feel free to use it :)
Practice makes perfect!

VIP since: 6-10-2011
7 posts Page 1 of 1
Return to “Dynamic Link Libraries (DLLs)”