Questions tagged [windows-mobile-6.1]

Windows Mobile 6.1 is a minor upgrade to the Windows Mobile 6 platform with various performance enhancements and a redesigned Home screen.

Windows Mobile 6.1 was announced April 1, 2008. It is a minor upgrade to the platform with various performance enhancements and a redesigned Home screen.

Several other changes were also added:

  • threaded SMS
  • full page zooming in Internet Explorer
  • Domain Enroll, a functionality to connect the device to System Center Mobile Device Manager 2008, a product to manage mobile devices
  • "mobile" version of the Microsoft OneNote program
  • interactive "Getting Started" wizard

Windows Mobile 6.1 also had improved bandwidth efficiency in its push-email protocol "Activesync" of "up to 40%".

50 questions
24
votes
3 answers

Value does not fall within the expected range

Error when trying to display the form designer. See picture of the error: Code of the screen: public partial class frmCanalVenda : frmEdit { public frmCanalVenda(CanalVenda canal, Cliente cli) : base(canal) { …
ridermansb
  • 10,779
  • 24
  • 115
  • 226
12
votes
1 answer

What version of Visual Studio do I need to develop Windows Mobile 6.1 apps?

What version of Visual Studio do I need to develop Windows Mobile 6.1 apps? I wish to write an application for a device running Windows Mobile 6.1 with Visual Studio. I hear the Express versions of Visual Studio do not support this, but some sites…
Lift
  • 546
  • 2
  • 4
  • 24
4
votes
1 answer

Specific height for div in Mobile Windows 6.1

I always come to stackoverflow to check for answers; however, for the current question I have not found any relevant information yet. I have a Mobile Windows 6.1 PDA and I want to create a simple HTML page for it. I want specific divs of the page to…
3
votes
5 answers

Memory Leak with XmlDocument()

I believe I have memory leak with some of my code that uses the XmlDocument class. My program runs on a Windows 6.1.4 device (C#) and reads from a database on another server to see if any programs installed on the device need to be uninstalled and…
Zac
  • 2,325
  • 3
  • 23
  • 33
3
votes
2 answers

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 get this error: I read this article: Windows…
aron
  • 2,856
  • 11
  • 49
  • 79
2
votes
2 answers

How do I kill a Windows Mobile 6.1 forms app process when the form is closed?

In the Program.cs file of the .Net CF 3.5 WinForms program I've written, I launch the app by instantiating a new instance of Form1. Application.Run(new Form1()); When I want to close/exit the application, I override the Form1 FormClosed event so…
2
votes
2 answers

How to ActiveSync Windows Mobile 6 to windows 8

I have some devices with Windows CE 5, CE 6, Windows Mobile 6.1 and 6.5. Synchronizing with ActiveSycn 4.5 on XP and Windows 7 I have no problems. Now I'm facing the new Windows 8 and I cannot connect. Does anyone know how to connect?
1
vote
1 answer

Opening Window mobile 6 professional emulator

I make a window mobile application using ms visual studio 2005 professional. Could I run this application in emulator without installing Visual Studio? If I run this in visual studio 2008 or 2010, is there any difference?
1
vote
0 answers

Can't find PInvoke DLL

When I debug the application it works fine. The copy of the debug version residing in Program Files/AppName dir works fine running stand alone on the device. However, the CAB installed version of my app, with the DLLs present in the application…
user635028
  • 251
  • 1
  • 5
  • 9
1
vote
1 answer

keybs_event in C# not emulating commas

I have a C# program which is running on a windows mobile 6.1 device. It needs to print out comma delimited lists as keyboard events so that the user can dump them into whatever program is open at the time. However, the keybd_event method is…
solerous
  • 11
  • 2
1
vote
1 answer

TCPListener problem -- C# .Net CF 3.5

I have a windows mobile 6 application that is using TcpListener to start a server and I am unable to get any external connections to be able to connect to the server. The windows mobile device is able to connect to a external server fine, but the…
Chris B
  • 161
  • 2
  • 6
1
vote
1 answer

Application launched using CreateProcess in windows CE doesnt show up in task manager as application

I launch an application in windows CE 3.0 from a C++ dll using the CreateProcess() call. The application that is launched runs as per requirement. But this application is not listed in the task manager as an application. It is only seen when the…
Vicky
  • 1,107
  • 2
  • 13
  • 25
1
vote
1 answer

Building a simple app for Windows Mobile 6.5. Where to start?

I'm trying to build a small application for Windows Mobile 6.5 that has a simple menu interface with options. Based on the option the user selects the application goes ahead and overwrites a configuration file stored somewhere in the device. It…
1
vote
1 answer

Check & Connect to 3G Under Compact Framework

I'm developing a compact-framework application for a Windows Mobile device to work with SQLServer Server trough 3G. The problem is that the device disconnects automatically from 3G after some idle time, and i have reconnect manually, this is not bad…
sh4
  • 1,217
  • 13
  • 20
1
vote
2 answers

IEMobile 7.11 with external Javascript?

I'm trying to work with a windows mobile 6.1 device running IEMobile 7.11 and I'm trying to load external javascript as such: ');…
Petrogad
  • 4,405
  • 5
  • 38
  • 77
1
2 3 4