Page 1 of 1

Celsius and Fahrenheit calculator DLL

Posted: Thu Jun 30, 2011 7:56 pm
by clanc789
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

Re: Celsius and Fahrenheit calculator DLL

Posted: Thu Jun 30, 2011 8:46 pm
by Cheatmasterbw
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

Re: Celsius and Fahrenheit calculator DLL

Posted: Thu Jun 30, 2011 8:56 pm
by Bogoh67
what about kelvin all it is, is celsius + 275 or something close to that i think. and most scientists use kelvin

Re: Celsius and Fahrenheit calculator DLL

Posted: Thu Jun 30, 2011 8:57 pm
by Jg99
Nice one, i bet ppl who need to convert will use this
:)

Re: Celsius and Fahrenheit calculator DLL

Posted: Thu Jun 30, 2011 9:12 pm
by Agust1337
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

Re: Celsius and Fahrenheit calculator DLL

Posted: Thu Jun 30, 2011 10:12 pm
by clanc789
Tomorrow i'll add the Kelvin function for the DLL, any other suggestions?

Re: Celsius and Fahrenheit calculator DLL

Posted: Sun Aug 14, 2011 9:17 am
by clanc789
~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 :)