Hi,
I have some Intermec CK-30 scan guns. I want to be able to remote control the guns from a monitoring station. I have tried to install a VNC distro from PocketPC.com but neither the x8...
Hi, i need to URL encode a sting to be posted to a webpage in C# or even VB.NET i have found the HttpUtility.UrlEncode in system.web but this does not work on windows mobile, has anyone found ...
Hi There
I have a web page that is being accessed by my Symbol MC50 running Windows Mobile 2003 Second Edition. When the page loads I would like for the Search Textbox to have focus so that ...
Hi,
I have currently developed a Windows CE 5.0 Platform using Platform Builder and have several Drivers setup within the deployment.
In order to start these on boot up, I have an applicat...
I'm currently evaluating the HP Compaq t5000 thin client running CE.NET. I'm also using the Altiris Deployment Solution to manage this device. I need some help setting up the user accounts o...
I am new to windows mobile 6 programming.
I have some doubts in windows mobile 6 programming .
1) How much memory will be allocated for each process.
2) Is we can restrict process memory...
I'm starting to develop a driver for a HID class device (measuring unit) under WinDows CE 5.0.
I tried to give a look to Platform Builder documentation and to nose into driver samples shipped...
If I add a column e.g.
ALTER Table MyTable ADD [bspr_UpdatedDate] [datetime] NOT NULL CONSTRAINT [DF_bspr_UpdatedDate] DEFAULT (getdate())
to an existing published table on a published tabl...
Hello,
I'm developing a Windows Mobile application in VB.Net 2005. I need to run the "System.Diagnostics.Process.Start() " to launch another application on the Pocket-PC.
How should i pa...
I was able to use SetWindowsHookEx function to enable Global Hooks in desktop Windows versions. But apparently this function is not supported in Windows CE. Does anyone have any suggestion for...
Does anyone know of a utility that can be loaded onto a PDA and then run to save a copy of the registry to a fille (i.e. similiar to regedit.) I thought there was a utility out there called s...
we are creatting a text file with the current time and date from a PC and sending it to the remote device and setting the time. The line of text in the file will be local time on the PC and I ...
Hi,
I'm writing a C# program for my CE device and want to know how to capture other button presses on the phone.
Like the dial / hangup buttons, the calendar button etc.
Thanks
I am trying to connect to my home computer using the terminal services client, and I am getting an error 'the server name specified is invalid'. I am adding a non standard port to the end of ...
In Visual Studio 2008, I select Tools---Connect to Device and select Windows Mobile 6 Professional Emulator. The emulator seems to come up ok. I can open Internet Explorer, but I cannot naviga...
I have developed an ATL Control that works fine on Windows desktop. I am trying to get this to work on Windows Mobile 5.0 Pocket PC as well.
I have managed to get the ATL to compile on the ...
I have an existing Windows Mobile 6 Professional SDK (ARMV4i) project and I want to add a new platform under: Right click the solution, select Configuration Manager,open the drop down menu ac...
in MFC I can do this:
CString s1("1.99")
double num = atof((char *)(const char *) s1);
in winCE I get this error:
error C2664: 'atof' : cannot convert parameter 1 from 'class CString' ...
Hi
I'm developing a CF.Net application.
In it I have several textboxes for numeric input only.
The problem is that when ever the user uses the hardware keyboard (which has a 10 digit nu...
im making an app in c++ for windows mobile in VS2008. Once its done i was wondering how to port it to these other platforms (iphone, BB most important)?
how much does it cost/ how easy is i...
HEllo
i want to create an application in .net mobile, i am using .net 2005 to create a ocr application please if any buddy can help me how i can create a OCR application using any winodows ...
I have made an AutoRun.exe for an SD-card in a Pocket PC using VB .Net.
If the runtime files needed by vb .net are present on the PDA then Autorun.exe works fine. However, when I insert th...
Hello,
We have a windows mobile 5.0 application written in Visual Studio 2005. The application calls a web service to login. Before that, when the application starts, it calls another web m...
I have a CMenu in my pocket PC applicatino. I am using MFC.
It is like so:
m_menu.AppendMenu(MF_UNCHECKED, 0, _T("HELLO"));
But i want to add a sub menu to this so when the user taps "HE...
While trying to convert an eVC++ project to VS2005, when I do a build I get the following error:
fatal error C1853: 'Pocket PC 2003 (ARMV4)\Release/MyProject.pch' precompiled header file is...