
-----------------------------------
shrim
Wed Nov 21, 2012 6:33 pm

How do i uses textboxes in VB 2008 express edition
-----------------------------------
I have to make a temperature conversion using text boxes. We really did not learn how to use text boxes and we only learned about text not numbers. So i was wondering how to take a user input and use it in calculations.

-----------------------------------
Panphobia
Wed Nov 21, 2012 6:47 pm

RE:How do i uses textboxes in VB 2008 express edition
-----------------------------------
there are so many answers for this online, use google, just say how to use text boxes in vb, is not that hard

-----------------------------------
Panphobia
Wed Nov 21, 2012 6:48 pm

RE:How do i uses textboxes in VB 2008 express edition
-----------------------------------
ill give you a hint, Dim (name) As Integer and then that integer will store what is in your textbox, so (Textbox var).text
