Search results for query: *

  1. B

    Up and Down Arrow Keys in a Listview control

    Nope, The only Key related events that capture the UP & DOWN ARROW keys and the PAGE UP & DOWN keys is the System Key press event. Is there a an API call that sets the focus to an ACTIVE X control and tells the system to use the arrow keys to control it's functions rather than navigate like...
  2. B

    Up and Down Arrow Keys in a Listview control

    I've got a custom listview control that is filtered based on several methods. The filtering works great, but the UP, DOWN, Page Up, and Page Down keys function differently depending on whether or not I used the mouse to click on the listview control or one of it's items. When I set the focus...
  3. B

    Watch for Events while using Remoting

    Hi, This is my first experience with VB.Net remoting, and it's great except for the fact that I'm having a horrible time trying to figure out how to watch for events that occur on the server. I've got a Parent APP which starts a Remoting Server and I have a Client APP which accesses that...
Back
Top