ProcessCmdKey override problem

Joined
May 9, 2006
Messages
1
Reaction score
0
Hi,

I override ProcessCmdKey in an inherited control.
If I use it in a full .NET application --> Works fine
Same code called from an unmanaged .exe using MC++ --> Does not work

I presume that something's happening with security permissions issues but I can't find.
I tried SuppressUnmanagedCodeSecurity but no luck.

Any idea ?
 
Back
Top