PDA

View Full Version : Back and forward in M$ internet explorer



Cadish
August 22nd, 2003, 01:08 AM
Hi,
i want to add a button to my remote that's like the 'back' and 'forward' in M$ internet explorer. So, if i push the back-button on my remote, my browser is going 1 page back.
I've captured the event (=back), and i found that WParam is always '1013'. The LParam is always the 'handle' of some ToolbarWindow32 of Internet Explorer. This number changes every time you start IE.

So, my question: how can i implement those buttons? Is it possible my way, or do i have to use another way (like lua or something...?)

Thanks in advance
Cadish

Mark F
August 22nd, 2003, 01:54 AM
There are also keyboard shortcuts for back (ALT+LEFT) and forward (ALT+RIGHT). I always have a problem targeting specific applications, though. :(

Cadish
August 22nd, 2003, 02:36 AM
It works for me! Thanks...

I just send it to the foreground task... and it works :D