| Thread | Last Post | Replies |
|
| a question about BuiltIn key in registry. | 08 Sep 2006 10:06 GMT | 3 |
I'm now using Mobile 5.0 to learn stream driver development. The first stream driver I've learnt is Modified from GenDriver written by Douglas Boling. Under one CE 5.0 development platform(WEBPAD), I set the driver information in HKLM\Drivers\BuiltIn Registry Key, and copy the ...
|
| Add/Edit call log in Pocket PC device | 08 Sep 2006 09:05 GMT | 3 |
Is there any way to add or edit the call log information on the device. I have seen some call log related APIs like PhoneCloseCall PhoneGetCallLogEntry
|
| Pocket Internet Explorer Smart Minimize. | 08 Sep 2006 08:47 GMT | 1 |
I'm developing a secured VB.Net 1.1 web project for Pocket PC 2003. The project runs on Pocket Internet explorer. The security requirement is such that PIE closes on clicking of 'X' button on the Title bar. Can the Smart Minimize property can be changed for the PIE to close.
|
| Graphing on Windows Mobile 5.0 | 08 Sep 2006 06:50 GMT | 2 |
I have an application that has data in a SQL Server Mobile DB on a Pocket PC Mobile device. I want to be able create a trend graph of the data and display it on the device.
|
| uninstalling program on WM5 | 08 Sep 2006 06:16 GMT | 2 |
Since WM2003, I could uninstall program manually just like this,
::CreateProcess(L"\\Windows\\unload.exe", lpCmdLine, NULL, NULL, FALSE, 0, NULL, NULL, NULL, &pi); But since WM5, there's no unload.exe. I've searched all exe file in windows
|
| How to control WMP for smartphones | 08 Sep 2006 05:21 GMT | 2 |
I am trying to make an application which will control the windows media player from my application. What I am currently doing is:- 1)Getting handle to respective window of Windows Media Player through find
|
| code signing | 08 Sep 2006 00:06 GMT | 7 |
I've developed a menu item extension for pocket outlook. The extension will not run on WM5.0 devices. I suspect it does not run because the application is not signed. I saw that signing the application is possible if I buy some tokens. Is there a way to sign the application while ...
|
| Sending data over SSL from Windows Mobile | 07 Sep 2006 23:52 GMT | 2 |
SSL Data sending program fails on WebResponse call. Notable code: public HttpWebRequest getHttpRequest() {
|
| WiFi Connects to "The Internet" or "Work" | 07 Sep 2006 22:58 GMT | 5 |
In pocketpc, when configuring a wifi AP profile, there is pull-down list labeled "Connects to" with choices of "The Internet" or "Work". Does anyone know what is this option about, what are the implications to the actual wifi connections? And better, how can my application mimic ...
|
| <windows.h>, eVC4, and VS2005 Express | 07 Sep 2006 16:32 GMT | 3 |
I'm trying to walk through some of Charles Petzold's examples in "Programming Windows 95," which teaches a lot about how to program with the Windows API. I need this knowledge so that I can work better with eVC4. It looks like all of the examples will be including the <windows.h> ...
|
| custom request headers in internet explorer/mobile | 07 Sep 2006 15:38 GMT | 2 |
is there a way to add a custom request header to each request sent by internet explorer on windows mobile 2005? Actually, I don’t know how to start in any way. Is there some kind of tutorial? Would it be an extension or a browser helper object?
|
| is SHA1CryptoServiceProvider available on PocketPC | 07 Sep 2006 12:58 GMT | 1 |
I'm using Visual Studio 2003 and am trying to duplicate a hash generator that I have running on a regular PC to run on a Pocket PC. The regular PC code is: Imports System.Security.Cryptography
|
| InvalidCastException when casting object returned from web service | 07 Sep 2006 11:57 GMT | 1 |
I have a .net framework 2.0 client (Pocket PC) and a .net 2.0 webservice that communicate on the same LAN. The Pocket PC has no problem consuming strings returned from the web service methoeds but I’m unable to receive and a custom object. The error occurs when the PocketPC app ...
|
| How to create bluetooth binary SDP record for a service? | 07 Sep 2006 10:49 GMT | 1 |
I have one working binary SDP Record for bluetooth ObjectPushService. The following structure is the SDP record. const static BYTE rgbSdpRecord[] = { 0x36 , 0x00 , 0x68 , 0x09 , 0x00 , 0x01 , 0x36 , 0x00 ,
|
| Question On Finding Information for PocketPC development. | 07 Sep 2006 09:04 GMT | 1 |
I'm interested in developing a few apps for PocketPC's.. I'm familiar with c++ and java... So far, this quickest route seems to be to write in c#, using the Compact .NET framework. Would this be correct? As well, I haven't been able to find a list of the API's available for
|