I just installed VB.Net Pro on my XP Pro box and wrote a very simple app that is to display a form with two buttons, OK and Exit. Each button has a shortcut key assigned to it. When the OK button is pressed, a message box is to appear with a text message on it.
Here is the odd behavior. First, when I run the app the shortcut keys do not appear on the buttons (even though they show up in design mode). Second, when I click on OK, the message box appears, but the text does not show up nor does the text "OK" appear on the default button of the message box.
Here is the code that I have within the click procedure of the OK button:
Messagebox.show("Hello")
As you can see, it's a very simple app, but I'm not sure why it is behaving this way and it makes it difficult to write more complex apps. Your help is greatly needed and appreciated.
Here is the odd behavior. First, when I run the app the shortcut keys do not appear on the buttons (even though they show up in design mode). Second, when I click on OK, the message box appears, but the text does not show up nor does the text "OK" appear on the default button of the message box.
Here is the code that I have within the click procedure of the OK button:
Messagebox.show("Hello")
As you can see, it's a very simple app, but I'm not sure why it is behaving this way and it makes it difficult to write more complex apps. Your help is greatly needed and appreciated.