| Thread | Last Post | Replies |
|
| help:how to implement the MouseEnter and MouseLeave in CF | 12 Feb 2005 14:55 GMT | 1 |
Is there any way can implement the function, please help me! Thanks forward!
|
| Beginner problem with TabControl size | 12 Feb 2005 13:30 GMT | 2 |
Call me stupid, but I'm not able to set the size of a TabControl to occupy the full area of my form. I've tried : tabCtrl.Size = this.ClientSize;
|
| POOM, email and VB.NET | 12 Feb 2005 13:12 GMT | 1 |
Is there any sample code, or a component I can buy that allows access to the Pocket Outlook email on a PDA? Specifically I want to be able to read messages from the various folders and probably write messages into the folders too.
|
| Download file from aspx response | 12 Feb 2005 01:23 GMT | 1 |
I have created an aspx page response for user to Download file from server Code: http://support.microsoft.com/kb/812406/EN-US/ And try to DL from that page to PPC by following code
|
| Read .txt from a .zip file? | 11 Feb 2005 20:34 GMT | 6 |
How can I run a System.IO.StreamReader on a text file that is in a zip file? Thanks, -Dave
|
| Alex Feinman Re : DLL in other directory | 11 Feb 2005 19:21 GMT | 7 |
Alex, using System.Reflection; namespace myApp public class frmMain : System.Windows.Forms.Form
|
| Having trouble changing a web service URL at runtime | 11 Feb 2005 14:47 GMT | 2 |
I'm playing with a simple smartphone app that communicates with a server application on a PC when connected via ActiveSync. The server app exposes a web service which I connect to in my client by adding a web reference to the project and letting VS.Net generate a proxy
|
| How do I setup the SqlServer / IIS to sync with my SqlServer CE | 11 Feb 2005 14:41 GMT | 1 |
I have been looking around for information about how to create apps on the pocket Pc that sync with a backend Sql Server database. I have found lots of info on how to sync and how create the apps on the PocketPc, howerver I havent found any info on how to setup IIS and SqlServer ...
|
| Looking for Tips: How to create a SQL CE database in a Windows Application and transfer it to a Pocket PC | 11 Feb 2005 13:47 GMT | 1 |
I have a Windows Application where I collect data. I want to store these data in a SQL CE database and transfer it to the Pocket PC. After working with the data in the Pocket PC I want to transfer it back to the Windows Application where I Process the data before
|
| Word, Excel, Mpeg, wav wrapper ? | 11 Feb 2005 13:44 GMT | 1 |
I'm searching for the (may be comercial) solution for viewing (editing) the Pocket Word, Excel, etc. files inside CF. Any help appreciated. TIA
|
| IDccMan->Advise call hangs when device is connected to PC | 11 Feb 2005 11:54 GMT | 3 |
I am trying to use the COM interfaces IDccMan and IDccManSink to register my desktop program to receive notifiations when the device (Pocket PC) is connected or disconnected to the PC. I do this by calling the Advise method of IDccMan interface. It works fine if the device is ...
|
| running app in background still not working on Smartphone | 11 Feb 2005 11:29 GMT | 5 |
I tried the following to hide my application and then bring it back or show it again if it was ran from a shortcut or from directly clicking on the exe file from the file manager and still doesnt work, you help is really appreciated i really need to get this working ASAP.
|
| running app in background smartphone? | 11 Feb 2005 10:42 GMT | 8 |
i want to have my application main window hide, and keeps running, and when the user runs it again the windows open up again. ie i start my application the user enters some settings, and clicks ok, the application UI closes but keeps running, then when he clicks on the shortcut ...
|
| Selecting Pocket PC Device | 11 Feb 2005 09:52 GMT | 1 |
I have a requirement to synchronize PPC outlook using DOT.NET Compact Framework. Currently I am testing with Pocket PC 2000 Emulator. Now, I want to test it with Pocket PC Device.
|
| Other methods then Remoting | 11 Feb 2005 07:34 GMT | 3 |
If Remoting is not available under NetCF what is the perferred method for an App at the Desktop level to communicate with a App down in the WinCE and vice versa? Thanks.
|