| Thread | Last Post | Replies |
|
| SendKeys Missing in .NET Forms Assembly - Smart Device Application | 25 May 2005 06:24 GMT | 5 |
Class System.Windows.Forms.SendKeys doesn't exist if developing a smart device application in the Visual Studio 2003 trial. Is this due to VS being a trial? If not, any idea as to how I can implement the SendKeys class?
|
| Debug vs Release Build | 25 May 2005 05:21 GMT | 1 |
Is there any difference in memory usage or between a Debug Build and a Release Build? Also: When does the GC run? I heard it only runs when there is essentially no
|
| Pocket PC 2003 Emulator Problem | 25 May 2005 05:16 GMT | 2 |
Having a bit of trouble trying to get the emulator to work. I did some googling and came up with a suggestion to manually uninstall the CF components for VS through add/remove prog's, reboot, reinstall the CF components and reboot.
|
| C++ .Net? | 24 May 2005 21:37 GMT | 6 |
Is it possible to build a basic .Net C++ DLL with some exported functions (in VS 2003) on a Pocket PC? Is it possible to use VC++ with the .Net Compact Framework? Thanks in advance,
|
| Using Vs2003 with a WinCE device | 24 May 2005 21:29 GMT | 5 |
On Friday I posted a request about how to connect Vs2003 to a WinCE device via a TcpIp connection. I was directed to the "Windows CE Utilities for Visual Studio .NET 2003 Readme". This file does talk about exactly this connection but it refers to the following files that should ...
|
| codecs for smart devices??? | 24 May 2005 21:27 GMT | 5 |
Is there any available codec available for download for smart deivces. What i want is to access the digitalized signals generated and received during a phone call??? plz. help
|
| Using ActiveSync from .NET Compact Framework | 24 May 2005 19:49 GMT | 9 |
I am developing a .NET Smart Device Application. The app will store its data in a SQL CE Database on the device. I would want to synchronize the data between the SQL CE DB on the device with a SQL Server database on the desktop, when the device is cradled. I do not want to use ...
|
| Migration from .NET CF 1 to .NET CF 2 | 24 May 2005 19:34 GMT | 7 |
I'm trying to migrate a Pocket PC application from .NET CF 1 to .NET CF 2. But I get 2 errors: 1. All System.Data.SqlClient.* objects get underlined, and when I look at the error, I see:
|
| Date format in the DataGrid | 24 May 2005 18:26 GMT | 2 |
I am using vb.net I haven't see the propreties in the compact framework datagrid control. Can i set the Date format in the text column? How can i do it?
|
| 'OpenNETCF.SDF.ppc3.ARMV4.CAB' | 24 May 2005 17:51 GMT | 2 |
While deploying my PocketPC app (which consists of several projects) for debugging I get a dialog asking me if I would like to install the OpenNETCF 1.3 again. In addition to this I have to wait for the CAB to transfer to the device. This occurs each time (currently about 4 ...
|
| Load image from file | 24 May 2005 17:34 GMT | 8 |
Hi, I need to load BMP, PNG, JPEG images from file but I don't want to use Bitmap class. I would like to call some API function that return me an HBITMAP variable. I've tried with LoadImage but it seems that this function don't work in
|
| FTP for Windows CE.NET ? | 24 May 2005 17:06 GMT | 2 |
Do any of you know of any API or something like that in C#, that enables me to make a FTP application (or another easy way of transfer files) across a intranet/internet network ? It should be running on CE.NET.
|
| Using ActiveSync from .NET CF | 24 May 2005 16:35 GMT | 2 |
I am developing a smart client application in .NET CF. The application uses SQL CE to store / process data in the smart device. I would need to synch-up the data with the database on the desktop, when the device is cradled. I do not want to use the SQL Server CE Replication.
|
| Ctrl-C and Ctrl-V in Textbox | 24 May 2005 16:20 GMT | 1 |
In my compact framework application under WindowsCE V4.2, I cannot highlight text within a textbox, press Control-C on the keyboard, move to another textbox, and Control-P the copied text into the second textbox. The same compact framework binary runs fine on an XP desktop with the ...
|
| Sharing files | 24 May 2005 16:17 GMT | 1 |
I have the following configuration: one machine with Windows CE .NET 4.2 and a handheld terminal with Windows Pocket PC 2003: on this, I must write and read files located on the Win CE 4.2 machine: I've not found how to share a folder on WIn CE .NET 4.2: is it available? Or it ...
|