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 ?
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 ?