Question Shorcut keys in classapplication don't work

Ghost_RS

New member
Joined
Jan 22, 2010
Messages
1
Programming Experience
1-3
Hi,


This is my first post on this forum so i hope that i'm in the corret place, for my problem. Because i've ran out of ideas.

I have the following problem: I've made a Visual basic.net
class application (Com class DLL). This DLL is used in navision codeunit.
a call's a form.

When i test the class (dll) in vb.net the shortcut keys (CTRL + O) work
perfectly. But when the dll is implemented into navision then the shortcut keys don't work anymore.

Is there somebody who can help me with this HUGE problem.

I can't use the keypreview event from vb.net because that would also raise
some navision shortcut keys, so this is not an option.


Is there maybe a property or something that has to be set on the correct
value ?
 
Back
Top