| Thread | Last Post | Replies |
|
| Help in getting my homescreen plugin to work on homescreen | 20 Jan 2007 16:06 GMT | 1 |
I've compiled a homescreen plugin example from the SmartPhone 2002 SDK, and I can't seem to get it to work with my sample test.home.xml file. I did the following: 1) copied the test.home.xml file over to the /Application Data/Home
|
| Bluetooth RSSI | 19 Jan 2007 22:11 GMT | 1 |
Anyway to determine the rssi (Received Signal Strength Indicator) of discovered devices using the Microsoft Bluetooth stack? Thanks, John
|
| How to prevent application from being hidden by today screen? | 19 Jan 2007 07:08 GMT | 2 |
I've developed an application, the problem I have now is when there is no input from user for a while(but the application keeps on running), today screen will show up and my application will be hidden . So I wonder if ther is some way to prevent this from happening? Thanks a lot.
|
| PlaySound on SmartPhone - | 18 Jan 2007 09:25 GMT | 1 |
I'm trying to play a system sound using PlaySound, but was getting the default sound in every case. After I added the SND_NODEFAULT flag, nothing plays at all and PlaySound returns false. My code is essentially as follows:
|
| WM5 SmartPhone edition - code signing | 17 Jan 2007 18:47 GMT | 3 |
which one is the cheapest / easiest way to get my application signed so no warning will be shown to the user at the first launch of the application?! We are developing a .NET Compact Framework 2.0 (c#) application using Visual Studio 2005, the project is a WM5 Smartphone ...
|
| How tu set file attribute on smartphone? | 17 Jan 2007 12:48 GMT | 1 |
Do I need a special program to set for example 'system' attribute on file located in my smartphone? Best greetings, Robert A.
|
| Getting IR data with VB.Net and SerialPort | 17 Jan 2007 11:21 GMT | 1 |
I'am trying to receive IR data with IO.Ports.SerialPort. I found my irCOMM port is 3 in Local_Machine\Drivers\BuiltIn\IrCOMM\Index but my code didn't works. The port 3 opening is Ok, but if I push a button on a IR TV remote device or a Xbox remote, the Receive event don't raise.
|
| Implement service | 16 Jan 2007 17:20 GMT | 1 |
I wanted the program started when the system boots. And known that implement it as a service could accomplish that I tried a demo (http://www.pocketpcdn.com/articles/services.html) which will be
|
| BitBlt on Smartphone | 16 Jan 2007 06:58 GMT | 1 |
Is BitBlt supported on Smartphone? I cannot find any documentation on it. When ever I try using BOOL BitBlt( HDC hdcDest, // handle to destination DC
|
| Looking for a Bluetooth sample in WinCE5.0 Platform builder | 15 Jan 2007 17:43 GMT | 1 |
I'm looking for a Bluetooth sample program provided in the Platform Bulder for Win CE 5.0, the name is : Btagatext AT Command Extension Module Sample in the folder:
|
| Home Screen Customization | 15 Jan 2007 02:12 GMT | 1 |
I recently came across this article on the MSDN site -- "Customizing the Microsoft Smartphone 2002 Home Screen" http://msdn2.microsoft.com/en-us/library/ms839391.aspx Has anyone come across a similar article for customizing the Windows Mobile
|
| TAPI - lineSetAppPriority does it work on WM? | 12 Jan 2007 12:50 GMT | 2 |
Hi, have anyone gotten lineSetAppPriority to work on Windows Mobile? Here is my lineSetAppPriority code: int ret; ret = lineSetAppPriority("myApp.exe", LINEMEDIAMODE.INTERACTIVEVOICE,
|
| what is mean by SH in function names of Smartphone? | 12 Jan 2007 05:38 GMT | 2 |
most of smartphone API's are prefixed by SH, what does it stands for?
|
| Help With Application Signing | 12 Jan 2007 01:15 GMT | 1 |
I am a small independent developer and have made an application for WM5 Smartphone. I understand that some mobile devices will not be able to run the application unsigned, and yet signing is a very expensive procedure for a small developer such as myself. Of the WM5 Smartphones ...
|
| Japanese Characters? | 11 Jan 2007 19:58 GMT | 4 |
How can I get Japanese characters to display properly on my smartphone. They display ok in VS2005 using Segoe Condensed 10pt, but when I run the app on the smartphone I just get squares. What gives?
|