windows-mobile

How to develop Windows Mobile apps using C#?

Where can I find tutorials and other beginner-level learning material for developing Windows Mobile apps using C#? Especially helpful would be information on DirectShow for Windows Mobile via C#. ...

Windows Mobile application formatting messed up on Mobile 6 device

I have a Windows Mobile application that was written in Visual Studio 2005 and uses the .NET 2.0 compact framework. This application, when installed on windows Mobile 5 or 6 devices looks the same. However, since I have upgraded to Visual Studio 2008, the application looks fine on Windows Mobile 5 devices, but on 6 devices the interfac...

Is anybody know any free round button for development in Windows-mobile ?

hi Is anybody know any free round button for development in Windows-mobile ? thank's in advance ...

windows mobile: Check if network is available

How do I check if the internet is available on a windows mobile 6.5+ device? Thanks. ...

About Windows Mobile Calling status

My cell use Windows Mobile and I want to develop a calling software, but I don't know how about Calling status in judging. ...

Windows Mobile - extra row space visible at the end of a DataGrid

Hi I have a datagrid in a form in my Windows Mobile application. The datasource is set at run time. While my datasource has 10 records and they are shown properly, if I scroll to the end of the DataGrid, there is a white space towards the end. The size of the white space is the same as the height of a single row. This is annoying. Any ...

Tcp Socket + send() error #10054

Hi, I am working on a sample application which sends file to other device. I have 2 buttons on my window, one is to send and other is to stop file transfer. Send; send the file to destination and Stop: stops the sending process. When I send the multiple files to destination, all files reach destination properly. But if I click send a...

embeddable navigation engine for windows mobile

Hi, I've been working on an order management system for some time, about 1.5 years. It's written in .NET so I use .NET Compact Framework 3.5. All this time I tried different brands and versions of navigation software. In Windows Mobile (both Windows CE and Mobile) I had some problems managing 2 softwares, our application and the navigat...

Need help with HttpWebRequest on a Compact Framework Project

Hi, not so long ago I´ve created a small iphone app for my Daily use. Now I want to port this app to a Windows Mobile Device while using C# and the Compact Framework. But I really have no clue how to use the HttpWebRequest and the msdn doesn´t help me either. I think I have a lag of understanding on how Web Requests work in general. In...

.Net CF / HttpWebRequest and a "WebException was unhandled"

Hello, I´m trying to use a Webservice in a .Net Compact Framework 3.5 Project which has no WSDL and where I have to use HttpWebRequest. I´ve tried my code on 2 Devices and on the Emulator but I get everytime the same Exception and I really don´t get why!? First, my code: internal void SendSms() { HttpWebRequest req = (Http...

window CE forcably delete a DLL

I've got a DLL on my WindowsCE device that I need to delete. (so I can upgrade it), the problem is that I can't do it.. The system will just not let go. NOTE: I wish to Avoid a soft reset. I have removed all reference to the DLL in the registry. I've exited my application. I just can't delete the DLL.. After a soft reset, I can de...

.NET Mobile Apps while Soft/Hard Reset...

Question here is where to find best practices for designing my program and have in mind if user makes a soft or hard reset on the mobile device?! What happens to my program? How i can deal with that? Install in storage card? Having the setup file somewhere and after reset setup again automatically? Any info and help appreciated! Thank y...

meta "viewport" device-width: Wrong width small on Opera Mobile 9.7 (10 works)

For my current mobile web project I use the meta "viewport" tag to instruct the mobile browser to use a scale of 1:1 with the devices' width: <meta name="viewport" content="initial-scale=1.0, width=device-width, height=device-height, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> This works on IE mobile, iPhone Safari and ...

Running a jar file on windows mobile

I have a j2me application. I created a jar file and transferred it to a PDA using windows mobile. But when I click on it trying to execute i get the message: There is no application associated with "filename". Run the application first, then open this file within the application. ...

Embedding IWebbrowser2 ATL interface control in C# windows mobile smart device application

Hi All, We have developed an ATL smart device project for to save the web page locally in windows mobile device. The application uses native IWebbrowser2 ATL interface control to browse the web page and save the web page complete. Now we need to have our UI and other user interface controls to be designed and developed using C# also ...

Delete an sdf file in use?

Hey, Im trying to delete an sdf file in the .NET mobile framework, but I get a "File in use" Exception. How do I disable the file so I can delete it? I want to replace the sdf file with a new sdf file. ...

Windows Mobile notification dialog

I want to show message dialog like system shows me (i.e. when SMS has arrived or Alarm). I have tried using CeSetUserNotificationEx, but i have no idea, why it always return 0 IntPtr and nothing happens. Could you provide me short and working sample of how to do this with C# and .NET Compact Framework 2.0? ...

Connect to ASP.NET Development Server from handheld emulator.

I have a Windows mobile project and a Web Service. I can connect to the dev server with a console app, but not the windows mobile emulator. The emulator can access the network without issue. I have IIS installed. If I deploy the Web Service to the local IIS and update the reference the emulator can connect without issue. Firefox can c...

c# smartdevice - HTTPWEBREQUEST GET vs POST InvalidOperationException

In the code below, DoGet is working very stable. But DoPost throws an uncatcheable InvalidOperationException randomly. I am lost. Any pointers will be of immense help. /* Environment ------------- * NET CF 2.0 * WM 5.0(USA Mobile Pocket PC Emulator) * Windows XP Professional SP2 * VS 2008 */ /* The exception...

SQL Compact performance on device

My SQL Compact database is very simple, with just three tables and a single index on one of the tables (the table with 200k rows; the other two have less than a hundred each). The first time the .sdf file is used by my Compact Framework application on the target Windows Mobile device, the system hangs for well over a minute while "some...