.net - WindowsFormsHost Mouse event problem -


we have wpf application uses winforms webbrowser control inside windowsformshost. getting complaints users because when click on control in displayed webpage mouseclick isn't registered if main window isn't activated. have click once activate window, click again use page. people doing data entry, annoying.

i believe problem windowsformshost itself, because can reproduce in simple test application consisting of wpf window, windowsformshost , winforms button control. clicking button when main window not activated doesn't work.

does know of way make work?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -