pocketpc

Purchasing Pocket PC visual controls

Hello! In work we are considering buying a pocket pc controls pack, since we are not satisfied with the look of built in controls in visual studio 2008 (or better said latest Compact Framework). We are prepared to pay a reasonable amount for them, and we want the pack to be as complete as possible. It is important to us that the pack c...

debuging pocket pc 4.2 (2003) app in visual studio 2008 over 802.11

I have been pulling my hair out! Does anybody know how to debug a app on a remote device running pocket pc version 4.2 over a wireless network? I can remote debug over active sync but this device only supports active sync while cradled at 57K baud (painful debugging experience). I do wireless debugging in widows moible 5 all the time....

Programmatically add multiple filters on one column. SatelliteForms

Is there a way to add more than one filter on a column programmatically? Tables("TYPE").AddFilter("Code", "<>", "OP") -- Works until then next line. Tables("TYPE").AddFilter("Code", "<>", "MP") -- The first filter is removed. .... I'm not cool enough to add a SatelliteForms tag. Here is a link to the SatelliteForms. ...

How to programmatically get cellID from IPAQ pocket PC

I'm trying to get CellID and Lac on HP IPAQ 614c. I've tried using RIL interface with no luck RIL_GetCellTowerInfo returns E_NOTIMPL. Any ideas? ...

BugTrap and RapiDbg on Windows Mobile 6.0

I'm trying to port a driver and a few applications from a PDA running PocketPC 2003 (Windows CE 4.21) to one running Windows Mobile 6 (CE 5.2). Does anybody know if/how I can log the OutputDebugString calls made by the driver, short of using the Platform Builder or any custom OS image? Porting is 99% complete, but I need to troublesho...

How to get Apply button to show in property sheets in Windows Mobile 5 / PocketPC

I have an C++ MFC applications that runs on most flavours of Windows CE / Mobile / PocketPC and Win32. When using CPropertySheet based tabbed dialogs the application under Win32, I get Ok,Cancel, Apply & Help buttons on the bottom of the dialog. On Windows CE, I get ?, OK and X buttons on the top of the dialog which do pretty much the ...

Why does compact framework WebBrowser control load pages in opera?

Hi There, I need to be able to display html files that are stored locally on device using a WebBrowser control on a windows form. I simply point the WebBrowser to page like so : ctrlBrowser.Url = new Uri("file://\\My Documents\test.html"); The pages load perfectly into control excepet for a windows mobile 6.1 device that has oper brows...

C# Start process minimized/hidden on Pocket PC Windows CE

Hello! I am working on a application for a Pocket PC that runs on Windows CE. I need to start another process, however I need it to start Hidden or Minimized. Doing that on full Windows framework is no problem, I just set Process.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden; or Process.StartInfo.WindowStyle ...

C# Extension methods on PocketPC Windows CE

Are extension methods available on CE framework as well? I have an extension method for string that works fine in a windows forms project, however it wont build in PocketPC application. I figured this would be an easy thing to find out, however I was unable to find any info regarding extension methods on PocketPC. Edit: Ooops this was ...

eVB Good Tutorial

Hello, I have an Jornada 720 and i've just started to see some tutorials about the eVB(Embedded Visual Basic) in Pocket PC Developer Network: http://www.pocketpcdn.com/sections/evb.html and in the DevBuzz: www.devbuzz.com/Default.aspx , but i want a good tutorial that talks about all, because i didn't found something like this, and some...

how to remove horizontal scroll bar in listview in .net compact framework

i am using listview while developing windows mobile 5.0 application. When items are added at the end it shows vertical as well as horizontal scrollbar. How can remove horizontal scrollbar? ...

Pocket Pc, Smart phone

I am new in Pocket PC and Smart phone. so can any one help me out regarding following queries. Which SDK used for Pocket PC and Smart Phone? Can we use web service in that application or Can we call from the Pocket PC application? and can we integrate third party application in our Pocket PC application? ...

Designing a "Landscape application" for a Pocket PC

I would like to create an app for a pocket pc. One of the features is that the user should rotate the pocket pc 90 degrees counterclockwise to opearate normally the app How can someone design a "counterclockwise rotated" application with Visual studio? Is there any option in VS that i am missing? ...

Windows mobile user interface suggestions

Hi there, I will start new PDA project on the windows mobile and compact framework 2.0 or higher. I need to design the new application user interface like IPhone, it should be smilar IPhone buttons, gradiend screens, colors, some thing like this. It seems i need to many images and backgrounds on the windows mobile application for achievi...

loop datarows of datagrid, windows mobile....

I have dataGrid, which have one dropdonw column.(whcich contains "true"/"false". on button click, I want to loop through each gridvew, and findout whcich item is seleccted from droopdown from each row and store it. How can I loop the datagrid, there are some properties,funtioaly suppoerted by DataGrid for Mobile WinForms. any one help...

Windows mobile controlling scroll bar with finger

Hi There, I have a question about the windows mobile development. I created a mobile form on the windows mobile 6.0 test project. But that example form slightly larger than the vertically normal pocketpc forms. I now everybody said you can press the scrollbar for accessing bottom or any location of the form. But i need to use the fin...

Could not establish connection to network in Pockec PC

Hi, i am developing one application in visual studio 2008 for smartdevice for pockec pc. and in that application i used webservice which in my local pc. when i am trying to run application on pocket pc emulator then webservice cant call and get error that " Could not establish connection to network". my call code is that. Dim testC...

Windows mobile application background problem

Hi There, I'm new mobile development and i'm working on an proof of concept application on Windows Mobile 6.0 Os and CF 2.0 I tried to design new backgorund for my application with the Adobe Photoshop, i found a tutorial on the codeproject.com about solving the windows mobile fullscreen problem and app image background issue with Pinvo...

Unregister a DLL on a Pocket PC

I demoed a control (from MooseWorks) for my Pocket PC app. I used the demo control in my app to see if it would work. It worked great and we have now purchased it. I took the old (demo) dll out of my project and added the new one in. I also deleted it off the device and did a clean build. But the demo dll (with a nag screen) is still ...

today plugin background problem

I tryed to write my first Windows Mobile application, and I have used the following sample to create my custom Today plugin. To write dynamic text into today the following code is used: case WM_PAINT: PAINTSTRUCT ps; RECT rcWindBounds; RECT rcMyBounds; HDC hDC; HFONT hFontOld; TCHAR ...