Tanks for the tip.
I will try to find something in SIP panel programing code.
I think it will be a little bit tricky...But I will try.
If you have any other tips for how to, just let me know.
Tanks...
User Profile
Collapse
-
Hello!
Tanks for the tip. I search on goolge and find Keys and Key Codes for Win Mobile and try to adapt the code to it.
Here is the changes:
Code:Private Sub UpButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles UpButton.Click Const VK_UP As Byte = &H26 keybd_event(VK_UP, 0, 0, 0) 'Up End Sub
Leave a comment:
-
Hello again!
I've been all morning trying to make this working.
I think now I have something "near" to working.
Can you take a look of the code and tell-me if it is ok?
Code:Imports System Imports System.Runtime.InteropServices Public Class Form1 <DllImport("coredll.dll", CallingConvention:=CallingConvention.Winapi, CharSet:=CharSet.Unicode, EntryPoint:="keybd_event",
Leave a comment:
-
Assign Buttons to hardware UP and Down Keys (VisualStudio2008)
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... -
Hi!
I've been trying to make this work, but, not getting any results. :(
I don't know more what to do or how to proceed!
The only button (which is an image) that I can make work is the one to close the application. Not a progress at all!
I tink I have to see some examples do perform my program.
If you have time, and if you can, you could show me some code lines.
I...Leave a comment:
-
Tanks.
I think I've already make images clickable.
But, maybe it will get me some more troubles. Do you think is better to start with simple buttons?
Doing this with simple buttons, the same way, I can't add an action to button that replicates/simulates the dpad (keys up, down....).
"Unfortunat ley I dont think there is any automatic way to replace all the functions of the soft keys, but you can code...Leave a comment:
-
Hello.
Tanks for the answer and sorry about my english, maybe not much specific. I'm Portuguese.
I try to explain specifically what I want.
I have a Pocket PC device each don't have a dpad.
So, I'm trying to emulate/replicate the normal pocket pc dpad hardware.
I want to do one application with 4 buttons on the screen to emulate what the "dpad" directional buttons...Leave a comment:
-
Make application buttons assign to keys up, down, left, right...
Need help to create an windows mobile application with a few buttons that when they are pressed/clicked they assign keys, like up, down, left, right.
It is just like to create a "virtual d-pad", or "software emulated d-pad".
I'm newbie in programming, and I'm using Visual Studio 2008.
Some one can help me with that?
Tanks.
My effort for it only result in this simple...
No activity results to display
Show More
Leave a comment: