Answer Questions
Sticky5011 CF doesn't handle new lines as \r\n ??
I wrote a simple control which used the Graphics.DrawString method to draw some text. When the text contained a newline "\r\n" it would only display correctly when I ran the app on my desktop, but when I ran it on the Pocket PC emulator it displayed the newline as 2 square boxes. Unfortunately Enviroment.NewLine doesn't exist in the CF and I even tried using the Stringbuilder.AppendLine (it doesn't exist in the CF) or anything tha ...Show All
takashikatori_9000 What protocol is used for communication between the mobile device and the gateway?
What protocol is used for communication between the mobile device and the gateway I don't understand your question. Are you asking about how we communicate between Visual Studio and the device If you could be more specific, I think I can answer your question. -mark ...Show All
Join How to malloc huge memory in pocket pc 2003 se
Dear all, Is there a limitation of size to the malloc I tried but failed to malloc an 18M memory block. Could you give me some hints to this problem Thanks a lot! yun Thank you, Ken! Malloc requests are limited by the size of the process heap. There's not enough free space in yours to satisfy such a large request. With something like an 18mb request, that's not surprising. The default, I think, is 1 megabyte -- the total m ...Show All
Milind Vengurlekar Control Focus Problem - a Bug? or..
Hi, i would like to create a simple control that changes its background color depending upon whether it is focused or not. i have the following code. class mylabel : Control { protected override void OnGotFocus( EventArgs e) { base .OnGotFocus(e); this .BackColor = Color .Red; } protected override void OnLostFocus( EventArgs e) { base .OnLostFocus(e); this .BackColor = Color .White; } } The pro ...Show All
Javawag How do we test camera application?
Hi , I'm writing camera application on windows mobile 5.0 smartphone. i succeded writing the same application on desktop using webcam. could u please give me the steps to test the same application on smartphone emulator. in the document they said, we need camera equipped pocket pc (or)smartphone installed camera driver(or) Null driver ships with the emulator. am not understanding what the document is saying do i need to install any came ...Show All
best one Link error of CeMountDBVolEx
Hi all, I am developing WM5 edb application. there is a link error of CeMountDBVolEx : LNK2019: unresolved external symbol "int __cdel CeMountDBVolEx (.... " I have added "coredll.lib" to Additional Dependency of the Configuration Manager, but still get this error. Please advise. Take a look at the following posting and the posted answer, I believe it is the same issue. http: ...Show All
KN_ Storage program
I've created an application for compact framework 2.0 and sql mobile. When the device need a cold boot i lose all my files. My device can't use an storage card but the device has built in storage cards when i put my program on a built in storage card an the device needs a cold boot, all files are there but i can't run my application because compact framework and sql mobile are missing... how do i solve this problem thanks ...Show All
alanuiuc20 Application registration
Hi, After you guys had developed the main aspects of your applications, how do you guys approach the registration part Should I be considering serial number based registration I'm thinking of embedding with/using the device unique ID. What do you guys suggest Regards. OpenNetcf.org offers classes for that in SDF 2.0. Perhaps that would work for you: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx gu ...Show All
leighsword Window CE Emulator in VS2005 Beta
Hi Guys, i've installed VS2005 Beta,but i can't find WindowsCE emulator on device's list, how can i use WindowsCE Emulator with VS2003 it is present and it works very good. thanks a lot. I just buy the VIsual Studio 2005 ,and haven't found anything wrong, maybe I don't know how to use it totoally Is the support for Windows CE 5.0 in the DeviceEmulator available yet ..../Ted There are plans to ...Show All
gmcbay Unable to connect Web Services with Pocket PC 2003 Emulator in vs2005RC
The output window: A first chance exception of type ' System.IO.FileNotFoundException' occurred in Mscorlib.dll A first chance exception of type ' System.Net.WebException' occurred in System.dll A first chance exception of type ' System.Net.WebException' occurred in System.Web.Services.dll Test of the Web Services in IE is good How to resolve this problem Thanks for ...Show All
Dasgooch Active Directory In Compact Framework
Hello Can we use active directory feature in Compact Framework. Although i searched all the namespaces i could not found active directory related namespaces. Anyone having idea regarding Active Directory using Compact Framework Regards Chikuu I don't believe Windows CE has support for AD or can be a member of the domain. Depending on what you’re trying to do, it might be po ...Show All
George Waters Application Verifier for wm5, where?
Where does one find this elusive creature - the fabled AppVer for wm5 - in the deep depths of msdn search Doug Boling said "real soon now", but that was a half-year back. Same problem with me too. Any inputs workarounds to get this going -Seemit Larry Lieberman wrote: The CE 5 test kit is available for free download at: Thanks" target=_b ...Show All
pushart Problem with setup and use a GPRS RasEntry...
Hi everyone, Does anyone has already played with a PocketPC with GSM cellular I’m with a Eten P300B and I’m having some difficults to create and manage DialUp accounts (RasEntry). When I’m creating an Entry trough the Windows Mobile UI, I have to select the "Cellular Line (GPRS)" device and enter a access point name ("tim.br"). I always used the RasGetEntryProperties and RasSetEntryProperties functions to create and manage Ra ...Show All
Georearl Can I install CF2.0 on a Windows Mobile Smartphone 2003 SE?
Hello, I noticed that CF2.0 is supported on Windows Mobile 2003 Pocket PC, but not Smartphone. Is this a documentation error, or is the Smartphone 2003 SE OS really not supported Thanks, ravi It's not supported . It runs on WinMobile 2005-smartphone only. ...Show All
Smat No CPUs available to select
Visual Studio 2003.NET. ARM41 CPU on devices. ActiveSync working and currently connected. Windows CE.NET Utilities V1.1 is installed. If I choose "select windows ce cpu" from the menu, the SelectWinCECPU dialog box has nothing in the drop-down list to select from. If I choose "Refresh" I get an error message : An unhandled exception has occurred in your application. ... Click Details and get : See the end o ...Show All
