Home > Archive > Visual Basic > February 2005 > error conversion
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Latin Seminary 2005-02-26, 3:55 pm |
| Hi,
I am try ing to make a form with 2 text boxes to convert from celcius to
fehrehite and rectoverso
So when i enter the celcius degree the fehrenhite will be calculated and put
in the other box and if i enter the fehrenhite degree the celcius will be
calcutated and put instead of old value.
need how to write the code!
Khalil
| |
| Larry Serflaten 2005-02-26, 3:55 pm |
|
"Latin Seminary" <seminary@lpj.org> wrote
> Hi,
> I am try ing to make a form with 2 text boxes to convert from celcius to
> fehrehite and rectoverso
> So when i enter the celcius degree the fehrenhite will be calculated and put
> in the other box and if i enter the fehrenhite degree the celcius will be
> calcutated and put instead of old value.
>
> need how to write the code!
Double click on the form to bring up the code window. At the top of
that window are two combo boxes. The one on the left lets you select
what object you want to write the code for, (select that first), and the
combo on the right lets you select the exposed events for your desired
object. Choose an object, then an event, and have at it!
LFS
| |
| Randy Birch 2005-02-27, 3:55 pm |
| Post the code you've achieved so far. We will help, but we like to lead you
to the solution, not necessarily just give you the solution.
--
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
"Latin Seminary" <seminary@lpj.org> wrote in message
news:%236p427$GFHA.2276@TK2MSFTNGP15.phx.gbl...
: Hi,
: I am try ing to make a form with 2 text boxes to convert from celcius to
: fehrehite and rectoverso
: So when i enter the celcius degree the fehrenhite will be calculated and
put
: in the other box and if i enter the fehrenhite degree the celcius will be
: calcutated and put instead of old value.
:
: need how to write the code!
:
: Khalil
:
:
|
|
|
|
|