Hi guys.
I have a DLL attached to a VB form. The access keys (TAB,
Alt & Shift) do not work within the MFC dialog of the user
control when it is placed on a VB form but do work within
a little test application I have written in C++. I know
that this may be due to mneumonic differences between MFC
and VB but is there any work around? I tried trapping the
key events in the PreTranslateMessage function but it
seems as if the messages don't even reach that call. Any
advice would be greatly appreciated.
Thanks,
Derrick Roul