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

Thread: CAPSLOCK

  1. #1
    Join Date
    Oct 1999
    Posts
    2

    CAPSLOCK

    Anyone know of a JAVA applet or script that will turn on the CAPSLOCK function.


  2. #2
    Guest

    Re: CAPSLOCK

    hi
    i am not able to understand what u r saying ? whether u want to trap the CAPS
    lock or whenever applet is downloaded CAPSLOCK should be ON.
    Clarify this.


  3. #3
    Join Date
    Oct 1999
    Posts
    2

    Re: CAPSLOCK

    I need to have the CAPS LOCK turned on.
    This is for an interface to our database.
    It currently opens a new window to an application
    that requires all input in caps.

    You can see the page I need it on at:
    http://www.co.hernando.fl.us/pce


  4. #4
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: CAPSLOCK


    > It currently opens a new window to an application
    > that requires all input in caps.

    If that's the case , why dont you listen for keyevent and change the input chars to
    upper case before you display it?

    I dont think you can programatically turn on CAPSLOCK in java. Checkout in javascript.

    Poochi..


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