|
| ||||||||||
| Tags: shortcut key, vb dot net |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to set a shortcut key for label in Vb?
How to set a shortcut key for label in VB. pls i want to know that is there any keyboard shortcut for bringing the label ctrl in the form. Thanks! |
|
#2
| ||||
| ||||
| Re: How to set a shortcut key for label in Vb?
by usemenomonic=true |
|
#3
| |||
| |||
| Re: How to set a shortcut key for label in Vb?
object.KeyLabel(keycode) [= string] You would probably create the menu item as follows: .Add “keyFile”, , , “E&xit”, , vbAltMask + vbCtrlMask, vbKeyEnd The default key label for vbKeyEnd is “End”. Thus, the shortcut string will be created by default as “Ctrl+Alt+End”. |
|
#4
| ||||
| ||||
| Re: How to set a shortcut key for label in Vb?
Hi, You can assign the shortcut key to label. But the event will not be fired like buttons. If you use the shortcut key, the focus will be set to the next control which as higher tab index. |
|
#5
| ||||
| ||||
| Re: How to set a shortcut key for label in Vb? For no mouse to get to the tollbox use as follows : Press Alt on your keyboard, you should notice the File Menu becomes selected, then using the arrow keys scroll accross to view, and press down. Using the arrow keys scroll down to Toolbox, and hit enter. You should now realise that in VB's IDE the Toolbox is now highlighted, to which you can use either Tab or the arrow keys to navigate arround, pressing Enter to add a control. Enjoy. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to set a shortcut key for label in Vb?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| creating shortcut keys for a desktop shortcut | annroberti | Windows XP Support | 6 | 15-03-2012 12:34 PM |
| Lightscribe Label Download | Knowle | Windows Software | 6 | 03-05-2010 09:39 AM |
| How do i get same compact label autosize in .net | Dharmesh Arora | Software Development | 2 | 19-05-2009 02:02 PM |
| Remove ‘- Shortcut’ Suffix for a Shortcut Created in Windows Vista | Maxforu | Tips & Tweaks | 1 | 24-03-2009 09:30 PM |
| Motherboard with no label | q_nanotubes | Motherboard Processor & RAM | 2 | 09-06-2008 07:51 PM |