Hello!
I'm trying to develop one application for pocket pc with Visual Studio 2008.
Now, I'm having troubles, cause I want to make a button of my application correspond to one hardware key!
For example, I want software button1 makes the same that dpad UP key!
Not getting any results! I've already try to search it on google and forums but, not helping!
So, if anyone here could help, I will be glad!
I've made a simple example to make me understanding... see the picture below:
Button_assign.jpg 49.79K
72 downloads
__________________________________________________ __________________________________________________ __
Here is my try:
Public Class Form1
Private Sub ExitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExitButton.Click
'Bye!
Application.Exit()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles UpButton.Click
'Up
!!!!!!CODE HELP PLEASE!!!!!!!
End Sub
__________________________________________________ __________________________________________________ __
Any one there could code one button to me please???
Regards
I'm trying to develop one application for pocket pc with Visual Studio 2008.
Now, I'm having troubles, cause I want to make a button of my application correspond to one hardware key!
For example, I want software button1 makes the same that dpad UP key!
Not getting any results! I've already try to search it on google and forums but, not helping!
So, if anyone here could help, I will be glad!
I've made a simple example to make me understanding... see the picture below:
Button_assign.jpg 49.79K
72 downloads__________________________________________________ __________________________________________________ __
Here is my try:
Public Class Form1
Private Sub ExitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExitButton.Click
'Bye!
Application.Exit()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles UpButton.Click
'Up
!!!!!!CODE HELP PLEASE!!!!!!!
End Sub
__________________________________________________ __________________________________________________ __
Any one there could code one button to me please???
Regards
Edited by ImpactMan, 31 October 2008 - 01:18 AM.







Sign In
Create Account

Back to top









