Why Access key is not underlined?
Hi All,
1) I'd like to make DataGridView's Cell Format to "00:00:00". When deleting all, its format is canceled, i mean we need to type this ":" again ourself. I don't like that. Is there any like MaskTextBox "##:##:##" in DataGridView? Or how to make this format in column's cell? I assign this cell to DateTime.
2) I get not displaying Button Shortcut at runtime. I mean, I typed Button's Text property "&Add" but at runtime, system not shown "Add"
Pls share to me.
Re:Why Access key is not underlined?
Hi All,
I made an access key in button text like "&Add". But at run time, the letter "A" is not underlined. What it happens? I use Visual Studio 2005 running on Window Vista.
I ran this project on Window xp. It's still not working. Why???
Pls share to me.
Re: How to make DataGridView's cell format to "00:00:00" and Button Shortcut
1)Try going to properties of the datagridview user control and see if there is any option to set the field type as : : :
2) try adding the '&' symbol after letter A and see..
Re: How to make DataGridView's cell format to "00:00:00" and Button Shortcut
Hi All,
I tested my project on Window server 2003. All Access keys are shown. So why not shown on Vista???