Maarten
Sat Jan 24 16:52:06 CST 2004
You should take a look at the new P/Invoke article on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PInvokeLib.asp.
It contains a sample of handling the hardware buttons, see the Input section
in the article. The sample code is available to download.
--
Regards,
Maarten Struys, eMVP
PTS Software bv
"MeatHanky" <anonymous@discussions.microsoft.com> wrote in message
news:34880C7E-92CF-4F42-9628-33A7E3364CE0@microsoft.com...
> I have a simple program that has a start and stop buttons. I want the
user to be able to use the buttons on the PDA front to activate the start
and stop buttons. I'm having a hard time finding info on how to recieve
button push notifications and how to tie these to the start and stop buttons
of my application. Any help is very much appreciated. I'm using VB for the
.net compact framework.