Good day everyone!
Please help me out with this. I have very little knowledge on VB6 and I would like to create a simple code generator that will convert limited set of numbers to letters. I have in my form a textbox, where the user would input the numbers, a frame, where the characters will appear, and a command button that would execute the conversion. I would like to restrict the input of numbers in the textbox with just the numbers "1234567890" where Q=1, W=2, E=3, R=4, T=5...etc when converted. So when the user inputs 231 in the frame.caption would output WEQ, something like that. Thanks for your help!
Please help me out with this. I have very little knowledge on VB6 and I would like to create a simple code generator that will convert limited set of numbers to letters. I have in my form a textbox, where the user would input the numbers, a frame, where the characters will appear, and a command button that would execute the conversion. I would like to restrict the input of numbers in the textbox with just the numbers "1234567890" where Q=1, W=2, E=3, R=4, T=5...etc when converted. So when the user inputs 231 in the frame.caption would output WEQ, something like that. Thanks for your help!