CWinFormsControl and Events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

nI am using a number of .Net controls in a older VC6.0 application. The
CWinFormsControl class seems to handle and import the managed controls with
little problem. The issue I have is that I cannot seem to handle some
events. For example, the LostFocus event works Ok but the Leave event does
not occur. They both work if the control is on a Windows Form.

Are there come events that are not expected to work with the unmanaged code?

Clyde
 
Back
Top