Answer Questions
roniwu Where can I download Calc.exe from?
Does anyone know where I can get the standard calculator that comes with most PDAs (and computers) for either ARM or THUMB processors from I've been trying to port an application between 2 devices, and the app makes use of calc.exe that came with WinCE 3.0. The new device (WindowsCE.net) doesn't have a calculator in it strangely enough... pls check this link which has info on other forums/news groups ...Show All
Bill (Australia-Melbourne) Can't choose the platform in visual studio 2005 after install IE 7 beta1
Hi All, In one of my computers, i tried to install IE 7.0 beta1. After that i saw something strange with visual studio 2005. 1) I open visual studio 2005. Create a new Project. 2) In the New project windows, i choose "Smart device" and in Template i choose MFC smart device application. I add the name of project, the location and click OK 3) In MFC...wizard: when i click to platforms, it returns automaticly to New Project &n ...Show All
Philip73 Target Windows Mobile 5.0 without VS 2005?
Is there any way to target devices running Windows Mobile 5.0 without using VS2005 Unfortunately, the UI of VS 2005 doesn't work for me because of the way it entirely ignores my visual preferences (and the compiler, apparently favoring 'security' over anything else, isn't of much interest to me), so I'm forced to stay with previous version of VS. I attempted to install the SDK despite not having VS2005, and it seems to enforce that req ...Show All
SunVolt Why ? in the String Table is ERROR CODE From code Sample-phoneime
hi: i use Visual Studio 2005 Team open the Phoneime Code Sample, but when i look at the Resource /String Table IDS_MTAP_CHARS and IDS MTAP_SHIFTCHARS there are ERROR CODE ,i can not see the correct chars. i know the chars is the Key map to digit and ABC. why it is bug thanks ! I cann't see the chars correctly too. The value of IDS_MTAP_CHARS is "0\000 鼰 ﹐ " and when I click that string, its value become 0. ...Show All
SteveJC Console / Shell on Windows Mobile Version 5.0
Hello All, I am basically into developing applications for J9 Java VM on Windows Mobile/ARM. I need a way to pass arguments to VM and IBM's documentation is silent on this - though it is more appropriate to consult the platform vendor. So I am here! So, I try to download the builds provided for Pocket PC 2002 here : http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD/index.htm Though they install property [ via Ac ...Show All
Tuppers Regarding Call interceptin
Hi All, I am very new to the evc++ development .I am in a certain project where we need to intercepth the incomming call and the record the call.The problem aries when we need to hood this application so that it can run automatically when the call comes and then we need to fire this application. What i need is any direction kind of thing where by i know how to trap these calls. Thanks in advance Aryasheel hi all, F ...Show All
Eric Rook Windows CE and ODBC?
Do the ODBC core components exist for Windows CE Or even an equivilence I need my Pocket PC to be able to connect to an existing database with simple abilities to select, insert, modifty, etc. I've found a good deal of ODBC drivers for Pocket PC's built for certain databases, but never the one I need. Also the target database is subject to change, hence the need for core ODBC. Pls refer to following lin ...Show All
Vitoto How to Display Modal Dialog?
Basically, I have a fairly straightforward question. How to display a modal dialog form and then return to the calling form. Most of my experience to date is with VB6 and I'm probably just going about this the wrong way. I'm using the following code to display a Help|About dialog from a menu click. Fairly standard. private void mnuAbout_Click( object sender, EventArgs e) { frmAbout frm = new frmAbout(); frm.Sh ...Show All
rammanju download and upload file using http/https?
Hi, I want to know the best way to transfer files from a http server for PPC 2003 and Mobile 5.0 apps that are written in C++. Should I use the MFC library (CHttpConnection), ATC library, something else what would you recommend thank you. Hi, Right now the MFC libraries don't support http classes so either you need to use some other libraries or use the under lying internet APIs direc ...Show All
Code Chief OutputPath property is not set
Hi, I have a solution that contains multiple projects and often get this error when I try and deploy the main project (_PPC_ViewPoint): ------ Build started: Project: _PPC_ViewPoint, Configuration: Debug Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(481,9): error : The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combinat ...Show All
Keith Nishihara AutoSize Label
I am using VS 2005 and writing a VB.net application for a Windows Mobile 5.0 Smartphone using .Net CF 2.0. I need to determine the text height of multi-line wrapped text in a Label control so I can set the height of the Label to ensure that all text is visible, and then reposition other controls based on the new height of the Label. Unfortunately, CF 2.0 Labels do not have an AutoSize property. I have tried some examples using CreateGra ...Show All
eThikas Windows Mobile 2003 and .NET Compact Framework 2.0
Hello, Can the .NET Compact Framework 2.0 be installed on a Pocket PC device running Windows Mobile 2003 I would like to do this so that I can use the Serial Port class provided in the .NET Compact Framework 2.0. Thank you for your help, Yes, that shouldn't be any problem. Thank you for your help Is the .NET Compact Framework 2.0 ...Show All
Torsten Pietrek First chance exceptions while debuging
My program is working but I get following information while building. A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll What to do I have the similar problem. I get A fi ...Show All
halfpint visual studio 2005 for mobile application
Can anyone plz tell me how .NET compact framework 2.0 will helpfull me to improve performance of my smart device applications which is written in VS2003 Is SQL Server 2005 (mobile edition) will increase speed of my application how There were many performance improvements made in the execution engine of the .NET Compact Framework, which will simply enable your application to run faster. No specific re-programming is required of ...Show All
Sam Lowry139354 Anyone had a prob with vs2005 SqlServerCE System.IO.IOException?
On vs2005 final release, the SQlServerCE component creates... A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=131881&SiteID=1 Has anyone had any problems with this It's a new *feature* which has been added since vs2005 beta2 Device I'm using is a XdaIIs, Windows Mobile 2003SE v4.21 As I've explained in the link provi ...Show All
