WindowActivate event in C#

D

DapperDanH

I am trying to subscribe to the Applicaiton.WindowsActivate event in C#. I
see an eventhandler for it, but I do not see the event for it. Any work
arounds to subscribe to WindowActivate event?

mspApp.WindowDeactivate+=new
MSProject._EProjectApp2_WindowDeactivateEventHandler(mspApp_WindowDeactivate);

mspApp.WindowActivate+=new
MSProject._EProjectApp2_WindowActivateEventHandler(mspApp_WindowActivate);

Thanks,
Dan
 

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