CTRL Commands Not Working with Winforms Web Browser
Hello,
We have an application with a winforms web browser hosted on a WPF window and this browser is used to load HTML's within our application. These HTML files have fields that allow users to fill out. Letters and numbers work fine when put into the fields. The problem is when the user uses CTRL-C, CTRL-V, CTRL-X, etc. It seems like the CTRL commands aren't being sent to the web browser control and the user is unable to perform these actions when filling out the HTML.
Our application is accessing the winforms web browser through a DLL from a C++ application.
Any suggestions / advice is welcome. Thanks in advance!