Hi,

This is what i use to send a character to the active window ...

But it does not work with some software .....

ds2 = active_control_hwnd

chr_a = â

Call PostMessage(ds2, WM_CHAR, Asc(chr_a), 0&)

Does anyone know a better way to send the charcater to the active window .... ?

the programs Outlook Express and Dreamweaver don't get the WM_CHAR command.....