CWnd::CreateControl copy/paste problem
-
I'm having a problem with the CreateControl method of the CWnd object. I can create the ActiveX but it seems that the Ctrl-c and Ctrl-v is not forwarded to the Active X but all the general key press works. When i insert the ActiveX in the OLE test container the Ctrl-c and Ctrl-v works fine. Please help me. Thanks
-
I'm having a problem with the CreateControl method of the CWnd object. I can create the ActiveX but it seems that the Ctrl-c and Ctrl-v is not forwarded to the Active X but all the general key press works. When i insert the ActiveX in the OLE test container the Ctrl-c and Ctrl-v works fine. Please help me. Thanks
Johan Odin wrote: I can create the ActiveX but it seems that the Ctrl-c and Ctrl-v is not forwarded to the Active X but all the general key press works. Have you got an accelerator table loaded which has those combinations as a shortcut? If so, you'll have to disable it or remove the combinations you want the control to handle.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Johan Odin wrote: I can create the ActiveX but it seems that the Ctrl-c and Ctrl-v is not forwarded to the Active X but all the general key press works. Have you got an accelerator table loaded which has those combinations as a shortcut? If so, you'll have to disable it or remove the combinations you want the control to handle.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"