| Thread | Last Post | Replies |
|
| Merge replication without SQL Server | 06 Mar 2007 09:08 GMT | 2 |
I have a situation like this : if a customer buy me a system, they will have SQL server in their office and each salesman SQL server Compact on their PDA. SQL server price is quite high and it forces each of my customer to buy one.
|
| Activesync - communicating without, or security with | 06 Mar 2007 01:55 GMT | 3 |
I am developing apps for a CE 5 based mobile using VS .NET and C# and am communicating with the mobile device from my PC application using a USB connection through Activesync. I only need to copy text files. I am concerned that the end users can use Activesync to explore the ...
|
| CF2 SerialPort class with HTC P3300 integrated GPS | 05 Mar 2007 19:11 GMT | 3 |
Any one had any success in using the CF2 serialport class to read the COM port on HTC P3300 (MDA Compact III) used for accessing the integrated GPS receiver. I have wrote a wrapper class that works fine on other devices that have
|
| Compact Framework and firebird | 05 Mar 2007 17:48 GMT | 3 |
Is there a way to connect an aplication develloped for a pocket PC, windows mobiles 5, to a firebird server?
|
| how can I get handle of a popup menu? | 05 Mar 2007 15:11 GMT | 7 |
I want to get access to a popup menu created by another application. Looking through Spy++, I can see that the window class of the window is "MNU" I can use FindWindow("MNU", NULL) to get the handle . But now my
|
| Sound On | 05 Mar 2007 14:32 GMT | 2 |
Anybody know whether there is an "easy" API in the Mobile 5.0 SDK to turn the sound on/off programmatically? Google reveals nothing very much. Thanks Unc
|
| How to link PDA to a server remotely | 05 Mar 2007 13:30 GMT | 3 |
I am an experienced VB programmer, but a newbie to PDA's. I have an application that runs in the office and I want to send jobs to a someone's PDA (running Windows Mobile 5.0 for Pocket PC) that could be anywhere in the country. On the PDA the guy would have an application ...
|
| Give me HWND | 05 Mar 2007 07:22 GMT | 3 |
How do I get the HWND for my Application? Typically, one would store this variable globally from the WinMain parameter; however, I have an MFC Wizard Dialog Application. I am sure there is a WinMain someplace, but it seems to have been buried by the Wizard.
|
| SetIpForwardEntry return error 87 while changing metric value | 05 Mar 2007 06:39 GMT | 2 |
I am using evc++ 4.0 with K-Jam for changing metric value of the adapter which i am loading dynamically and assign IP. The code i am using is as follows: {
|
| Showing Debug infos... | 04 Mar 2007 13:10 GMT | 1 |
Isnt it possible to show debug infos in VS 2005? Like you can for Desktop Applications, showing the string values etc...? If not, that would be a great feature for a next version! Hans
|
| Windows Mobile 6 SDKs | 04 Mar 2007 09:28 GMT | 1 |
The Windows Mobile 6 SDKs have been released. Get your copy here: http://www.microsoft.com/downloads/details.aspx?familyid=06111a3a-a651-4745-88ef -3d48091a390b&displaylang=en Regards, João Paulo Figueira
|
| Thread.Join() in .NET? | 03 Mar 2007 11:47 GMT | 2 |
I want to use Thread.Join(), but it seems like the .NET CF does not support that? Thanks
|
| Sim Contacts from OID | 03 Mar 2007 06:50 GMT | 8 |
I created a native DLL that adds a context menu to contacts app of WM5 by implementing IContextMenu (Credit goes to kind hearted people in this group). The OID of the contact that user selected is retrieved using ItemRefArray. I pass this OID to a c# application to display the ...
|
| CAB customization | 03 Mar 2007 06:11 GMT | 2 |
I am trying to make an installation cab that wont pormpt the user whether to install on phone or memory card, launches a program at the end of the installation and/or prompts the user for a restart. Is it possible with the cab or do i have to create an installer exe ?
|
| WSALookupServiceBegin - NLA | 02 Mar 2007 23:07 GMT | 2 |
What I would like to do is enumerate the available networks so that if a user goes out of WiFi coverage I could handle it more gracefully. This basic code works perfect on PC but on PPC WSALookupServiceBegin fails with Error: 10022 Invalid Parameter.
|