| Thread | Last Post | Replies |
|
| Disappearing quotes in VS2005 Smart Device CAB project registry en | 08 Mar 2007 16:49 GMT | 1 |
I am using Visual Studio 2005 to build a Smart Device CAB project and i need to add a registry entry like this (for mapping a hardware button): "\Windows\Start Menu\Programs\My App.lnk"
|
| Converting from VS 2003 to VS 2005 - missing options | 08 Mar 2007 15:18 GMT | 2 |
I have converted my CF program (for Pocket Mobile 2003) written in VS2003 to VS2005, but I can't find the System.IO.Ports etc. What should I do to be able to use these classes??? Thanks
|
| pinvoke WM5 | 08 Mar 2007 13:59 GMT | 6 |
I have posted this before but I am not sure where I left off and I am still having an issue with it. I have the exact same code that works on Windows Mobile 5 Pocket PC Ed. on two different Ipaqs and a Palm Treo Phone.
|
| Problems reading DeviceID on Intermec | 08 Mar 2007 13:50 GMT | 3 |
I tried the code showed here in order to get the DeviceID of several devices (WindowsCE and PPC): http://blogs.msdn.com/jehance/archive/2004/07/12/181116.aspx In all the devices but one, an Intermec with Windows Mobile 2003, it worked
|
| Debugging problem | 08 Mar 2007 09:31 GMT | 1 |
Since I installed the SP1 for Visual Studio 2005 I am not able to debug assemblies on my WM 2005 device (Symbol MC70). I think this depends on the version of compact framework installed on the device and in VS. On the device the version of CF is 2.0.6129 but while
|
| log4net's XmlConfigurator not an attribute class? | 08 Mar 2007 02:19 GMT | 1 |
I'm trying to use log4net in my c#.net project. I am able to use the log4net functiosn without any problem but when I want to make my proj find the config file in assemblyinfo.cs, the compiler complained that XmlConfigurator is not an attribute class:
|
| PocketPC Outlook to parse Email Message. | 07 Mar 2007 23:53 GMT | 1 |
I want to use PocketPC Outlook com to parse Email in outlook, I have checked some SDK and sample, They told me a lot about how to sent SMS and receive SMS. what I am concering is how to synchorize Email message and to get Email
|
| manually closing the GPRS connection? | 07 Mar 2007 20:40 GMT | 2 |
i know that the OpenNetCF.ConnectionManager doesnt close the gprs connection completely, can anybody tell me if its the "ConnMgrReleaseConnection" API that can do the job, or should i be looking somewhere else? thanks,
|
| random error occuring - cannot find dbnetlib.dll | 07 Mar 2007 20:37 GMT | 5 |
i have a random error that occurs when trying to connect to a remote database, i think on initialization of the SQLConnection object via my device, it randomly returns the error "cannot find "dbnetlib.bll", i cant quite replicate when it occurs but my solution is to soft reset ...
|
| DataGrid -- Hide Add New Row -- DataView AllowNew | 07 Mar 2007 20:17 GMT | 3 |
I'm using a DataGrid control in a mobile application to display data and would like to disable the automatically added "new row" at the bottom of the grid. I've done this with no problem on desktop applications by setting the
|
| Deploy project to device,target is NETCF2.0 | 07 Mar 2007 19:29 GMT | 1 |
My project is created by Visual stadio 2005 with NETCF2.0. I have created CAB project for deploy. the issue is that:NETCF2.0 has not installed all the device. So I want to to create a setup DLL
|
| GPRS speed | 07 Mar 2007 18:17 GMT | 1 |
I understand that the answer to this question may depend on variables such as signal strength etc, but I will ask anyway :-) What is the "typical" speed of a GPRS connection on a Pocket PC? Is it the equivalent of a 28.8 modem or is it faster/slower?
|
| Installing .NetCF 2.0 to the flash memory (TORADEX) | 07 Mar 2007 16:23 GMT | 2 |
Someone knows how can I install netcf 2.0 to the flash memory of evaluation board Colibri (Toradex) running WinCE 5.0. If I ask the manufactured I must pay him 2 support hours. TIA,
|
| NETCF 2.0 in Platform Builder 5.0 | 07 Mar 2007 16:17 GMT | 2 |
Platform Builder 5.0 gets only netcf 1.0? I tried to build an image with the wizard and the only netcf that I can select is 1.0 It's posible to use netcf 2.0? Thanks,
|
| Unmanage string convert into manage string | 07 Mar 2007 15:18 GMT | 4 |
I have read a string from Unmanaged code, however, when I convert ptr to string. It also include "\r\n" in the string, how to avoid this issue: here is my source code:
|