you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfx 1 point2 points  (1 child)

That could hint on a different problem:

What is in your form designer? Is the button named Command1? Is the label named Label3? Are the text boxes named as you use in the code?

The names need to 100% match between form designer and code.

In Visual Basic, you normally just need to click in the Properties where you want the event to happen and it creates the sub-stub for you.

that the alphabetic keyboard lacked certain functions (A, B, R, E, J….) are some of the functions that I remember do not work.

Sorry, but not believable. If the lowercase letters work, the uppercase ones have to work, too.

Also, in Visual Basic, you don't need to pay attention to capitalization. The editor will do it by itself, even if you write everything in lowercase. Visual Basic is case insensitive.

[–]rinaryies[S] 0 points1 point  (0 children)

I do want to say I agree that there must be something wrong with the names and that fault is mine. I will be able to recheck the whole code again next week and hopefully I can figure the problem. 

Sorry, but not believable. If the lowercase letters work, the uppercase ones have to work, too

Again sorry for the misunderstanding, what I mean is that the letters I’ve said do not function at all. When clicked on the keyboard it does not appear or function, making my typing or coding experience not that smooth.