imtiyaz
September 15th, 1999, 03:46 PM
How do i trap all the keystrokes interpreted by the system from a TSR in VB using Keyhooks. Basically i want to know how to remove the prog from the Alt+Tab cycle and to set up the hook for trapping keystrokes?
Ernsti
September 24th, 1999, 06:21 AM
I think without a small peace of c++ source thats not possible in vb.
(I found no way to create systemwide hooks in vb). If you want to have the c++ source for a dll that helps vb to create a systemwide hook then send your email adress to: e.lasser@kwizda.co.at
(My sample uses vb6 and vc5)
Mikesc
September 24th, 1999, 09:12 AM
vbaccelerator.com has a good article and source code for using hooks in VB. He also talks about capturing key strokes so you may want to give it a look.