| Thread | Last Post | Replies |
|
| betcf2 install error | 24 Dec 2005 01:07 GMT | 2 |
Visual studio 2005 std. pocket pc 5(Imate jasjar) win xp pro. I try to delpoy a simple app to the device and get the following error. Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '\Windows\NETCFV2.wce5.armv4i.cab'. Error 0x80070070: There ...
|
| Service provider info from SIM | 23 Dec 2005 16:24 GMT | 1 |
Hi, Is it possible to get the "Service Provider" info from a SIM? I know there is a persistent storage available in SIM cards. So I believe when I turn on my device then the SP info will be stored in the SIM. For example if my
|
| VGA Font sizes | 23 Dec 2005 15:57 GMT | 5 |
I have written an appliction in C# and tried both the res2exe and the mui fixes to enable VGA. The form does display correctly but the Font is drawn with the same viewed size. For example if I have a label that is 800 pixels wide, and give it text to fill the screen in QVGA mode, ...
|
| how do I prevent the "application launch indicator" from showing? | 23 Dec 2005 15:49 GMT | 7 |
I want to prevent the "application launch indicator" (that little square box with the rotating colored pie pieces) from showing when my application launches. Does anyone know how to disable it? John
|
| Mobile 5.0 not as stable as 2003 ? | 23 Dec 2005 15:30 GMT | 2 |
Is it just me or is 5.0 not as stable as 2003 ? My 2003 based devices run forever but I just bought a new device based on 5.0 and before I even start thinking of developing for it I'd like to use it for a while just like any other users.
|
| VS2005 trial | 23 Dec 2005 15:17 GMT | 3 |
Has someone get Visual Studio 2005 trial? I don't know how/where to get it, because https://www.tryvs2005.com/profile.aspx (for Europe) isn't still active! Where can I download it?!
|
| Protecting software | 23 Dec 2005 15:17 GMT | 1 |
I've searched the web for this concrete theme but I've found almost nothing useful. Did read "Write Secure Codes v2.0" but there are none examples or detail explanations on this problem for WinCE (altough XP and NT are covered in detail). groups.google.com also gave me just one ...
|
| how do I show only available "User" directories in a drop-down? | 23 Dec 2005 13:52 GMT | 1 |
I use the following code to get a list of the top-level directories: Directory.GetDirectories(@"\") I then use this string array as the datasource for a combobox that lets the user select the desired directory for storing data. However, this call shows
|
| Does PPC not support cursor | 23 Dec 2005 13:16 GMT | 4 |
We are developing a PPC device.(Windows Mobile 5.0, aku2) Inorder to support a usb mouse, I add the SYSGEN_CURSOR to my design, and make sure the new GWES.EXE is loaded by my device. But the cursor can be displayed on my device.
|
| How to access Integerated Camera in HP Hw6500 series | 23 Dec 2005 11:23 GMT | 1 |
I am trying to develop a application that would capture images from the Integerated camera in the Pocket PC, I'm using HP hw6500 series PPC and i'm trying to develop in VS2005 and .NET CF 2.0. Can i look in to the option of considering Camera as one more device
|
| How to create backgroud threads in .NET Compact Framework . | 23 Dec 2005 08:27 GMT | 6 |
How to create a background thread in .NET Compact Framework . I means when the application exit,the CLR will automatically terminate the thread .I found Thread.IsBackgroud Property is not supported in CF. See http://msdn.microsoft.com/library/default ...
|
| Pocket PC Project reference! | 23 Dec 2005 05:34 GMT | 2 |
Which DLL's are allowed to add reference in a .Net Pocket PC reference means in which development environment we need to compile the DLL so that a Pocket PC project can accept it as a reference? Thanks!
|
| How to implement 18bpp display? | 23 Dec 2005 04:12 GMT | 1 |
i have to implement 18bpp display, and i know i should complete the following work items, but i dont know how many blitting code should be written, there seem to be many blitting code for every raster operation. Make LCD driver a standard 24bpp GPE driver
|
| Register a COM dll made with CF 2.0 | 23 Dec 2005 00:03 GMT | 4 |
I finally made a dll in C# using .NET Compact Framework 2.0. I added to this library the COM interface to export the functions inside but now I realized that I don't know how to registed this COM object in my Windows CE .NET 5.0. For Windows 2000/XP there is the regasm.exe
|
| Can we do that? | 22 Dec 2005 23:41 GMT | 4 |
If I on my CDialog::OnOK() functions check some states of my controls placed in that dialog, and if some of them don't pass that check - how can I stop my dialog to close itself (because I'm in OnOK() function)? Big thanks for answering, cause I've no idea how to do this...
|