|
-
Jun 14th, 2004, 10:21 PM
#1
Thread Starter
New Member
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.
-
Jun 15th, 2004, 03:40 AM
#2
Addicted Member
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
-------------------------------
-
Jun 15th, 2004, 06:40 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|