CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    UK
    Posts
    3

    Smile Virtual Keyboard

    Hi

    I am using a command array as my lettered buttons and simply using (chr (Index + 65)) as both my caption and obtaining the correct letter. However I can code both the spacebar and backspace but need to know how to change from uppercase to lowercase.

    Hope this is clear

    Andy

  2. #2
    Join Date
    Jan 2003
    Posts
    14

    Smile LCase

    Not sure what you mean, but maybee the function LCase solve your problem?
    VB6 SP5 ACCESS MSSQL mySQL CR

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