Search results for query: *

  • Users: Calab
  • Order by date
  1. C

    Question Hook mouse for all apps/desktop?

    I tried using the code in the second link, but it has some characters stripped out (apostrophe/comment and ampersand). Even after cleaning it up the public function doesn't recognize the Form object type. Public Sub HookMouse(ByRef ff As Form) The first like was used to create the code in the...
  2. C

    Question Hook mouse for all apps/desktop?

    Using VB 2010, is it possible to capture all mouse clicks and determine what was clicked? We're trying to develop a small utility that will pop up context based menus to fill in application forms and common strings for terminal sessions. Basically, whenever I middle click I want my app to...
  3. C

    Question SSH & SFTP - What component?

    I program for myself in my spare time. I also write the odd script, etc. at work, but nothing very complicated. I'd like to be able to use SSH to access some remote machines, but this is not directly supported by VB.Net, so I'm looking for a third party component. Everything that I find is many...
Back
Top