Thanks for reply, you were right I forgot to catch that.
But its still not really good... when I pass the scanCode the result
is a senseless number of characters.. but when I pass (LPARAM)0...
I'm currently writting a LLKeyboard hook, my goal is to redirect all inputs just to one window, regardless what other applications are running.
I made it acutall working so my problem...
I'm not sure if this is the right spot, but maybe someone can help me.
In my asp.net project some table heads sometimes blow up (screenshots below) and if I reload the page it looks...
I'm trying to use a Webservice as "interface" for a an oracle database.
So my goal is, that all users on my website share the database connection
and are always up to date by...
yes I tried it with a manual __doPostBack by using btnname.Attributes.Add().
Didn't work, the postback was also blocked by the javascript code from the validation.
...
I'm using masterpages in my asp.net web application, my problem is that the login is placed in the masterpage.
That works actually very well, but on some content pages I'm using validate...