Click here to Skip to main content
15,909,741 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows Control Panel Pin
faruk_ozturk2-Aug-07 4:44
faruk_ozturk2-Aug-07 4:44 
GeneralRe: Windows Control Panel Pin
Tom Deketelaere2-Aug-07 4:59
professionalTom Deketelaere2-Aug-07 4:59 
AnswerRe: Windows Control Panel Pin
Luc Pattyn2-Aug-07 7:16
sitebuilderLuc Pattyn2-Aug-07 7:16 
QuestionView binary equivalent to data variable Pin
Cory Kimble2-Aug-07 3:46
Cory Kimble2-Aug-07 3:46 
AnswerRe: View binary equivalent to data variable Pin
Luc Pattyn2-Aug-07 7:28
sitebuilderLuc Pattyn2-Aug-07 7:28 
GeneralRe: View binary equivalent to data variable Pin
Cory Kimble2-Aug-07 9:15
Cory Kimble2-Aug-07 9:15 
Questionshortcuts Pin
Tom Deketelaere2-Aug-07 3:19
professionalTom Deketelaere2-Aug-07 3:19 
AnswerRe: shortcuts Pin
Luc Pattyn2-Aug-07 7:34
sitebuilderLuc Pattyn2-Aug-07 7:34 
Hi,

if you mean a shortcut such as CTRL/C for copying (in most apps), then this
is both the easiest and the best way:

- add menus to your app;
- for each action that you want to have a shortcut, make a menu item, and
set it's ShortCut property.
- obviously, perform the required logic inside the menu item's click handlers.

As long as the menus are enabled, your shortcuts work. No need to process key
events at all.

And it is the best way since now:
- the user can choose to use the keyboard for the shortcut, or the mouse to
click the menu item
- and the user can SEE the shortcut as it gets displayed in the menus.

Smile | :)


GeneralRe: shortcuts Pin
Tom Deketelaere2-Aug-07 8:01
professionalTom Deketelaere2-Aug-07 8:01 
GeneralRe: shortcuts Pin
Luc Pattyn2-Aug-07 8:07
sitebuilderLuc Pattyn2-Aug-07 8:07 
GeneralRe: shortcuts Pin
Tom Deketelaere2-Aug-07 9:53
professionalTom Deketelaere2-Aug-07 9:53 
Questioncount of rows in datarow Pin
SamRST2-Aug-07 3:17
SamRST2-Aug-07 3:17 
AnswerRe: count of rows in datarow Pin
ctlqt122-Aug-07 3:36
ctlqt122-Aug-07 3:36 
GeneralRe: count of rows in datarow Pin
SamRST2-Aug-07 3:52
SamRST2-Aug-07 3:52 
GeneralRe: count of rows in datarow Pin
ctlqt122-Aug-07 4:04
ctlqt122-Aug-07 4:04 
Questionsend data from listbox to an array variable Pin
sixecho2-Aug-07 2:28
sixecho2-Aug-07 2:28 
AnswerRe: send data from listbox to an array variable Pin
Tom Deketelaere2-Aug-07 2:44
professionalTom Deketelaere2-Aug-07 2:44 
QuestionCalculating employee age Pin
x-Taka-x2-Aug-07 1:43
x-Taka-x2-Aug-07 1:43 
AnswerRe: Calculating employee age Pin
DA_Loring2-Aug-07 1:50
DA_Loring2-Aug-07 1:50 
AnswerRe: Calculating employee age Pin
_Damian S_2-Aug-07 2:03
professional_Damian S_2-Aug-07 2:03 
AnswerRe: Calculating employee age Pin
Tom Deketelaere2-Aug-07 2:06
professionalTom Deketelaere2-Aug-07 2:06 
GeneralRe: Calculating employee age Pin
Luc Pattyn2-Aug-07 7:38
sitebuilderLuc Pattyn2-Aug-07 7:38 
GeneralRe: Calculating employee age Pin
x-Taka-x2-Aug-07 8:53
x-Taka-x2-Aug-07 8:53 
GeneralRe: Calculating employee age Pin
x-Taka-x2-Aug-07 8:49
x-Taka-x2-Aug-07 8:49 
GeneralRe: Calculating employee age Pin
Tom Deketelaere2-Aug-07 9:54
professionalTom Deketelaere2-Aug-07 9:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.