inputbox

  1. Socarsky

    What's wrong with inputBox usage

    Private Sub RadioBtnRemove_CheckedChanged(sender As Object, e As EventArgs) Handles RadioBtnRemove.CheckedChanged If RadioBtnRemove.Checked = True Then strIlk = InputBox("Please enter a sort length string!") ElseIf strIlk = Nothing Then Exit Sub...
  2. peterthottam

    Question MessageBox / InputBox question involving Do While Loops

    Question: How to code using MesssageBox and w/ do-while loops? I want o be able to obtain (via InputBox function) from the user and print a pyramid of numbers where 1 is at the top and each row then builds successively by adding one to the previous one, i.e. so row 2 would have 12, and row three...
Back
Top