| Thread | Last Post | Replies |
|
| VB Commenter + .NET CF Trouble | 15 Mar 2004 15:28 GMT | 2 |
Anyone is having problems with VB Commenter and Compact Framework Projects? I mean, it simply doesn't work in here... And when i try to generate the help on Desktop Applications...It locks. Thx in advance,
|
| Managed TypeLoadException ... | 15 Mar 2004 15:11 GMT | 2 |
Initially I was writing my VB.NET .CF application for the PocketPC platform. I successfully deployed it many times onto a PPC 2002 and PPC 2003 devices. As I want to target the WinCE.Net platform also, I created a new WinCE project in VS.NET 2003. I added all the class files ...
|
| smart device framework | 15 Mar 2004 15:09 GMT | 5 |
I uninstalled Smart Device Framework 1.1 to try my application with Serial.dll only and now I cann't download again from the OpenNetCF site. Is there another site that I could try? Thanks
|
| only one copy of my aplication run on Wince ? how ? | 15 Mar 2004 14:46 GMT | 2 |
|
| .net framework 1.1 cab | 15 Mar 2004 10:12 GMT | 1 |
Using vstudio i previously moved the netcf cab file (1.0) for the device required and installed fine. Now I have upgraded to 1.1 on my development machine. When I deploy to a device using an sd card, application won't run because it has compact framework 1.0. Is there a cab file ...
|
| Unmanaged C++ Dll, CallingConvention.ThisCall | 15 Mar 2004 09:51 GMT | 3 |
I am trying to use an unmanaged Dll in C# CF. Most of it is object oriented, and - as constructors can't be invoked with dllimport - I added TestClass* CreateTestClass() and DeleteTestClass(TestClass* obj) functions and used IntPtr in C# to hold the instance. In .NET Framework, ...
|
| Can't open the .xls file generated by CSVDataAdapter | 15 Mar 2004 07:36 GMT | 2 |
I am using CSVDataAdapter(in OpenNETCF) to generated xls file but I get a problem: the .xls file generated by CSVDataAdapter can't opend by pocket Excel(PPC2002) said that "the file is in wrong format". But I can open it by Office Excel XP Can anyone tell me why
|
| how to check file exist in PocketPC | 15 Mar 2004 06:01 GMT | 1 |
how to check file exist in PocketPC Thank you so much
|
| CF SP2 File locations | 15 Mar 2004 00:36 GMT | 1 |
Hi Everyon I am about to deploy CF SP2 to both PPC2002 and PPC 2003 devices, and i will not be using the cab file to install on the devices, but will deploy the SP2 files directly to the devices, but i cannot find where to put the some of the files, e.g. the file System.dll should ...
|
| Designer Problems [Second Go] | 14 Mar 2004 22:06 GMT | 1 |
I followed the tutorial at http://www.intelliprog.com/articles/index.html to create a design time assembly of my control. I then added the Design.MyControl to my toolbox and tried to drop my control on the Smart Device Form and nothing
|
| Table exists | 14 Mar 2004 21:42 GMT | 1 |
I am trying to write function Table exists.Hw can I write this in .netcf. I am trying to write this fucntion similarly as it was written in eVB as below.I want to know what dictionary wordS I can use for ADOCE /
|
| How can I save to a file to the PDA? | 14 Mar 2004 21:38 GMT | 8 |
I downloaded a JPG stream from a URI using a WebRequest Request = WebRequest.Create(http://myWebpage.jpg) Response = Request.GetResponse ResponseStream = Response.GetResponseStream
|
| System.InvalidCastException for Bitmap Constructor -- Please help!!!! | 14 Mar 2004 20:05 GMT | 3 |
I am getting a System.InvalidCastException from this line of code : myBitmap = New Bitmap("myfile.bmp", True). I am working on a Win2K, .NET 2003, VB.NET environment. I am developing for the .NET Compact Framework using an iPAQ 4350. In order to isoloate the
|
| Pulsing event... | 14 Mar 2004 11:23 GMT | 2 |
I've created an app for my Ipaq that changes the registry to adjust the backlight. But I'm having trouble pulsing the SDKBackLightChangeEvent or BackLightChangeEvent (not sure which is correct). There's an
|
| determining the pocket pc/emulator or PC | 14 Mar 2004 10:16 GMT | 2 |
I wanna determine the type of devices(pocket pc/emulator or PC) by using the precompiler lik #if //.. #els
|