Tagged Questions

10
votes
2answers
941 views

Detecting USB Connection — C# .Net CF 3.5

I have an application (.Net Compact Framework 3.5) running on a Windows Mobile 6.1 device and I want to detect when the USB connection changes (either something connects or disconnects). I was ...
7
votes
2answers
126 views

Version info not working in Visual Studio 2008 - Compact framework/Win Mobile 6

I am having a hard time getting version info in my assembly/exe. There seem to be a lot of questions regarding this but none help me with resolving the issue. It seems to basic and simple to be able ...
6
votes
1answer
348 views

How do you format an SD card using the Storage Manager API via Windows Mobile 6

Background: I'm trying to create a utility that will allow our customers to easily format an SD card (actually mini-SD) directly on a Windows Mobile 6 device (Intermec CK3). This would be preferred ...
3
votes
2answers
2k views

Reboot Windows Mobile 6.x device programmatically using C#

My HTC HD2 can't be rebooted from OS, just shut down. So I want to write a small program to do that. Is it possible to programmatically reboot Windows Mobile 6.x device using C# (CF version makes no ...
2
votes
1answer
107 views

Programmatically set PIN/Password used to unlock device

Our software allows the users to lock their Windows mobile 6 devices using the following API call. [DllImport("aygshell.dll")] public static extern int SHDeviceLockAndPrompt(); When ...
1
vote
1answer
74 views

How to retain ControlBox UI feel when ControlBox is set to false in COmpact Framework (win mobile)

My forms need to remove the 'x' - (the "smart minimize" - which in fact is not so smart) and the 'OK' button on a few forms. Unfortunately when I do that the little keyboard input icon moves from the ...
1
vote
1answer
79 views

Windows Mobile Wifi Networking After Wake Up From Sleep

I am developing a windows mobile application in c# that makes calls to a web service on a separate thread to the UI. This thread runs every few minutes triggered by a timer. My problem is that if ...
1
vote
1answer
87 views

Windows Mobile intercept notifications

I know how to intercept regular SMS messages. But sometimes I get some special SMS notifications. Notifications are treated differently, it seems that the MessageInterceptor is unable to intercept ...
1
vote
0answers
157 views

Bluetooth with Windows Mobile 6 device emulator

Is there a way I can connect to my Bluetooth dongle from my device emulator? I am using Windows 7 and unfortunately I could not use the FreeBT USB Driver as I couldn't install the driver.
1
vote
0answers
132 views

Posting to Foursquare API fails

I have been working on a Foursquare app for WIndows Mobile 6 (as I still have at least 6months on my contract) I am failing on every attempt to POST data (ie Checkin) so it is not much use. Any ...
1
vote
1answer
385 views

Deploy the application. NET for Windows Mobile 6.x

created in a prjeto. NET Compact Framework 3.5 for Windows Mobile 6.x. I wonder how you do to create the installer (. cab) for this project? How do deploy. NET Framework and SQL CE for Mobile? Given ...
1
vote
1answer
194 views

SetupDLL to remove a folder and a key register

Develop an application on Compact Framework. net 3.5 c# for Windows Mobile 6.x. In uninstalling the application would like to remove some keys in the register and a folder with its contents. ...
1
vote
1answer
179 views

Start dialer process in dotnetcf 2.0 (WM6)

I want to bring up the phone dialer from my application. The app is developed in dot net compact framework 2.0 and targeted to run on Windows Mobile 6 devices. I do not want to initiate and handle ...
1
vote
2answers
2k views

How to start developing Windows mobile applications

I want to write an application for my Windows 6.1 standard smart phone that intercepts incoming SMS messages and auto responds if they match a specific criteria, but despite installing countless SDk's ...
1
vote
0answers
292 views

Windows Mobile 6.1 Outlook Contacts VS Messenger Contacts

So on my phone, in contacts, it has all my outlook contacts with phone numbers as well as all my live messenger contacts. Now some of these contacts are in there twice. So I said to myself "self let's ...
0
votes
1answer
28 views

Windows Mobile Appliacation works in Professional 6.5 Emulator but not in WM 6.5 Device

I am developing a mobile application for WM 6.5. I have a Form with 2 comboboxes and I am binding with database. This working fine in Emulator 6.5 but not in WM 6.5 Device. I also installed CAB ...
0
votes
1answer
18 views

Accessing certificate keystore

How can I access a certificate stored in Windows Mobile 6, through .net compact framework, I mean? Is there something that reminds Capicom?
0
votes
0answers
41 views

WM 6 Treeview Contextmenue for specific node

The .net cf TreeView Control is able to show a contextmenu on Longclick. In WM5 it performs a NodeSelect before opening the Contextmenue, so I was able to determine in ContextMenu.Popup, which Node is ...
0
votes
0answers
57 views

compact framework unhandled exception .net 2.0

There are three posts on SO but none have my answer. Problem using UnhandledException in Windows Mobile app I tried a both solutions Martijn offered. I can't get a custom form to appear with show, ...
0
votes
2answers
136 views

How do I restart my C# Mobile Application?

I read many forums and links like: How do I restart my C# WinForm Application? but all this are for windows not for mobile. How can i restart my mobile application when i catch unhandled exception. ...
0
votes
3answers
147 views

How do I continue running after an unhandled exception?

I have the following code in my application that is running after an unhandled exception: AppDomain.CurrentDomain.UnhandledException += new ...
0
votes
1answer
165 views

Turning Back Light ON in windows CE

Is there any other way to turn ON the backlight in Windows CE?? Presently I am setting the event "PowerManager/ActivityTimer/UserActivity" which eventually keeps back light ON. I also want to monitor ...
0
votes
0answers
32 views

Bitmap dispose windows mobile?

I have created a custom control in compact framework 3.5. I have created also a class for keeping styles.. DisabledStyle , PressedStyle etc.... However each style instance may have a reference to a ...
0
votes
1answer
225 views

How to open a .html file in a smartphone

i have a C# program written on visual studios 2008 windows mobile 6. I want to open a html file in the path @"\My Documents\maptoolkit.html" and after that it will open the mini-opera browser display ...
0
votes
0answers
110 views

Net Application Windows Mobile 6.0 cannot access webservice on IIS7.0 WS2008

I have CFv2.0 VB.net application running on PDA 6.0 accessing webservices all the time for data exchange. Number of PDA's are more then 20 all accessing the webservice on Windows Server 2008 IIS7.0 ...
0
votes
3answers
4k views

Not enough storage is available to complete this operation - Program or Storage memory?

I've been given a Windows Mobile app written in .Net CF 3.5 to fix, and one of the problems is to do with storage. The message 'Not enough storage is available to complete this operation' has ...
0
votes
1answer
180 views

Retrieve the LANGID for French (Canada) on Windows Mobile 6?

I'm writing a script using SOTI Package Manager and I'm trying to find the particular key I can use to retrieve what the current Windows Mobile Regional Setting is for Language. If it's French ...
0
votes
6answers
1k views

Tree Node Checked behavior on a TreeView in Compact Framework 3.5 running on Windows Mobile 6.5

I have been upgrading an existing .NET Windows Mobile application to use the 3.5 version of the compact framework and to run on Windows Mobile 6.5. I have a form with a TreeView. The ...
0
votes
3answers
162 views

Possible to render html in a compact edition mobile 6 phone form?

I am wondering does anyone know if it is possible to render html in a mobile 6 form? The only way I can think that may work is the internal web browser control. I am wondering is there a better way? ...
0
votes
2answers
126 views

Calling Native APIs from Managed Code

I am developing a Windows Mobile application using WM6 SDK. The application is a Managed code (using C#) & I would like to know the steps to be taken in order to call native functions. Thanks for ...
-1
votes
1answer
63 views

How to configure storage card for the Windows Mobile emulator by source code?

How can I programmatically configure a storage card for the Windows Mobile emulator? I'm automating my tests. I can make a cradle and connect. Now I just need to configure the storage card.