| Thread | Last Post | Replies |
|
| Chinese character in Win. Mobile 5 | 21 May 2008 23:02 GMT | 2 |
I have this foxpro program that store chinese character in .dbf file. I have no problem to display it in Windows with my codepage change to chinese PRC. but when I transfer the data in the .dbf file into .sdf (SQL mobile
|
| SQLCE: Desktop => Device | 21 May 2008 22:50 GMT | 1 |
With VS 2008, it is assumed that we are able to connect to a mobile device database from a desktop application. The wizard in VS 2008 lets me select "ActiveSync connected device" as Datasource. Then it is successfully creating a new database.
|
| Barcode Scanner support for Symbol MC35 | 21 May 2008 21:13 GMT | 15 |
Symbol doesn't have support for their MC35 in the Symbol SMDK. They tell me that I should be able to do it through Microsoft. Is there any new barcode support in the Windows Mobile 5 SDK? I am using C++ / MFC. Any idea what they are refering to? Thanks.
|
| MESSAGE BOX | 21 May 2008 11:19 GMT | 1 |
I am usin c#. How can I localize(translate) messagebox buttons. OK = "da"; NO = "ne"; ...
|
| working with ActiveSync | 20 May 2008 21:50 GMT | 1 |
my application must download some data from internet when user connect pocketPC to PC via ActiveSync. Can I create application for working via ActiveSync?
|
| Creating MenuBar from code | 20 May 2008 21:50 GMT | 5 |
I'm trying to create MenuBar from code (without using reso. I have spent about a day googling and trying without any luck. All I have now is following code: --->
|
| Power on / off wifi | 20 May 2008 14:00 GMT | 6 |
I am trying to switch the power (on and) off the WLAN using the following method: dev= L"{98C5250D-C29A-4985-AE5F-AFE5367E5006}\\SWLD25SP1"); DevicePowerNotify(dev, D4, POWER_FORCE|POWER_NAME);
|
| need h.263 encoder lib for WM 5.0 | 19 May 2008 23:58 GMT | 1 |
I am developing Video telephony kind of an application. I need to capture video from mobile camera, encode it to h.263 format and transmit it through RTP over UDP. Can anyone have h.263 encoder for WM 5.0 or suggest me anything else.
|
| Serial Port Read | 19 May 2008 16:47 GMT | 3 |
1) Why must i open Serial Port under Windows CE with "COM1:", and under Windows 2k, XP i must open it with "COM1". 2) Under Windows CE is there a timing trouble between ReadFile & SetCommTimeout.
|
| OVERRIDE END CALL BUTTON | 19 May 2008 10:32 GMT | 2 |
have an application running on O2 XDA / Artemis but we need to override the red end call button whilst the app is running to prevent users from closing it, can anyone help or suggest a resource? Thanks in advance.
|
| NDIS miniport driver installation will stop network connectivity | 17 May 2008 15:26 GMT | 1 |
After I install NDIS miniport driver on for windows mobile ( Smartphone only, PPc is working fine ) . I am able to get the ip address, neither the GPRS connectivity on my device. all the device connection settings are intact but the problem persist.
|
| FormLoaded Event | 17 May 2008 15:05 GMT | 3 |
Any ideas on how to get something like Form.Loaded event? I need to do some task automatically right after the form is loaded and ready for user interacion.
|
| WM5 Pim sort order | 17 May 2008 02:16 GMT | 4 |
Does anyone know the 7 sort orders of the WM5/WM6 Contacts EDB database?. I'm trying to open the EDB database in the same order as the contacts client. I'm guessing it's something like LastName,FirstName but that doesn't work.
|
| VS 2005 Deployment problem | 16 May 2008 06:13 GMT | 2 |
First I'l admit that I'm new to PDA development but bear with me. I've developed a simple application for a new iPaq 111. It has Windows Mobile 6 Classic, CE 5.2.1616. I installed the Mobile 6 Standard SDK on my Win XP SP2 miachine. I have VS 2005. I wrote this
|
| Problem with dynamically resizing dialogs to fit tab control | 16 May 2008 03:47 GMT | 2 |
I'm trying to figure out how to make a dialog fill the work area. This wouldn't be a problem if it were just a menubar, but I have a tab control on the bottom as well. I have yet to find a reliable way of getting the exact height of the tab control so that I can calculate the ...
|