Re: [ADVANCED-DOTNET] Setting keyboard hooks in C#

2003-04-02 Thread Michael Kaye
> ...We are writing epos software for tills, so we want to prevent > people from starting other packages. Further to my original question, is there a better/simpler way to do what we are trying to do? Or is there a method which is closer to the .NET way of doing things? Thanks. Michael ___

[ADVANCED-DOTNET] Setting keyboard hooks in C#

2003-03-28 Thread Michael Kaye
Hello all. This is my first post, so be gentle with me. We are writing epos software for tills, so we want to prevent people from starting other packages. After some research, we have used a solution which creates a keyboard hook that blocks the handling of certain keys (winlogo key, alt-F4, etc)