Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
275 views

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 ...
2
votes
2answers
271 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 ...
1
vote
1answer
77 views

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, ...
1
vote
0answers
368 views

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 ...
1
vote
1answer
673 views

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 ...
1
vote
1answer
74 views

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 ...
1
vote
1answer
323 views

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 ...
1
vote
1answer
333 views

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 ...
1
vote
1answer
407 views

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 ...
1
vote
1answer
153 views

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: <html> <head> <script type="text/javascript" ...
1
vote
2answers
722 views

Question - Setting dynamic HTML using Javascript to iFrames on Windows Mobile 6.1 - IE Mobile6

(excuse me if this is not the right forum to post - i couldn't find anything related to non-native programming and related to this topic) I Am trying to set a dynamic HTML into an iFrame on the ...
1
vote
2answers
278 views

How to use WM2003 binary (dll) on Windows Mobile 6.1 (WM6.1) device ? (PE-loader can't accept old binaries)

Hi! I have an old plugin (as binary, dll), used by my application. It was build for WM2003. And now it crashes the app, if loaded on Windows Mobile 6.1 (WM5 works fine, WM6 too). The source code is ...
0
votes
1answer
22 views

MSXML on Windows mobile 6.1

I am a newbie and could not find any suitable answer on this forum. How can I get MSXML on windows mobile 6.1 device? My project is .Net CF 3.5 based, language C# and would like to XSLT ...
0
votes
1answer
42 views

How to get rowindex in Datagrid in Windows Mobile Application

I want to get row index of DataGrid in Windows Mobile Application Development.There is no property like Rowindex. Then how can we get rowindex. Any one have idea? please share
0
votes
0answers
58 views

When restored after being minimized my form is behind the “task bar” in windows mobile

I have had problems with the behaviour of my windows mobile (6-6.5), compact framework 3.5 application after minimization. I'm running it in full screen and before my problems was that it would dock ...
0
votes
0answers
281 views

Lock / unlock screen on Windows mobile 6.1

We have an application (a C++ .exe and a .net CF application) that run's on Motorola MC70s. The device is restricted using Motorola Appcenter to only allow access to our software and the calendar to ...
0
votes
1answer
153 views

Updating TimeZone from an application on windows mobile 6.1

I am trying to update the TimeZone of the windows mobile device from my application using the OPenNetCF.WindowsCE.SetTimeZoneInformation call. It always sets the timezone to the standard ...
0
votes
1answer
141 views

Is it possible to write a program on windows mobile to simulate a keyboard wedge connection when hooked up via USB

I'm writing an app for the Symbol MC9090Z which is a device running windows mobile 6.1 and is also a bar code / rfid reader. I don't want to get too deep into what I'm doing but at a certain point ...
0
votes
0answers
159 views

Get local time from the cell phone carrier (cell tower) GPRS on a windows mobile device

Here is a previous post to this question Time Sync which I found on the stackoverflow. But this seems to be not working anymore as when I call the getSystemTime using the RIL I get a negative value or ...
0
votes
0answers
246 views

Using ActiveX on Opera Mobile 10

I want to use an ActiveX in Opera Mobile 10 on a windows mobile 6.1 PDA. I've tried this in the head section var DWCtrl = new ActiveXObject("CLSID:7292BC27-A53D-4C1E-92FF-D234BBEB0E59"); I've ...
0
votes
1answer
242 views

Windows Mobile 6.1 - Resizing HTMLControl's Window on Soft Keyboard Show/Hide

So this is a common problem and has been addressed in a few places - not specific for an HTML Control on Windows Mobile 6.1 professional though. So here's my problem A WC_HTML HTML Control created ...
0
votes
2answers
463 views

Windows Mobile - Get Bluetooth MAC Address

How to get Bluetooth MAC address from Windows Mobile? I tried OPENNETCF library but it does not work. Any other code to get Bluetooth MAC address?
0
votes
0answers
356 views

Windows Mobile 6.1 can't run cab files

We have an app we've written for Windows Mobile 6.1. I downloaded it to one of our terminals (a Symbol MC3090) and try to run the cab and it does nothing. But it is not limited to my cab file, this ...
0
votes
1answer
440 views

How to create a Minimize button in WinCE dialog based application

I created a WinCE dialog based application. I want to add minimize option at the top right corner. If i create an MFC dialog based application, a checkbox will be present for Minimize button asking ...
0
votes
2answers
700 views

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 ...
0
votes
0answers
80 views

windows mobile - connection link failed

Windows mobile 6.1 device, attempting to connect via a mobile network and we sometime see the message "Connection Link failed". Can anyone verify what this actually means, I'm beginning to think it ...