Senin, 30 Juli 2012

Re: [MS_AccessPros] Virtual Keyboard

 

I used program mentioned by StephenMConklin
Here is the code I use to work it:
---------------
Option Compare Database

Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Private Sub Check_Number_Click()
tecladoVirtual
End Sub

Private Sub F_B_Number_Click()
tecladoVirtual
End Sub

Private Sub tecladoVirtual()
ShellExecute 0, vbNullString, "osk.exe", vbNullString, "C:\", 1
End Sub
-------------------

Thank you.

--- In MS_Access_Professionals@yahoogroups.com, Roberto Alonso Rodriguez Villegas <robertoarv@...> wrote:
>
> No, I will read about it, thank you.
>
>
> ________________________________
> De: Steve Conklin <StephenMConklin@...>
> Para: MS Access Pros List <ms_access_professionals@yahoogroups.com>
> Enviado: Viernes, 27 de julio, 2012 19:10:31
> Asunto: RE: [MS_AccessPros] Virtual Keyboard
>
>
> Have you tried OSK.exe?
> To: MS_Access_Professionals@yahoogroups.com
> From: robertoarv@...
> Date: Sat, 28 Jul 2012 00:09:24 +0000
> Subject: [MS_AccessPros] Virtual Keyboard
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>    
>      
>      
>       I need to create a virtual keyboard for a touchscreen app, does somebody know about a solution like that for MSACCESS?, I can create a popup windows and draw keys I need , but I am looking for a professional appearance. Please advise. Thanks in advance.
>
>
>
>
>
>    
>    
>
>    
>    
>
>
>
>
>
>
>                          
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>

__._,_.___
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar