Results 1 to 3 of 3

Thread: number pad in vb6?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    2

    Question number pad in vb6?

    hi, does anyone know how to implement a number pad on screen (something like the microsoft keyboard in accessibility) in vb?
    im working on a touchscreen application that requires some sort of input function withouht the use of a keyboard. thx .



    edit: first post and im asking a question.
    but i will be back!
    Last edited by imation; Jun 14th, 2004 at 10:26 PM.

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Location
    Luton, UK
    Posts
    178
    You may have posted in the wrong forum. This one is for *Visual Basic for Applications* which deals with the Microsoft Office family of applications. You probably need the Visual Basic forum.

    However, it would be possible to use an Excel worksheet to pick up the values contained in the worksheet cells using the BeforeRightClick and BeforeDoubleClick events (will not trap a single mouse click). This will require Excel to be running.
    Regards
    BrianB
    -------------------------------

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    2
    Originally posted by BrianB
    You may have posted in the wrong forum. This one is for *Visual Basic for Applications* which deals with the Microsoft Office family of applications. You probably need the Visual Basic forum.

    However, it would be possible to use an Excel worksheet to pick up the values contained in the worksheet cells using the BeforeRightClick and BeforeDoubleClick events (will not trap a single mouse click). This will require Excel to be running.
    oh my god! i had no idea! sorry! im still a newbie that know not the difference between .net, .api, sql etc...

    excel? worksheet cells? BeforeRightClick? im not sure how that would help me in embbeding an on-screen keypad in my vb application, but ill look into it. arigato!

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