| Thread | Last Post | Replies |
|
| Getting a font resource data | 06 Feb 2008 08:16 GMT | 8 |
Because of performance issues I am not using GDI to draw fonts. The library I am using requires .ac3 (compressed TTF fonts used on many asian language devices) fonts to be added using a memory pointer and can not be added using a file path. This drastically increases the memory ...
|
| Programaticaly control Volume in Windows mobile device | 06 Feb 2008 05:32 GMT | 2 |
I need to control the volume of windows mobile through my application. I have tried to use waveOutSetVolume but it is setting only the mobile volume but i want to control both mobile volume and call volume(similar to the volume control) and also i need to switch
|
| playing wave files consecutively with minimal latency | 06 Feb 2008 03:37 GMT | 3 |
I'm writing an application for WM5 which plays a series of wave files. At the moment I am using PlaySound from coredll. This works fine but when I play files one after the other there is some latency. How do I remove this latency between playing the waves files. I have added
|
| Query on Certificate configuration . | 06 Feb 2008 02:51 GMT | 1 |
In my application i can add certificates to the store on the device as well as desktop.Now when i apply a certificate that’s already on the device, the current implementation just overwrites it.I can use CERT_STORE_ADD_NEWER but i want to check, If the one on the device is newer, ...
|
| Installing Signed vs. Unsigned CAB files with the Wise installer | 05 Feb 2008 13:52 GMT | 4 |
Signed CAB files cannot be installed on older devices if ActiveSync is older than version 4, right? So here is what I would like to do about that. I am using an old version of the Wise installer to build my installation program. The Wise installer follows a scripting language that ...
|
| How to debug Today Plug-in Item Dll | 05 Feb 2008 12:21 GMT | 1 |
I want to create a Today Plug-in item dll ,and I have read the sample code called "memwatcher" from Windows Mobile 6 SDK and write a Today Plug-in item. But I found I have no way to debug it on either Simulator or Device, because I could not sepcify the executable program to ...
|
| Deploy & package mobile app as Emulator application | 05 Feb 2008 10:04 GMT | 4 |
I've developed a Mobile application using vb.net compact framework (Mobile 5.0) using Visual Studio 2008. I wish to distribute the application (along with sqlserver CE database) for end users to evaluate and feedback comments. How can I 'package up' the application as a series of ...
|
| Question on GDI with Direct3D mobile | 05 Feb 2008 00:22 GMT | 2 |
I have a GDI-based windows mobile 5/6 app that runs on SFONE or PPC. For one particular screen, I want to achieve a snazzy effect wherein I read the current contents of the display buffer (the primary buffer/ surface), treat it as an image (or texture?), animate a flip effect
|
| RAPI on Vista not threadsafe? | 04 Feb 2008 19:29 GMT | 1 |
we use RAPI to communicate with device connected through ActiveSync (Mobile Device Center in Vista). Following code worked perfectly on Windows prior Vista, but hangs every time on second run. Catch is that RAPI initalization and unitialization is done in different threads
|
| Viewing list of Running applications in Pocket PC using VS 2005. | 04 Feb 2008 19:07 GMT | 1 |
How am I able to view the running applications currently running in my PDA (Windows Mobile 5.0) when my PDA is connected to my PC via ActiveSync 4.5? My intent is actually to perform a software patch to my applications via my PC. But I would like to 1st detect any instance of my ...
|
| Creating an Application to popup a New SMS message like WM6Pro | 04 Feb 2008 14:36 GMT | 1 |
I am not a programmer but I am trying to find out if it would be possible to create a small application that writes an incomming txt message to a popup window and display it on the Homescreen of a wm6 Standard phone, simular to the way wm6 pro displays a popup with a txt ...
|
| How to Access Pocket Outlook Categories | 04 Feb 2008 11:49 GMT | 1 |
I want to get all the categories of Outlook Calendar From the Mobile at once I am using C#.net in my application. I think I get can get categories by IItem - > PIMPR_CATEGORIES properties But I am facing two problems while getting all the categories from outlook
|
| Repairing Pocket Internet Explorer | 03 Feb 2008 14:39 GMT | 3 |
I was trialling Web Viewer for WM5/6 on an HP iPAQ 112 running WM6. As part of the trial I ticked the option to make it the default browser. I subsequently deleted the program, but it did not return default browser status to Internet Explorer. I reloaded the Web Viewer, unticked ...
|
| did someone resolve linegetussd ? | 02 Feb 2008 22:00 GMT | 3 |
any sample of using lineGetUSSD(... ?
|
| DDX_Text failure with Japanese (and other) input | 02 Feb 2008 18:10 GMT | 2 |
I am trying to get number input from a CEdit window using DDX_Text. Everything works fine if I am using Western script. However if I go to Japanese ... things fall apart. This happens both on a PC and on a PocketPC emulator with Japanese image loaded into it.
|