| Thread | Last Post | Replies |
|
| Screen Size | 23 Nov 2007 15:01 GMT | 4 |
What is the screen size on a Pocket PC?
 Signature Regards, Fred Chateau
|
| Using the system progress images | 23 Nov 2007 12:37 GMT | 3 |
I want to show a set of progress images while my application is working. Rather than cook up my own I thought it might be an idea to show the default ones for consistency. (On WM5 the multicoloured square with a rotating segment).
|
| create a message box | 23 Nov 2007 10:10 GMT | 2 |
I'm developing an application in c# for pocket pc. I want to create my own message box instead of using the usual MessageBox. I thought of creating a new form, put my button in it(each time with a different text), call ShowDialog(). On that button click event, just close
|
| how to avoid to size the dialog when soft-keyboard is on | 23 Nov 2007 03:06 GMT | 2 |
i'm using vs2005/mfc/wm5 for ppc to develop app. the project type is dialog-based. an editbox is upon a dialog. soft-keyboard will raise when editbox is received SetFocus msg,
|
| WindowsMobile.PocketOutlook.Appointment: Recurring appointments | 23 Nov 2007 02:14 GMT | 1 |
I am trying to programatically determine on what days an appointment occurs (on Windows Mobile 5). I tried creating a recurring appointment (on desktop Outlook), which occurs every Thursday (1 Nov, 8 Nov, 15 Nov...)
|
| Does RILGSM.DLL communicates with the SIM card directly? | 22 Nov 2007 13:16 GMT | 3 |
I was wondering if the RILGSM.DLL communicates with the SIM card directly? or is there an other Driver (similar to WINSCARD.DLL on PC) handling the communication? The CCOREDRV.DLL driver showing up as the SIM driver, but it seems like
|
| change volume while playing through sndPlayAsync in WM6 | 21 Nov 2007 16:02 GMT | 1 |
Could anybody guide as to how to controll the volume while playing through sndPlayAsync, i would like to increase the volume over a period of time or would like reduce the volume of a long file after a fixed duration. any tips and pointers are appreciated
|
| Bluetooth SPP profile not offered | 21 Nov 2007 09:03 GMT | 1 |
I just got the latest WM 6.0 Pocket PC (brand withheld) which implements MS Bluetooth. It supports SPP among other profiles. For instance, I can set an outbound port to a remote device and send data through it (via the proper COM port in my C++ app).
|
| Newbie | 20 Nov 2007 23:46 GMT | 2 |
I have been reading some old post on this form and everyone seems very smart. I am newer to VB2005. We just got a symbol scanner where I work and i wanted to start looking at how to write a program that will work on there. It uses windows CE5.0. Does anyone know a good book or even
|
| DirectShow Image Quality and Size | 20 Nov 2007 16:50 GMT | 1 |
Has anyone tried to set a resolution or image size using DirectShow? I need to know how to change the image resolution and the image size that DirectShow is giving me. Is it a registry setting in the PPC? Is it a property in code? Is it something that needs to be added to the ...
|
| screen res | 20 Nov 2007 15:21 GMT | 7 |
I am creating a cab setup dll and I need to know if the screen is 480x640 (VGA) or 240x320 (QVGA). However, GetSystemMetrics(SM_CXSCREEN) and GetDevieCaps (hdc, LOGPIXELSX) give the same vallues for both VGA and QVGA. How can I detect this
|
| CameraCaptureDialog showdialog error | 20 Nov 2007 14:47 GMT | 1 |
I need an alternative way of taking a picture, 3rd party control etc etc, getting real desparate! Major problem with CameraCaptureDialog and showdialog, causing unkown error after 2nd or third time taking picture. The problem is discussed here:
|
| WiFi on QTEK PDA | 20 Nov 2007 13:13 GMT | 2 |
I'm using XML similar to the example below to set up a wifi connection on my PDAs: <wap-provisioningdoc> <characteristic type="Wi-Fi">
|
| Setting up WIFI Connection through Coding -Compact Framework | 19 Nov 2007 17:29 GMT | 1 |
Is any one help me in setting up WIFI connection in Pocket PC through coding by Compact Framework.It is little urgent to make setup form.Please reply me earliest. Thanks & Regards
|
| SetLocalTime not updating daylight/standard time | 19 Nov 2007 17:23 GMT | 2 |
On HP iPAQs running Windows Mobile 5.0, I use the function SetLocalTime to set the time and date. If the device is currently in standard time, and I set the date to something in daylight savings time, the function GetTimeZoneInformation still returns TIME_ZONE_ID_STANDARD ...
|