Description:
Microsoft Pocket PC newsgroup.
|
|
|
How to download and install a CAB file on a Pocket PC
|
| |
Hello, I wanted to update an installed program on a Pocket PC. I am doing it a simple way; I am calling shellExecute and start a browser pointing to the CAB file, then exiting the current program. I wanted to find out if there was a better way, so I do not have to start a browser to download it. I am not familier with browser controls, but... more »
|
|
SSL Socket
|
| |
Hi, I need to communicate with a bespoke SSL server (non http) and so need an SSL socket. What is the easiest way to achieve this? Thanks, Shaun
|
|
how to monitor network traffic from pocketpc
|
| |
I have an application that is using winsock to send packets from mobile device. Is there a way to monitor what network traffic is sent from device? I'm debugging using VS2008 with device connected to machine. I have the option to allow data access in windows mobile device center enabled and the network cards set with static ip... more »
|
|
Windows Mobile 6.1 & MSMQ
|
| |
I would like to install MSMQ on a Windows Mobile 6.1 device but have not been successful finding posts specifically for MSMQ on Windows Mobile 6.1. I have found several for MSMQ on Windows Mobile 5. Can someone please provide some direction for MSMQ & Windows Mobile 6.1? Thanks, Joe
|
|
network setup problem with PPC emulator
|
| |
I've been trying to use following instructions (see below) to setup pocket pc networking. As a result i only see error message: "connection failed: no connection could be made because the target machine actively refused it" Can someone advise what the problem is? Thank you, -V 1. Download and install the Virtual Machine Network Driver for... more »
|
|
Problem with CeAppRunAtTime
|
| |
Hi, I am trying to launch an exe file using the API CeAppRunAtTime. I am facing a problem that the exe launches immediately when the API is called instead at the time that is being passed. Even if i give pass the time 5 mins after the current time, the exe is launched as soon as the the API is called.... more »
|
|
fopen trouble with Pocket PC
|
| |
Hello, I have a trouble trying to open binary file with fopen in Pocket PC 2003 emulator. I tried fopen("\\Temp\\test", "r") fopen("/Temp/test", "r") fopen("\\\\Temp\\test", "r") fopen("file://Temp/test", "r") and some other permutations of path. In each case I had "no such file" error. Can someone advise what the problem might be?... more »
|
|
|