CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    israel
    Posts
    52

    Using "SendKeys" function...

    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

  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: Using "SendKeys" function...

    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



  3. #3
    Join Date
    May 1999
    Location
    israel
    Posts
    52

    Re: Using "SendKeys" function...

    Hello SANTULAN,
    I would still like to know what Windows applications support this use of activation thru the "SendKeys" function.
    Please help.
    Thanx!!

    LED

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured