Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
943 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
127 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
350 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 ...
3
votes
2answers
1k views

picturebox image randomisation C#

i am working on a puzzle slider program and trying to randomize images inside of pictureboxes. I did some research on the internet can't find any examples i could work on. These are my code: ...
2
votes
0answers
49 views

Windows Mobile 6.1 Automated Application Web Deployment

I am working on deploying an application to a mass of windows mobile 6.1 devices and I need to come up with an automated-as-possible solution. I need to do the following tasks: 1. Check Microsoft for ...
2
votes
1answer
108 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 ...
2
votes
1answer
159 views

Mobile Device MAc Address

I have a windows mobile project.I want to get the MAC address or numbers of the device for securitiy of my software. My project is in Windows Ce and Windows Mobile 6 (two project). How can I get the ...
2
votes
2answers
244 views

Best way to write a Mobile 6 app with Visual Studio 2010

I need to write a simple app for a Symbol MC70 scanner My device is loaded with: Microsoft Windows Mobile 6.1 Premium I have VS 2010 Premium on my desktop. When installing the Window Mobile 6 SDK I ...
2
votes
1answer
2k views

How to save HBITMAP as JPG using Win32 Imaging API (Windows Mobile 6+)?

I have created procedures to save window screenshot to file. It works for PNG and BMP, but not for JPG (and GIF). Here is code for capturing HBITMAP: HBITMAP Signature::getScreenHBITMAP() { // get ...
2
votes
2answers
132 views

What is Difference Between Windows Professional and Standard SDK

Please suggest me what is the difference between Windows Professional and Standard SDK? What is the basic Difference between them.
2
votes
2answers
1k views

How do I develop a Windows Mobile application in Visual Studio 2008?

How to make Windows Mobile application in Visual Studio 2008 What is the requirement for that. What Sdk to download. please reply on this.
2
votes
1answer
280 views

CaptureCameraDialog returns OK but does not save (Motorola ES400)

Ok it seems like everyone in the world has issues with CaptureCameraDialog. In my case the result is OK, but when taking the photo there is a MessageBox that says "Error" that appears and disappears ...
2
votes
2answers
535 views

Keep Windows Mobile 6 phone alive

I am making an application for Windows Mobile 6.1 Pocket PC (Touchscreen). I know when a Pocket PC's screen turns off, it goes into a standby mode and applications are pretty much halted in the ...
2
votes
1answer
1k views

Silverlight on Windows Mobile?

Is it possible to develop Silverlight apps to run on Windows Mobile (pre-WP7) devices? I see all around searching on the web - in articles from 2008 and 2009 - that they were adding Silverlight ...
2
votes
1answer
163 views

How do I trap the ENTER key in WM 6.1 using C++

Our barcode scanner application is written in C++ eMbedded V 4.00 and works well on the Motorola MC50 WM5 where the ENTER key is interpreted as an IDOK. We are moving the app to the MC55 with WM6.1 ...
2
votes
3answers
353 views

How to make a GUI that works on all window mobile phones?

Up to now I been using the pda emulator in visual studios 2008 (I am using windows mobile 6.1 professional sdk). So I just dragged and dropped most of my GUI components into the form. In one instance ...
2
votes
1answer
375 views

windows mobile 6 emulator

i am developing some apps in windows mobile 6 on visual studio 8 and i need to show some information in Hebrew but my emulator doesn't show that language ,instead he show very strange chars how do i ...
2
votes
1answer
922 views

WM6 .Net Form Effects C#

I would like to know if it's possible to create nice form effects on the compact framework. My plan is that when a user selects an image on the main form this is opened in a new form, this currently ...
1
vote
1answer
26 views

Toolbox controls not active in VS2008

i install Visual studio 2008 and install windows mobile 5.0 pocket pc SDK to create my own app and deploy it but when i create new project the toolbox controls are not active i don't what is the ...
1
vote
1answer
31 views

Is it possible to develop the same application for Windows Phone 7 and Windows Mobile 6.x without much additional effort?

I have to develop an application for Windows Mobile 6.x and version 7 and my skillset is .net and web based. Since version 7 is not backwards compatible I am thinking that I will end up with a lot ...
1
vote
1answer
153 views

GPS Windows Mobile 6 (using Microsoft.WindowsMobile.Samples.Location;)

well guys, i am part of one team. (I dont have the project yet, i am new). They did a application using gps, problem is it fail sometimes... why? they think gps fails because users has the device in ...
1
vote
2answers
42 views

Detect the internet connection

How to detect if there is an internet connection on windows mobile 6 phone? What is the simplest way?
1
vote
1answer
76 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
80 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
34 views

Is it possible to make so that Windows Mobile would keep some files which were installed from a .cab file after unstallation?

I'm making .cab file for deploying my application on mobile devices (Windows Mobile 6.5). I create it "manually" with cabwiz.exe, because Visual Studio 2008 has problems with CAB projects (they are ...
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
1answer
62 views

GetIdleTime() in Windows CE/WM does not work?

I am trying to get the device IdleTime by calling GetIdleTime() [DllImport("coredll.dll")] static extern int GetIdleTime(); but idle time keeps incrementing even when the device is not idle. I ...
1
vote
0answers
133 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
0answers
87 views

How to find the Data Grid Check Box Column Value in Windows mobile 6.0?

i am using Custom Check Box column for placing Check boxes in Data Grid.please tell me How to find the value of check box column of data grid in windows mobile 6.0?
1
vote
0answers
21 views

How can I put my Windows Mobile 6 software for sale in marcketplace?

Developed a software for managing passwords on your phone. I wonder how I can put it to sell on marcketplace for windows mobile 6? I wonder also if I have to pay something?
1
vote
1answer
386 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
196 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
0answers
60 views

How do I enable 2 network devices on Windows Mobile 6.x?

I need to maintain 2 network connections on a Windows Mobile 6.x. When I plug in with the second USB to Ethernet device, it disables the previous one after about 30 seconds. How do I keep both of them ...
1
vote
2answers
146 views

Code-Signing on WM6.1 Drivers

I've already asked similar question on this issue on stack overflow already, but I believe this part of the issue can be separated into a new question. I've not done mobile development before so the ...
1
vote
1answer
181 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
1answer
358 views

play 3gp videos on windows mobile 5 and 6 from code?

currently im able to play .wmv videos from my application using shell execute which plays it in the windowsmedia player. However I need to be able to play .3gp videos which unfortunately the windows ...
1
vote
3answers
410 views

How can I programmatically drop a Windows Mobile GPRS Connection?

Is there a way to explicitly close a GPRS connection? I'm setting up a connection with ConnectionManager and I've set the cache time to 10 seconds. Anyway after releasing it, the connection is still ...
1
vote
0answers
656 views

Writing USB HID device driver with streaming interface for Windows Mobile 6

see if there's anyone that could give me some useful pointers in this matter. Problem: We have a handheld device running windows mobile 6 that need to communicate with a custom device identifying ...
1
vote
3answers
199 views

Bluetooth txt file byte increases?

i am able to xfer files from 1 mobile device to another. When the sender sends this text file of 8 bytes, the receiver end will become a 256bytes txt file and when i open the contents of the txt file, ...
1
vote
3answers
1k views

bluetooth file send

i'm new to bluetooth development and i found the 32netfeet . Right now i'm able to search for bluetooth devices nearby and connect to them but how do i send a file e.g SendTest.txt? I tried ...
1
vote
1answer
134 views

Am I missing some controls for windows mobile?

I'm a C# developer taking my first steps in Windows Mobile development. I've installed Visual Studio 2008 SP1 and the Windows mobile 6 Pro and Standard SDK's. Now I am trying to create a simple ...
1
vote
1answer
328 views

New to C# and Visual Studio 2008 windows mobile 6.0 sdk

Hi does anyone have great examples or any suggestions on Visual Studio 2008 smart device windows mobile 6.0 project coding examples? I'm new to it and wish to develop an app on accelerometer and on ...
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
1answer
2k views

Windows Mobile 6 Emulator change storage?

How do i change the size of the Windows Mobile 6 Emulator. Its fixed at 32mb. I read this post: http://stackoverflow.com/questions/821720/increasing-windows-mobile-5-emulator-storage But it only ...
1
vote
3answers
481 views

Slow playing of Mp3 in Windows Mobile 6 SndPlaySync

I'm trying to play mp3 files from my winows mobile application using the newly supported mp3-playing function SndPlaySync ( also tried SndPlayAsync ). I made the simplest program, just attached the ...
1
vote
2answers
386 views

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The ...
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 ...
1
vote
3answers
678 views

Controlling the volume while using the SndPlayAsync function on Windows Mobile 6

How on earth can you control the volume of the sound played using SndPlayAsync on Windows Mobile 6?? It seems like no one knows! The documentation doesn't mention anything regarding it... So either ...

1 2 3