CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jan 2005
    Posts
    74

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured