| Thread | Last Post | Replies |
|
| Help with Device discovery on mobile | 11 Jan 2007 14:31 GMT | 1 |
I'm trying to discover devices programmatically from mobile. I'm able to get name and address, but couldn't get "ServiceUUID". CComPtr<IPropertyBag> m_Bag; m_Bag->Read(L"ServiceUUID",&Value,NULL); - this always fails.
|
| Howto delete SDKCert.cab from certificate store? | 10 Jan 2007 16:56 GMT | 1 |
In the WM 5.0 smartphone SDK is a file called SDKCerts.cab. You can find it here: C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Tools
|
| INstalling .NET Compact Framework | 09 Jan 2007 19:46 GMT | 3 |
Can somebody tell me how to install .NET Compact Framework on my Visual Studio .NET? I downloaded that Windows Mobile Developer Ressource Kit But it seems I can not use any Packages (like Microsoft.WindowsMobile)
|
| Plz help me (phone book ) | 09 Jan 2007 14:48 GMT | 1 |
would you thelp me to find out what is the procedre for access the phone book entry....? thank u ... Anoop.
|
| Windows CE device driver signing | 09 Jan 2007 03:18 GMT | 1 |
I developed a NDIS device driver for WM5 (a CE driver). Can someone point me to information/documentation on how to sign the driver so that it works on a smartphone? I need to sign the driver only for debugging/development purposes.
|
| Converting mp3 to wav | 08 Jan 2007 07:04 GMT | 1 |
I wan't to convert my .mp3 files to .wav files without using 3rd party APIs. Does Windows Mobile provide managed or native apis for the same and what are the apis that it provides. Please provide the relevant links, dlls or code snippets.
|
| Automatically join splitted SMS messages? | 07 Jan 2007 20:04 GMT | 3 |
Hi people! First thing to say: I never tried do code on Windows Mobile. At work I get my assignments and driving directions via SMS. Headquaters mostly send 2 messages, beginning with "1/2" and "2/2".
|
| How to play an audio file (.wav) in WM 5.0 SP? | 05 Jan 2007 03:37 GMT | 7 |
Hello. In project Visual Studio 2005, Visual Basic, Windows Mobile 5.0 Smartphone, Device Application, I have added an audio file, for example, drumpad-crash.wav. In the given project in Class Form1, I have written down such code:
|
| Need to access FDRM APIs | 04 Jan 2007 08:19 GMT | 4 |
Which system dll should we use for accessing generic FDRM APIs through our C# code. Thanks for any response. Dipesh
|
| SMS | 04 Jan 2007 08:10 GMT | 1 |
Can anyone give me a hint as to how I can programmatically send an SMS message? Can this be done silently (with signed code) ? Lisa
|
| Intercept sms messages | 03 Jan 2007 11:59 GMT | 3 |
Hi, I need to design an app which will intercept incoming sms messages and scan for certain data. How do i intercept/monitor sms messages. I'm using C++ and targeting
|
| support for windows mobile 2003 SE smartphones | 03 Jan 2007 00:54 GMT | 1 |
hi, i have visual studio 2005, but it doesnt seem to be able to build applications for windows mobile 2003 SE based smartphones. when i try to build the application, it says that if am targeting v1.0 compact framework device i should have v1.1 framewok. should i download something? ...
|
| MSMQ Error On SmartPhone 5.0 | 02 Jan 2007 02:19 GMT | 13 |
I´m trying to run an app for Messaging but I lauch an Error. I´m folling the walk throuth steps for MSMQ on .Net CF using C#. The app cann´t create the Queue. I used the Visadm to chek the MSMQ service
|