- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
[code] Dim dictionary As New Dictionary(Of Integer, String) dictionary.Add(1, " ") dictionary.Add(2, "ABC") dictionary.Add(3, "DEF") dictionary.Add(4, "GHI") dictionary.Add(5, "JKL") dictionary.Add(6, "MNO") dictionary.Add(7, "PQRS") dictionary.Add(8, "TUV") dictionary.Add(9, "WXYZ") dictionary.Add(0, " ") ' array representing a possible user input Dim inputs As Integer() = {8, 6, 7, 5, 3, 0, 9} Dim …
hi i really need help, i m trying to write a program that displays in a textbox a talbe of the binary, octal, and hexadecimal equivalents of the decimal numbers in range 1-222. Plz help i m new to vb....Thks you
hi i am creating a program in vb.net which display decimal, octal, hexadecimal, binary in textbox...i was hopeing me if someone can give a start...im completely new to vb thks you
hi I need a code that allowed the user to enter 4 digit in the textbox then replace each digit with the result of adding 7 to the digit and getting the remainder after dividing the new value by 10. then swap the first digit with the third and swap …
The End.
jatt09