PCgeek
New member
Hi Guys,
I've at last found what looks to be a great forum for VB.Net dev!!!
I'm fairly new (about 12 months) to vb.net having done a short course at school last year. I've taken another step and have made a small app for windows mobile 5 with the MS SDK.
This app loads an XML document into a dataset, and searches the dataset based on the input from a used. It has two funtions; search via number and search via name. I use an imate K-Jam so when i slide the keyboard out the device screen orientation changes to 270 degrees.
I need some way of dectecting when the keyboard slides out becuase i want my program to change funtions. How would i write an event handler to manage screen orientation change??
So when the screen orienation changes to 270 degrees.
The class is Microsoft.WindowsCE.forms.SystemSettings.ScreenOrientation.Angle270
All i want to happen is some code to run when this event is triggered.
All help is appreciated...
Many Thanks,
Tim
I've at last found what looks to be a great forum for VB.Net dev!!!
I'm fairly new (about 12 months) to vb.net having done a short course at school last year. I've taken another step and have made a small app for windows mobile 5 with the MS SDK.
This app loads an XML document into a dataset, and searches the dataset based on the input from a used. It has two funtions; search via number and search via name. I use an imate K-Jam so when i slide the keyboard out the device screen orientation changes to 270 degrees.
I need some way of dectecting when the keyboard slides out becuase i want my program to change funtions. How would i write an event handler to manage screen orientation change??
So when the screen orienation changes to 270 degrees.
The class is Microsoft.WindowsCE.forms.SystemSettings.ScreenOrientation.Angle270
All i want to happen is some code to run when this event is triggered.
All help is appreciated...
Many Thanks,
Tim