CTRL Commands Not Working with Winforms Web Browser

Lpatz-4663 20 Reputation points
2024-04-22T20:38:22.62+00:00

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!

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,833 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,676 questions
{count} votes