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
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