| Thread | Last Post | Replies |
|
| Create and use self-signed ACS? | 07 Dec 2004 19:16 GMT | 4 |
Can I create and use self-signed ACS for Smartphone applications? Since my target audience is for intranet only, I really hate to waste $350 on something that will not be useful to me. Thanks,
|
| Home screen plug-in development | 07 Dec 2004 16:18 GMT | 3 |
I am developing a plug-in application for motorola mpx220 windows smartphone 2003. I have written a COM DLL that implements IHomePlugin and IPersistStream. I also gererated a clasid for this dll, and implemented the OnEvent method to paint the plug-in on the screen. It seems that ...
|
| About Bluetooth Audio gateway sample | 07 Dec 2004 14:07 GMT | 1 |
How to build an audio gateway?Do I need to set any env vars as SYSGEN_BTH_AG ? I wonder,Have I need to make a stream interface driver to packing it or must be expose extra functions?I have got a sample from AK\..\bluetooth\sample\headset.I can build it.but I don't know how to make ...
|
| VS2003: Cant connect to the Device | 07 Dec 2004 07:32 GMT | 2 |
i cant connect to my SmartPhone-Device in the VS2003-Environment. The SmartPhone ist connected to ActiveSync and the syncronisation works fine. Any ideas?
|
| How to reload the registry? | 06 Dec 2004 21:39 GMT | 9 |
I needed to change the function of record button in my application, by using UnregisterFunc1 from coredll.dll and RegisterHotKey fucntion. It works fine . But when I exit the record button is dead. May I know how to reload the registry to activate the button without
|
| Accessing Call Log & Contacts DB | 06 Dec 2004 18:57 GMT | 10 |
Which is the easest way to access Call Log (Clog.db) and Contacts db, I believe PhoneOpenCallLog() doesnt work on most smartphones! So can I use CeOpenDatabaseEx()? and if so how?
|
| bluetooth with what's the "BSP"? | 06 Dec 2004 16:37 GMT | 1 |
what's the "BSP"?Could you please tell me that was difference between a serial port and "BSP"? thanks in advance. Andres Kuo
|
| Bluetooh and RegisterDevice | 06 Dec 2004 14:41 GMT | 5 |
I'm tring to connect to my bluetooth device using .net cf on a orange E200. My problem is is that the call to RegisterDevice fails (the returned hanlde is 0). RegisterDevice("COM", portindex, "btd.dll",addr)
|
| Keybd_event() and Number keys | 06 Dec 2004 09:31 GMT | 1 |
Wrote an application that emulates keystrokes using the keybd_event() call under Smartphone 2002/2003. Worked well until I tried it on Orange SPV C500 and Motorola MPX220, both of which are V4.21. Now the alphabetic keys work but the numbers don't (i.e. 0x30 to 0x39). Anyone
|
| using SHFileOperation to rename a file | 06 Dec 2004 04:19 GMT | 1 |
Hi All, static SHFILEOPSTRUCT FileOp; memset (&FileOp, 0, sizeof (SHFILEOPSTRUCT)); FileOp.hwnd = hDlg; //NULL;
|
| How to find my app and run it | 03 Dec 2004 21:48 GMT | 1 |
When I compile a app using the emulator I can run it by using the eVS IDE, but how can I run it using the emulator GUI. I cannot find the application or a menu list of applications to run. My app is simple, do I need to implement some kind of registration code?
|
| How to dial a number shown on a form | 03 Dec 2004 12:14 GMT | 2 |
I am new to this and have created my first working app that retrieves phone numbers to contacts from our crm system. Now I can select a contact from a list and show the number in a textbox but how can i dial that number making the text like a url or what
|
| GPS Bluetooth Development Help | 02 Dec 2004 21:44 GMT | 4 |
I am looking to start development with Windows Mobile 2003 and GPS for a student project. I'm looking for the best GPS Bluetooth device that can talk to my SPV C500. I'm really just needing to obtain co-ordinates from the GPS and work out
|
| How to read Database sorted by OID? | 01 Dec 2004 20:48 GMT | 9 |
Is it possible to use the function CeOpenDatabaseEx2() and CeReadRecordProps() to read the database that is sorted by incremental OID? I'm not sure if OID is a property of a database (i.e. Contacts).
|
| Bluetooth GPS and ReadFile | 01 Dec 2004 17:20 GMT | 8 |
Has anyone been successful reading from a Bluetooth GPS or port on a Windows Mobile 2003 smartphone? I am running code that works wonderfully on Windows Mobile 2003 PocketPC's, but hangs on the ReadFile when run on a Smartphone 2003 (an AudioVox, aka imate, C500).
|