E
Ed Bitzer
Can't master the keypress and keydown events to pick up the combination
Ctrl + d. If I use the KeyDown even to pick up the Ctrl key
(intCtrlDown = (Shift And ac CtrlMask) >0 which it will<g> how do I use
this bit of information to pick up "d" (ASCI 100 for the lower case)
pressed in combination. There certainly is extensive information on the
subjects in the Help file but I need some spoon feeding.
Ed
Ctrl + d. If I use the KeyDown even to pick up the Ctrl key
(intCtrlDown = (Shift And ac CtrlMask) >0 which it will<g> how do I use
this bit of information to pick up "d" (ASCI 100 for the lower case)
pressed in combination. There certainly is extensive information on the
subjects in the Help file but I need some spoon feeding.
Ed