Tagged Questions

4
votes
4answers
2k views

Firefox/Gecko control interfering with Windows Forms key presses

Edit: In addition to the bounty, we're willing to pay $250 to have this bug fixed in the Firefox/Gecko codebase. Here is a simple test project (Visual Studio 2008 C#) that reproduces the problem. ...
0
votes
2answers
43 views

Window message sent to my topmost form/window when the taskbar/start menu is over it?

I have a C# Windows Forms program, in Windows 7, but I think it applies to any Windows program. The main form of my program covers the entire screen, and has the Topmost property set. However, when I ...