|
-
July 6th, 2009, 10:35 PM
#1
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.
Last edited by soclose; July 20th, 2009 at 11:02 PM.
Reason: re edit
-
July 20th, 2009, 11:04 PM
#2
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.
-
July 21st, 2009, 06:34 AM
#3
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..
-
July 21st, 2009, 11:37 PM
#4
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???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|