G
Guest
Hi,
I have a rather odd problem when trying to code Access keys into the Text properties of controls on a VB.NET windows form. Put simply, they often do not show up when the form is compiled and run. E.g. make the text property of a Button control equal to '&Cancel' and the underlined C does not show (i.e. a normal C is displayed), nor does the Alt-C command actually work when the program is run
On one occasion fiddling around with using the & characterit started to work, then stopped again. Now I cant get it to show up or work. Any idea why this might happen
I have a rather odd problem when trying to code Access keys into the Text properties of controls on a VB.NET windows form. Put simply, they often do not show up when the form is compiled and run. E.g. make the text property of a Button control equal to '&Cancel' and the underlined C does not show (i.e. a normal C is displayed), nor does the Alt-C command actually work when the program is run
On one occasion fiddling around with using the & characterit started to work, then stopped again. Now I cant get it to show up or work. Any idea why this might happen