| Thread | Last Post | Replies |
|
| SQL Mobile Resource Dll | 30 Apr 2006 19:47 GMT | 1 |
With Version 2.0 of SQL CE there was a seperate DLL that could be installed, providing the verbose error messages for the engine. I cannot seem to find the same thing for SQL Mobile 3.0. When we first execute a query through it an first chance exception is thrown and when I get ...
|
| dotfuscator and HI_RES_AWARE | 30 Apr 2006 10:00 GMT | 1 |
I cannot get dotfuscator to work with the HI_RES_AWARE resource and a .NET CF 1.0 app. If I use res2exe to add the resource before running dotfuscator, I get the nice error "ilasm returned 1" from dotfuscator.
|
| TabPage, Panel, and AutoScaleMode | 30 Apr 2006 04:15 GMT | 3 |
This is to redirect my earlier question about the designer and .NET CF 2.0. I've found out more. It seems that the trouble is that the Panel Control and TabPage Control don't respond to AutoScaleMode. In fact, they behave quite unpredictably in
|
| Form not closing | 29 Apr 2006 22:31 GMT | 5 |
I have a cf2005 program i'm debugging on PPC2003, when I close the form, it doesn't close the program even when I added private void frmWelcomeScreen_Closed(object sender, EventArgs e)
|
| web service and sending binary files | 29 Apr 2006 20:36 GMT | 1 |
what is the best way, for sending binary files (images,text,etc) , from the smart device to a web service ? im using net cf 1.1 and win.ce net thanks in advance.
|
| Context menu in a dataGrid view | 29 Apr 2006 15:16 GMT | 1 |
I have added a ContextMenu to my DataGrid to allow the user to add and remove rows in the DataGrid. When they want to remove a row, I would like the row selected before the ContextMenu pops up. Right now, I cannot trap the MouseUp or MouseDown events when the user performs the ...
|
| Multiform multi-process | 29 Apr 2006 12:25 GMT | 4 |
I have 2 wince forms and fisrst form causes second to launh.While some process is running on first I need second form to have a hard process too. I tried thread, timer and while , they did not work.
|
| Get rid of full framework assemblies in device projects | 29 Apr 2006 12:22 GMT | 1 |
I had the same problem with the deploying time as described in the following thread : http://groups.google.com/group/microsoft.public.dotnet.framework.compactframewor k/browse_thread/thread/b2e87c3d723b4079/48b78c122bae3c3c The problem is that i can not find the desktop assemblies in ...
|
| WM2005 Phone Emulators... | 29 Apr 2006 12:18 GMT | 1 |
I'm looking for an emulator fo WM2005 that conists of a PDA Phone with a slide out keyboard. Any one know where i can download one from? I don't think VS2005 comes with such an emulator...or does it?
|
| WM2005 and .NET Version error | 29 Apr 2006 06:55 GMT | 6 |
I had an app that was previously created for WM 2003. I recompiled this after changing the target platform to "Windows Mobile 5.0 Pocket PC SDK". However, when i now copy this over to a WM 2005 device and attempt to run, i am seeing the error " This application requires a
|
| keyboard hook | 29 Apr 2006 06:45 GMT | 1 |
i have been attempting to use Alex's code at this page: http://blog.opennetcf.org/ayakhnin/CommentView.aspx?guid=84b95802-76d7-499c-b266 -e2251ab15706 What i am finding however, is that if i press a key, that key is repeatedly outputted, almost as if i am pressing the key down and ...
|
| BarCode reader and CE framework | 29 Apr 2006 02:59 GMT | 1 |
We are planning to sit for a design of a Windows Mobile development project. The solution should be able to read barcodes and broadcast information over a wireless network. I 'm absolutely clueless on this, as I have never been involved with Mobile dev or Barcode scanning.
|
| Deploying .NET CF 2.0 with applications | 29 Apr 2006 01:38 GMT | 12 |
Folks, I have an application which is dependent on version 2 of the CF, and I'd like my installer to deploy the CF along with the application. I have a general idea of what is required, but the only documentation from Microsoft
|
| Sending Mail via Outbox | 28 Apr 2006 23:17 GMT | 1 |
what is the best way to send mail (by populating the outbox folder of an existing mail account, NOT using SMTP) in CF, vb.net/c# ? Marcantonio
|
| redistribitung .net compact framework | 28 Apr 2006 19:23 GMT | 1 |
Hi, I would like to redistribute one cab file from CF installer with my application. Is that a legal way? I'd rather not to install the whole CF, because it would be installed from the internet for a pocket PC and it needs to be small. Where can I find documents about ...
|