Search results for query: *

  1. newbiecoder2012

    Question how to do increments in numbers

    Thank you it works perfectly. I think i will go back to basics again b4 i try anything harder
  2. newbiecoder2012

    Question how to do increments in numbers

    Sorry about that, so this is what i have with the radio buttons (i have a few radio buttons i want) when i use this, it keeps out putting the C degrees but not in degrees F. any advice on how you would do the code? Public Class frmTableView Private Sub Button1_Click(sender As System.Object...
  3. newbiecoder2012

    Question how to do increments in numbers

    im trying to make it so i can put other variables into this, but it keeps having a green line under one of them, here is the code i have: 'This is for Celsius to Fahrenheit 'this statement checks for valid numeric characters entered into the textboxes 'and if valid stores the...
  4. newbiecoder2012

    Question how to do increments in numbers

    Thank you, that works great. yeah i understood from reading the comments :)
  5. newbiecoder2012

    Question how to do increments in numbers

    i have this is, but its not working: Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Dim C As Double Dim TxtInPut1 As Double Dim TxtInPut2 As Double Dim TxtInPut3 As Double If (radioC.Checked) Then C =...
  6. newbiecoder2012

    Question how to do increments in numbers

    thank you. i was thinking about this after i wrote it an i was thinking of doing this: txtbox1*txtbox 2 loop untill = txtbox3
  7. newbiecoder2012

    Question how to do increments in numbers

    im pretty much new to programing but i have made this program to output answers and i have that all sorted now i want it so that the answers are displayed in a table format in increments i have looked online an i havnt been able to find exactly what i want :uncomfortableness: for example: the...
Back
Top