Results 1 to 9 of 9

Thread: Virtual Numpad [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2001
    Posts
    43

    Question Virtual Numpad [RESOLVED]

    I have a touchscreen application that I would like to add a virtual numpad too. The user selects a button for "Keyboard" and a small form is loaded in front of the main form. I've already built the small form with the buttons for all the numbers, but I'm having trouble getting the value to the main form. I'm using something like:

    Code:
      Private Sub btn1_Click()
    frmMain.mskItem.SetFocus
    SendKeys , "1"
    
    End Sub
    ...is there a method for not changing the focus really quickly to main form?
    Last edited by Heprox; May 5th, 2005 at 06:03 PM.

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