:D
I have found my own solution to my topic of the underscore not appearing (in some configurations of
VB.Net) on buttons until the user pressed the Alt key.
Use the Form Activated event with one line of code to send the keys for Alt and Enter like this:-
SendKeys.SendWait("%~")