CWinFormsControl and Events

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top