>Hi everyone,
>
[quoted text clipped - 7 lines]
>Now, I want to do a similar thing using an applet interface instead of
>notepad. The applet runs in Firefox.
Ouch. Study how Firefox works, how it was made to be portable, and OS
independant.
>The main thing I want to
>accomplish
>is to press a button. I was not able to obtain any identifier for
>the button.
Because there is *no* identifier. Everythign you see in Firefox (or
Thunderbird) is 'faked' by them!
>When I used the spy++ from visual studio I could not
> select independently the button. I could select only a larger area
[quoted text clipped - 7 lines]
>the
>button is inactive?
In a 'true' Windows application? Yes, possible. In
Firefox/Thunderbird? Not likely.
>Is the code that processes the message run if the
>window is inactive?
>
>Thanks.