Click to See Complete Forum and Search --> : Using "SendKeys" function...


Lior
September 12th, 1999, 02:32 PM
Hi,
I would like to know what Windows applications support the use of this function.I know that Calculator does but what about the others (dialer , taskmon , Winipcfg etc....)
Thank-you!!


LED

santulan
September 12th, 1999, 11:26 PM
LED,

The "SENDKEYS" statement is very good even for activating any control. It can just send even function keys.

One typical use I do in combo box. Combo box shows item windows when You press Alt + downArrow Key. I wish that combo should automatically show the contents. I send alt and downarrow keys as soon as the control gets focus and it automatically shows the contents.

I hope this replies your question.
regards,
Santulan

Lior
September 13th, 1999, 02:58 AM
Hello SANTULAN,
I would still like to know what Windows applications support this use of activation thru the "SendKeys" function.
Please help.
Thanx!!

LED