Search results

  1. R

    ActiveX and Ctrl-V/C

    Here is my theory why these keystrokes are not passed to the ActiveX control: Access allows you to delete records by clicking the Delete key. So each form has a trap for the Delete Key being pressed. It then works out what to do with that, and will delete the record if it can. Due to the...
  2. R

    ActiveX and Ctrl-V/C

    I have an ActiveX control that I wrote using the Access Interop tools and VB.NET. With it I am doing complicated searches, which I am hosting in a Form. I then have events that trigger that take the user to the Access Forms required. The problem I am having is that when I put the ActiveX...
Top Bottom