Answer Questions
mtnanhu COM issues
Hi. I am not exactly using C++ but using native/PInvoke calls from C#. I believe this would be more appropriate forum in asking this question. I have an MDA Vario with WM5. I am having trouble with trying to send data/set comm state to COM4. PLEASE help. I can get a VALID handle using CreateFile, no sharing, write only Firstly, I need to GetCommState so I can set the baud rate etc... I create a DCB and then: ...Show All
armindocorreia How to install Compact Framework 2.0?
I can't figure out what files to use to install the compact framework 2.0 on a new portable scanner with CE 5.0 installed. I just got several new PSC 4420s, which I need to install at customer sites next week, and I'm trying to get everything installed and running properly without doing a deploy from vs 2005, so that I will know how to deal with issues at the customer site when I can't be there with my development computer. The ...Show All
PaulG error C3861: 'wcsftime': identifier not found
I am converting a project from EC4 to VS 2005 and I am gettign this error right off the bat. The actual line : C:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(402) : error C3861: 'wcsftime': identifier not found This is coming up right on the StdAfx.cpp file which looks like this: #include "stdafx.h" #ifndef UNDER_CE #ifdef _ATL_STATIC_REGISTRY #include <statreg.h> #include <statreg.cpp> #endif ...Show All
Paul.Brown xmlserialisation different in .net Framework and Compact Framework?
Hi, looks like .net CF framework does not support xmlserialisation of the array of class that i define. the same code works without problem in my desktop but it does not deserialise properly when i use it in my PPC. i have not tried serialisation but deserialization gives problem. here is the xml that i want to deserialise: < xml version="1.0" encoding="utf-8" > < MyProfiles xmlns:xsi =" http://www ...Show All
PatrickR Need a control like the Palm Table
I am converting an app from the Palm. I need a control to act like a Palm Table. The DataGrid is close, but I need the columns and rows reversed. Basically I need a scrolling control that has labels down the left column, then has the data corresponding to each item in the right column. I need to be able to edit the data - it might be text or dates. And the number of lines of a data item might change, so the height of each ...Show All
PerGeert Windows CE from commandline?
Is there a guide or document explaining how to use the to use the tools in VC\CE directory I can create a smart device project inside the IDE but it is only limited to ARM processor. I want to perform compilations from commandline but I have yet to find a reference for the tools. Even a simple hello world program will do fine. -- Henrik MessageBox needs the correct .lib file. For Win32 this is user32.lib, and ...Show All
Randall Ulloa Register a dll on windows ce
I use a com dll with my project on windows ce but I must register it.I try to do this with adding cab project to my project and I add the dll to the cab for registration but it didn't work it can not register it. And I didn't find the regsrvce.exe file on my system to register the dll. Is there any way to register the dll on windows ce. I'm having a simlar issue. I have written a managed ActiveX ...Show All
John Kamp can't pass variable in SQL insert
If you put a value (number) in "VALUES" it works....Why can't I use variable name for values in the insert Private Sub load_data( ByVal code As Integer , ByVal id As String ) Dim cn As New System.Data.SqlServerCe.SqlCeConnection( "Data Source=\My Documents\mobdata.sdf" ) Dim SQL As String cn.Open() Try SQL = "INSERT INTO obsdata (patid, code) VALUES (@id, @code)" ...Show All
Zaffer smartphone 2003 emulator really slow, really!
I am using the smartphone 2003 emaulator with embedded vc++4 to do some development, but the emulator is really very slow, i have tried increasing the memory for the emulator from 48 MB to 256 MB, i have a reasonablly fast machine, p4 HT 3 GHZ 1 GB RAM etc, but still the emulator is slower then my 286 computer can any one please help me over here thanks. Sorry, This forum is for Device Emulator released with Visual Studio 2005 and ...Show All
rustiehatchet Performance on requery of dropdown box populated by XML...
I've got a drop down box that I'm populating with a dataset from XML. When I hit the drop down box the first time, it seems to populate lightning fast. However, when I re-hit the drop down box (say I'm adding a second record), the performance slows down exponentially. I'd be happy to post code if that'd help. Thanks in advance. Jason Can you please post the code you are using. It will help to detect what ...Show All
Bruno.MMonteiro help, fail to connect web service ?
in my IE of ppc brower the server's web service that content alwyas old.however, it is newest in pc. on well connection status fail to connect server's web service all day.but other days before was right. i guess that problem occured deployment could i set the instance 's url property of Web Service object from a .xml file sample like : MyService.Service1 ws = new MyService.Service1(); // Global.WebServiceUrl read from xml ,for ...Show All
Abdul Quadir Amin Configuring my PcPocket through .xml files?
Hello!!! First of all, it is nice to write here and to share all our knowledge about this fantastic world . I am a completly beginner in xml and for this i have a little problem, please help me . I want to configure my PcPocket (Qtek S100) using xml files. I have configured all the networks (GPRS,WAP...) using wap provisioningdoc and then transforming xml files in cpf files with makecab, i haven’t had any problem, but when i have tried to ...Show All
dgf Pocket PC deployment issue in Windows Mobile 5.0
I have created a Pocket PC application in .NET 2003, which is running in Pocket PC 2003. Now I want to install same cab file in Windows Mobile 5.0 without upgrading the source code to .NET 2005. I tried it so many times, but its showing some error message. What are the steps I want to follow Can anybody help me Thanks in advance Joji Perayil What is the error message you get Also, what kind of application is it Joji, can I k ...Show All
Andrew Tregonning can ListView device display folder icon?
can ListView device display folder icon can anyone tell me how to do that If by "ListView device" you mean ListView control then you can show any icon by using ImageList. ...Show All
Coolerbob Creating a unified installer for both SmartPhone and PocketPC
Hi, Is it possible to create a unified installer that automatically installs the correct version of software depending on whether a SmartPhone versus PocketPC is connected Basically, one installer self extracting Windows .exe file that installs the correct .cab file of two .cab files (SmartPhone versus PocketPC). Can it be done with the .inf/.ini files Thanks for letting me know. We will change this approach ...Show All
