Search results for query: *

  • Users: Draiko
  • Content: Threads
  • Order by date
  1. D

    Oddity with WH_KEYBOARD_LL hook, anyone know why?

    I have been working a program that uses a keyboard hook to trigger several different actions based on the key that is pressed. The code that I use (simplified and provided below) works perfectly in VB.Net 2003, but in VB.Net 2005 Pro, my keyboardhandle always equals 0, so the hook never...
  2. D

    VB.Net 2005 - Handling KeyPressPreview in a WebBrowser Control

    I have a program that I created that loads a webpage in a WebBrowser control. The web page has several boxes of information that must be filled in, when the Enter key is pressed, the page dynamically builds itself. This all works well, but the problem that I run into is that when the Enter key...
Back
Top