CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Trinidad, West Indies
    Posts
    10

    Activating CapsLock

    Is there any function that can activate the CapsLock, NumLock or ScrollLock keys from an ActiveX Control?

    I would like to activate these keys when I double-click on panels in a statusbar control.

    Any help would be appreciated.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Activating CapsLock

    try the SendInput API in Win98 or NT


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