Answer Questions
Joey Beninghove How to update dialog title in mobile 5.0
Hi! all, We want to dynamical change dialog title in mobile 5.0. We use InvalidateRect() or UpdateWindows(), It seems doesn't work. Does anyone know how to dynamic change title. Please kindly help us. Thanks. SetWindowText不行 Actually, we think the title has been update, but cannot be shown before we open other dialog. So we think our problem is cannot show the new dialog title immedialtly after we change data, not the dia ...Show All
hvac-r_tech is Thumb same as Arm?
hi folks, i ask 'cause under vs2005, when i build and run the sample app "basicapp", it says "Unable to start program" and if i manually attempt to start the app either in the emulator or in the real device, it says 'basicapp' is not a valid Pocket PC application. apparently like many others, i am struggling successfully migrating evc++ app to vs2005 environment. porting the app itself was not too bad; so, i now have a ...Show All
Shane Fatzinger DeleteFile at runtime
i was testing the delete file method from coredll.dll #region Dll Imports [DllImport("coredll.Dll")] public static extern int DeleteFile(string lpPathName); #endregion private void deleteButton_Click(object sender, System.EventArgs e) { DeleteFile("\\GACLOG.txt"); } upon hard-coding the path, the file got deleted. however when i used a textbox to type the same path #region Dll Impo ...Show All
barak DesignMode support in CF 2.0
Hi, Is there a way in CF2.0 to check that something is executing within Visual Studio 2005 I am looking for something that works like the property DesignMode in the full .NET framework. //A Component.Site.DesignMode will be true if you are in the designer. In your control's code that needs to know if it is being designed or not, you would have code similar to: if (this.Site.DesignMode) { // do design time only stuff } ...Show All
wrade Connection manager for .Net CF wm5 vs2005
To access pocket pc connection manager : I know there is winapi connectionmgr for native c++ code in evc4. I used OpenNetCF.Net.dll connectionmanager class for VS2003 .Net CF. Is there any connection manager class in .Net CF 2.0 for window mobile 5 in VS2005 You can continue using OpenNetcf.org classes. New SDF 2.0 for NETCV V2 is availibvle. ...Show All
AlanH-SA exceptions in EVC++
Hello ! I'm developping an C++ project under Embedded Visual C++ 4.0 for an embedded system with Windows CE 5.0. By default the exceptions handling is desactivated, we must specify the -GX option in the compiler for activate it. There is my question : For an embedded system, the exception handling does increase or decrease the performance of the system What is better, using exceptions or return integer error values from the funct ...Show All
LouAbraham How to detect when Scrollbar from my DataGrid changes ?
Hi, Im doing some kind of Datalogger, and in a certain part of the app I need to detect when somebody changes the position of the scrollbar of a Datagrid Many thx in advance, Hi cgMarcos, Try this code (you can also find this snippet in the public newsgroups): foreach ( Control c in dataGrid1.Controls ) &nb ...Show All
Mepham New .net compact framework on device
All, I wrote a simple application using .Net 2.0 - Windows mobile 5.0 smartphone sdk . My application uses Microsoft.WindowsMobile.Status.dll. When I installed this application on AudioVox SMT5600 and tried to ran it. An error popped up on device saying " The application requires a newer version of Microsoft .Net compact framework than the one installed on this device ". Does it mean, .net 2.0 Smartphone apps. written using mobile sdk ...Show All
Joe the Owl 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
dpecharroman emulator smartphone wce5.0 connect to internet?
Good morning, Do you know how we can configure the emulator smartphone wce5 in visual studio 2005 so the emulator can connect internet using IE Thank you so much for your instruction or the link to document you will let me know JulienT I have posted a blog about this subject on: http://blogs.msdn.com/cbrochu/archive/2005/11/04/ppcinternet.aspx It features a step-by-step guide and i will post pictures if there is enough interest. ...Show All
rossmac detect cradle connection in wm5
Hi, I am using VS2005 VC++ to detect the cradle USB connection, below is my code: DWORD lpcb; DWORD lpcConnections; RASCONN rasconn; bool _returnvalue = false ; rasconn.dwSize = sizeof (RASCONN); lpcb = sizeof (RASCONN); LPRASCONN lp = &rasconn; DWORD ret = RasEnumConnections(lp, &lpcb, &lpcConnections ); CString _a; _a.Format(L "ret=%i" ,ret); AfxMessageBox(_a); _a.Format(L " lpc=%i ...Show All
DecentViv pocketpc and sql
When i first tried to make an sql connection etc i did this with a normal windows application, but then i could just click on the data tool and selected sqlconnection, sqldataset etc etc.. But can this be done when i make a smart device application i dont have that same tools, so i guess i have to write the code myself, but i have no experience with that.. You have 2 options - You can loop through the results a ...Show All
bitsbird How to deploy my apps?
Hi All, I have develop Pocket PC Application which is running perfectly from my development PC using iPAQ PDA. Now, I need to install my apps on the iPAQ PDA. Anyone can help n guide me step by step on how to create .cab files, .inf files ,.msi files (package n deploy app) and also how to install .Net Compact Framework and SQL CE on the PDA. I'm using : - - VS Net 2003 - .Net Compact Framework 1.0 - Windows Mobile 2003 Version ...Show All
ScottRogersGBR CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM
I have a large CE workspace that I migrated from CE 4.0 to CE 5.0 using the built in conversion tool in VS 2005. When I try to compile any of the COM dll's I get the following series of messages: 1>_CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM. 1> _CE_ACTIVEX could be caused to be defined by defining _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA, but it is recommended that this be done only for single-thread ...Show All
VarunMS App fails to start under CF2.0 when built by VS2003
My platform is using the CompactFramework 2.0 as provided by VS 2005. A helloworld app built by VisualStudio 2005 will run on my platform, but the same app fails to run when built with VisualStudio 2003. I can see the dependent dlls load, followed by each unload after it fails. The VS2003 built helloworld app will run when CF 1.1 is deployed. The platform is a Intel IXP425 based development board (ARMV4I). Any suggestions are welcome. ...Show All
