Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everybody!
I'm developing a COM Add-in and it should run some routines in response on keystrokes (like CTRL+C etc). So I decided to use subclassing to resolve my problem. Using Spy++ I identified that WM_KEYDOWN, WM_SYSKEYDOWN messages are sent to EXCEL7 window (workbook window). So I tried to subclass that one. But the problem I faced is that my new window procedure receives WM_KEYDOWN, WM_SYSKEYDOWN messages only in case key combination is not used by Excel and not assigned to macro by OnKey method. 1) Is there any way to receive any keystrokes from COM Add-in? 2) Is there any way to override key combinations used by Excel and defined by OnKey method? Any help would be greatly appreciated, thanks!!!! Shahin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
receive one value using two or more criteria | Excel Worksheet Functions | |||
HELP I like to receive e-mail in Excel | Excel Discussion (Misc queries) | |||
VBA does not receive Excel Events | Excel Programming | |||
How to receive e-mail using Excel VBA | Excel Programming | |||
cant receive e- mail | New Users to Excel |