CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SendKeys

  1. #1
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    SendKeys

    Do you know how can I send "space" with sendKeys. I'am able to send {ENTER} but I don't know the code for send one space with space bar.

    Thanks
    Redg


  2. #2
    Join Date
    Jul 2000
    Location
    Hawaii
    Posts
    281

    Re: SendKeys

    space is a regular (visible) keystroke so like "a" it should be " "


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