| Thread | Last Post | Replies |
|
| how to read and write a xml file into a PDA phone thru desktop vb.net application | 31 Jan 2008 21:10 GMT | 2 |
First thing is that , when a PDA is plugged in it shouuld detect the connection and the desktop appln should start sync.. with the PDA to get the config file. based on config file the xml file should be copied to or read from
|
| getting current language and locale | 31 Jan 2008 11:33 GMT | 1 |
Is it possible to find out what the current language and locale are? (The parameters set by the first two fields of the Regional Settings page.) Thanks.
|
| Add a custom node in windows mobile oma dm tree ? | 30 Jan 2008 14:52 GMT | 7 |
I juste wanted to know if it is possible to add a custom node somewhere in the windows mobile oma dm tree ??? Apparently the oma dm tree lies in the registry (./HKEY_LOCALE_MACHINE/ Security/Provisioning/CSPs/...).
|
| [omadmclient] Why does not the device respond the DM server comman | 28 Jan 2008 06:47 GMT | 2 |
I'm trying to connect the WM6 device to the my test server (funambol dm server 3.5.1), but the device always close the session after receiving the server commands. I want to know what is wrong and which should I check?
|
| Reading Contacts from SIM card in WM 5.0 SmartPhone | 27 Jan 2008 11:02 GMT | 7 |
i'm trying to get the contacts from SIM card in Windows mobile 5.0 SmartPhone. But i could not get the conatcts. my code goes like this, OpenNETCF.Phone.Sim.Sim sSim = new
|
| EDB database error in creation | 26 Jan 2008 00:00 GMT | 3 |
I am working on an EDB database using windows mobile 6 sdk.On calling the CeCreateDatabaseWithProps function, i am getting INVALID PARAMETER ERROR.This is the code that i am using to mount and create the database.
|
| Format text when writing to a document | 25 Jan 2008 21:31 GMT | 3 |
I'm creating a document in VB.Net using this code. dim txt as string txt = "Hello World" FileOpen(1, "c:\testdoc.rtf", OpenMode.Output)
|
| smartphone and Windows mobile 6 app | 25 Jan 2008 13:17 GMT | 3 |
I developed a Windows mobile 6 app in VS 2005 after downloading/installing the mobile 6 SDK. The application has a couple of simple text boxes with a couple of command buttons. I did not put any code behind anything yet. I installed the application on a Motorola Q9m smartphone. ...
|
| RIL.DLL does't contain RIL_GetTowerInfo Implementation ? | 25 Jan 2008 09:44 GMT | 2 |
if Calling RIL_GetCellTowerInfo return E_NOTIMPL (0x80004001), should I concluded the file RIL.DLL does not contain code for that function or other reason caused to return this result ? Assuming :
|
| detect phone incoming call | 23 Jan 2008 03:26 GMT | 3 |
How can I programmatically detect the phone incoming call in a CDialog application? Thanks. Dan
|
| How to show a dialog when Key lock is active | 22 Jan 2008 11:37 GMT | 3 |
I am trying to develop an application for a WM6 device that needs to notify the user with a dialog even when the Phone key lock is active. The result I would like to get is similar to the behavior of the native dialer in case of an incoming call : the softkeys labels change
|
| Editing PR_BODY on WM6 devices | 21 Jan 2008 10:21 GMT | 2 |
I'm having a problem trying to add response text to the body of an email on WM6 devices. My code works fine on 2005 devices so I'm assuming it's a specific difference with PR_BODY on WM6 devices. I have a method which sets the body of an email. When replying to a mail,
|
| How to get rid of 'The program you have installed may not display properly because it was designed for a previous version of Windows Mobile'? | 20 Jan 2008 14:38 GMT | 2 |
I have DPI aware app. All my binaries have resource CEUX/HI_RES_AWARE with value 0x0001. But when installing cabinet on a WM6 device it keeps saying 'The program you have installed may not display properly because it was designed for a previous version of Windows Mobile'.
|
| Subsequent message box showing | 19 Jan 2008 22:37 GMT | 3 |
When i want to show a several message boxes subsequently, the first is shown ok, but the second one, that appears after closing previous message box, is hidden somewhere behind. I've tried to start helper thread, that looks for message box and tries
|
| Data File Location On Smartphone 5.0 SDK | 18 Jan 2008 18:57 GMT | 8 |
I am developing a video game with C++ on Visual Studio 2005 for a Windows Mobile 5.0 Smartphone device (using the 5.0 SDK). The level data for our game is stored in binary files created with a tile editor tool which exports the data to a .dat file. The problem I'm having is that ...
|