windows-mobile

Windows Mobile Wi-Fi works for IE but not my app (SocketException)

I've been trying to add Wi-Fi connectivity to my Windows Mobile 6.1 .NET CE 3.5 application but can't figure out why I get the following SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ...

WM Application works as expected in WM Professional 6,6.1 but not properly in Wm 6.5 Professional devices

Hello, I have developed WM application using WM SDK 6 and it works as expected on WM 6, 6.1 Professional devices/emulators. But when I run the same application on WM 6.5 professional emulators, it has some GUI problems like.. (a) Web browser control does not display progress bar at bottom and scroll bars. (b) Cursor.WaitCursor does not...

Profiling Native C++ WinCE App Built with Visual Studio 2008

I've got a native C++ application that I need to profile to diagnose performance issues. The only profiler I can find for WinCE is the Remote Call Profiler, which requires the application be built with the Platform Builder so the instrumentation hooks can be compiled in. My application is built with VS2008. Any suggestions? ...

How to get Modified date from file in c#

Hi I make any File in PC, and I transfer him to PPC (Windows mobile) How I can get the Modified date of this file ? (I need it in Windows mobile) thank's in advance ...

How do I put a shortcut on the Programs menu on Windows Mobile in the installer cab?

Where do I put the shortcut icon for my mobile application in the Installer project for a Windows Mobile project so that when the cab is installed the icon will show on the Programs Menu? ...

Windows Mobile 6 Tabstrip Control Equivalent?

Is there a TabStrip-like control available for Windows Mobile 6? I'd like to build multiple forms (or multiple views on a single form) and have some sort of tabstrip toggle between them. However, i don't see anything in the toolbox that could support this? ...

Getting a notification when my system freezes...

I have a minor problem where my (new) computer tends to completely freeze up. Am not sure when it happens exactly but the 6 times that it did happen during the last 4 weeks, it could have been related to a very long rendering task that eats up lots of RAM. (Am actually pretty sure that this rendering engine is causing this problem.) Anyw...

How do I can record incoming and outcoming calls in Windows Mobile?

Who knows how to record incoming and outcoming calls in Windows Mobile SDK C#? Thanks for help. ...

Issues Installing Windows Mobile 6.0 and 6.5

Since the news that the WinMo app store is accepting applications, i've tried downloading and installing the 6.5 dev kit. First i install 6.0, then 6.5. In Visual Studio 2008, when i try to create a new Smart Device Project, there are no 6.5 devices in the target platform dropdown. Is this correct? Is my install just wonky, or is 6....

Can springframework.net be used in a windows mobile applciation?

Can springframework.net be used in developing windows mobile applications? (Mainly the AOP and IoC bits) ...

Windows Mobile - Write to Application Data folder

Hi I want to write some image files to the "Application Data" folder on a Windows Mobile from my application so they can be used by other applications too. Is this possible? Or is the file system sandboxed for WinMo? Thanks. ...

"Could not establish secure channel for SSL/TLS" in .NET CF application on smart phone

I have a stubborn communications issue with an application running on the .NET Compact Framework 3.5 on Windows Mobile smartphones. I am constructing a web request using this code: UTF8Encoding encoding = new System.Text.UTF8Encoding(); byte[] Data = encoding.GetBytes(HttpUtility.ConstructQueryString(parameters)); httpRequest = WebRequ...

create smart device cab through msbuild

Is it possible to use an msbuild task to build a smart device project into a cab file for deployment. I've seen a couple of pages on the web: http://guystarbuck.blogspot.com/#115584006223003606 http://blog.opennetcf.com/ctacke/2008/09/18/AutomatingCABFileGenerationWithMSBUILD.aspx but I can't believe that you have to go to that much t...

Pocket IE: Still seems to be caching?

Hi all, I'm having trouble with a particular version of Pocket IE running under Windows Mobile 5.0. Unfortunately, I'm not sure of the exact version numbers. We had a problem whereby this particular 'installation' would return a locally cached version of a page when the wireless network was switched off. Fair enough, no problem. We cle...

How to setup sound intensity on windows mobile ?

I playing a sound file with a custom player, when the mobile goes in suspend mode (because the user pushed the red button) I would like to resume sound intensity when the mobile resume. How can I do ? ...

Any OSTN02 libraries for Windows CE

I'm looking for either some C or C++ source library, or DLL or static libraries that will include Windows CE/Mobile verions, to convert between WGS84 geodetic coordinates and the OSTN02 grid and OSGM02 datum. For the Win32 platforms I already use the Quest libraries, but they have nothing for CE based platforms. I have looked at the Bl...

network monitoring on windows mobile 6

Hi there I am currently trying to write a network monitoring software for windows mobile 6. I googled a lot and some people say that it is not possible to use a NDIS driver or WinPcap or so for monitoring any network interface. Others say that it is possible. Fact is, that I found no exaples, nor any sourcecode on the net. Therefore I...

C# How do you lock columns in a DataGrid on Windows Mobile 5.0?

Hi, I am trying to freeze columns in a DataGrid in C#. By freezing I mean making the column always visible even when horizontal or vertical scrolling occurs(as in Excel). My target platform is Windows Mobile 5.0 with 2.0 .Net Framework. Is there any easy way to do this? Thanks, Mark ...

How can I create a finger scrollable Textbox in WM 6.5?

Hi everybody. I just noticed something weird in WM 6.5 emulators. Unlike 6.1 where finger panning kind of worked, the only way to scroll a Textbox appears to be through scrollbars. This behaviour is in contrast to what they have done for comboboxes: they are now gesture-friendly without the programmer's intervention. I.e. the user can ...

Transferring Data Between Server and Client (Mobile)

Scenario: Client (Mobile) - .Net CF 2.0, SQL CE 3.0 Server - .Net 2.0, SQL Server 2005, Web Service Client and Server database schemas differ. From server - only certain columns from certain tables need to be synced. From client - everything will need to be synced once client has made changes. Client will continually poll a web ser...