Results 1 to 3 of 3

Thread: VB API please help!!!!!!!!!!!!!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    120

    Post

    in the function activatkeyboardlayout
    there are codes HKL_NEXT,HKL_PREV
    does anybody knows them or they way to get this codes?????


  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    If you're asking for values of those constants, then here they are:


    HKL_PREV = 0
    HKL_NEXT = 1


    ------------------

    Serge

    Senior Programmer Analyst
    [email protected]
    [email protected]
    ICQ#: 51055819

  3. #3
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    Post

    To get the handle that describes the keyboard layout for the specified application, use GetKeyboardLayout API function.

    ~seaweed

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