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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.