Search results for query: *

  1. D

    Oddity with WH_KEYBOARD_LL hook, anyone know why?

    Me too... I completely agree with you. I would much rather make the complete switch to VS 2005, but I have run across several features (almost all having to do with API's) that no longer seem to work correctly, so I will continue to use 2003 for those projects, and use 2005 for all my new ones...
  2. D

    Oddity with WH_KEYBOARD_LL hook, anyone know why?

    Kind of a fix, but not really... I did get around this issue, but not in the way that I would have liked. I actually ported my program back to VB.Net 2003 to get the hook to work properly. Luckily, all of my code was compatible (with some minor adjustments) with 2003. It's not a good...
  3. 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...
  4. 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