Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

4
votes
1answer
186 views

Find out which apps are using Battery Life

My devices are having power issues. The battery is not lasting as long as we would like. There are several components that I could guess are causing the battery issues. Right now the best way I ...
3
votes
2answers
681 views

Windows Mobile - Stop Main Phone App

Is there a way to make Windows Mobile not use the main phone app? I have my own phone app that I want to handle phone transactions for a business device. My app works fine (detects the call and ...
2
votes
2answers
110 views

Does Visual Studio 2005/08/10 replace Embedded Visual C++ 4.0?

In particular we are developing for Intermec CK30/CK31 running Windows CE. We have an existing C++ project that also targets newer devices (running Windows Mobile 5/6). The guy who has left this with ...
2
votes
1answer
328 views

how to perform cold-boot & warm-boot by C# code on windows-mobile 5.0?

How to perform cold-boot & warm-boot using C# for Windows Mobile 5.0? and is there any program that can run command prompt on windows-mobile 5.0 ? thanks in advance
2
votes
1answer
598 views

Change Windows Mobile 5.0 Emulator RAM Size

I can't change the memory size for a Windows Mobile 5.0 emulator. This is what I have tried. In Visual Studio 2008 Professional, I can try to change the RAM size of an Emulator by going to ...
2
votes
1answer
237 views

Set the System Sleep/standby timeout programmatically

I need to set the sleep/standby timeout programmatically for my device. (ie when it sits idle for a while it turns off.) It defaults to 120 and I have a tool that let me change it, but I want to ...
2
votes
3answers
205 views

What native C++ profiling tool do you suggest?

Can anyone suggest a performance analysis tool that runs on win32 on a native c++ app? How about one that runs on Windows Mobile? Thank you.
2
votes
2answers
730 views

Netbeans, mobile development and screen size

I'm looking at prototyping with a HTC Advantage, which runs Windows Mobile 5 and has a screen resolution of 640x480 (or the other way if in portrait). Before anyone jumps in and suggests developing ...
2
votes
3answers
6k views

Compact Framework - OpenNetCf.Net FTP Samples?

I am trying to get the OpenNetCF.Net FTP Components working with my PDA application. I am struggling to get it doing any more than connecting to the server and wondered if anyone knew of any sample ...
2
votes
4answers
8k views

How do I remove the .NET Compact Framework from my Windows Mobile 5 device?

I'm trying to get a number of third party applications to work on my Windows Mobile 5 smartphone. I've installed the latest version (3.5) of the Microsoft.NET Compact Framework, but whenever I run ...
1
vote
1answer
23 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
0answers
65 views

RSA encryption on win mobile 6.5 (using .key file) (c++)

I am writing an application for Windows Mobile 6.5 with RSA encryption. I would like to use public.key file to encrypt data. What tools should I use to do that? I can't find iformation about working ...
1
vote
1answer
157 views

Getting Wireless Network Strength

I'm having difficulty getting the wireless signal strength in a C#, Compact Framework 3.5, Windows Mobile 5 project using OpenNetCF version 2.3. I am aiming to assess the strength of network access ...
1
vote
1answer
134 views

Out of memory .NETCF Windows Mobile 5

We have a .NETCF 3.5 app written in C# where we use some fairly large lists and dictionaries of objects, populated with data from a SQL Server and persisted to SQLCE databases on the device. The ...
1
vote
1answer
96 views

Programmatically disable port on WM5 device?

Is there a way to block incoming connections on a specified port on a windows mobile 5 device, programmatically? I am also using .NET CF 3.5. I specifically am trying to disable PPTP (port 1723) on ...
1
vote
3answers
100 views

Windows Mobile Development: Pocket PC AND Smart Phone or Pocket PC Only?

Developing an application with impressive and a little complex GUI is quite easy for Pocket PC platform. But if I want the same application to run on SmartPhone platform as well, I need to make ...
1
vote
2answers
357 views

Posting In a phpBB Board By a C# Application

I'm going to improve one of my new projects and one of the features that I want to add is the possibility to post a new thread in a phpBB forum board, but it's possible to do this? If it is, how can I ...
1
vote
3answers
78 views

Working With Files

I'm needing to create a application that will read a file, that will be like this: Font = "Courier New" Size = "10" Style = "Bold" As you can see I'm going to use this to set some properties of a ...
1
vote
3answers
3k views

Making a TextBox Transparent

I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.
1
vote
2answers
837 views

It's Possible To Run Windows Mobile 5 SDK In Visual Studio 2008?

I was seeing about Windows Mobile 5 SDK at Microsoft Download Center and I also see some requirements to run it: System Requirements Supported Operating Systems: Windows Server 2003 ...
1
vote
3answers
136 views

In Which Languages Can I Develop For Windows Mobile?

Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project: In which languages can I develop for it(Windows Mobile 5)? Where can I download this ...
1
vote
1answer
411 views

Change language in mobile application

I make application for windows mobile 5 in Visual Studio 2005 in C#. How can change language of my mobile application. I made each form localizable and i have 2 resources files for each form. but i ...
1
vote
1answer
153 views

Can I Sync Pocket Access on Windows 7?

I have to sync a Pocket Access database with Access on the PC. WMDC won't let me do that and ActiveSync won't run on Vista so I can't do it. Works great on XP. Windows 7 has an XP mode. It runs XP ...
1
vote
2answers
138 views

Block phone useage on a Windows Mobile 5 device

I am developing a Windows Mobile app that my company is providing the devices for. We do not want our users to use the phone that is part of the windows mobile device. Does anyone know a way to ...
1
vote
0answers
700 views

C# How do you lock columns in a DataGrid on Windows Mobile 5.0?

I am trying to freeze columns in a DataGrid in C#. By freezing I mean making the column always visible even when horizontal or vertical scrolling occurs(as in Excel). My target platform is Windows ...
1
vote
1answer
2k views

Windows Mobile - Disable Power Button

Has anyone successfully trapped the power/standby button on a WM5 device such that your code prevented users "switching off" even the screen? I have an application that uses the screen in a landscape ...
1
vote
1answer
666 views

How can I fill in a Sharepoint List edit form offline using Windows Mobile 5.0 Quickly?

I need a method for a user to quickly enter info using a Handheld Symbol MC9090 scanner running windows Mobile 5.0 from a power off state Currently it takes approx 1 min from power off state for user ...
0
votes
1answer
14 views

How to stop Treeview nodes appearing differently between WM5 & WM6.5

For some reason treeview nodes appear more spaced out on Windows Mobile 6.5 than on Windows Mobile 5. This is true of both physical devices and when using the emulator. On Windows Mobile 5 On ...
0
votes
0answers
7 views

Set a minimum system date on windows mobile

I need to do a dll to set the minimum date to a mobile device, so when it is restarted the minimum date that appears should be the one I set as minimum. Do you have any idea on how to do this? The ...
0
votes
1answer
74 views

Switching between WiFi and GPRS on Windows Mobile 5.0 and Windows CE

We are trying to switch between WiFi and GPRS depending upon the availability of the network. We are also using OpenNETCF for the network activity. Is there any callback methods available in the ...
0
votes
1answer
53 views

Movable pictures on a map using .net compact framework 2.0 mobile device 5.0

We need to find a way to create a movable (at run time) picture on a map overlay using the .net compact framework 2.0 on 5.0 mobile device. The only choice we have seen so far is flash however given ...
0
votes
0answers
25 views

vb.net delay in response when webservice called from windows mobile

In my application I am using a webservice to update database from Window Mobile. I found that when the webserver is powered off or say database is not attached to SQL etc. Then it takes longer to get ...
0
votes
0answers
65 views

Sim Pin Lock/Unlock in windows mobile pocket pc5.0

How to Lock/Unlock sim pin in windows mobile through Csharp.net
0
votes
1answer
105 views

change default Cursor in Windows Mobile 5 C#

Is it possible to change the default cursor in Windows Mobile 5? I want to change the Cursor to an .ani file. How can I use this to change the cursor? Cursor.Current =
0
votes
2answers
78 views

how to press [Enter] catch the Enter but not to Fall line?

how to press [Enter] - catch the Enter but not to Fall line ? for example, i have this: private void txtPlace_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == ...
0
votes
0answers
16 views

is program that was Written on FW1.1 will work if i install FW3.5 on Windows-Mobile 5.0?

is program that was Written on FW 1.1 will work if i install FW 3.5 on Windows-Mobile 2005 ? thanks in advance
0
votes
0answers
182 views

Downloading .cab files OTA ,using OMA DD

I'm developing a site for my company that allows users to download mobile applications and keep track of them. I use OMA download descriptor to get notified if the applications downloaded and ...
0
votes
1answer
84 views

IDE for Windows Mobile 5.0 Professional

I've been asked to write a piece of code for a Windows Mobile 5.0 Professional device. My day to day code of choice is Java, but I'm up for a challenge, so I'm going to give it a go. So what IDE and ...
0
votes
2answers
361 views

Does the Honeywell D6X00 WinCE5.0 SDK work with Visual Studio 2010?

I'm planning to develop an application targetting the Honeywell Dolphin 6100 running Win CE 5.0. The documentation for the platform SDK and device SDK say that VS2005 is required to use them. I ...
0
votes
1answer
90 views

how to clear & display my cleared form values after an incorrect value has been entered and detected

I am trying to figure out how to clear & display (reset) my cleared form values after an incorrect value has been entered and detected. Currently when I catch an incorrect input, it just sits ...
0
votes
1answer
174 views

Out of Memory on Windows Mobile 5

My application is running out of memory. It runs on an MC70. It happens when I pull a lot of data down from a Web Service. I know I have a lot of data in memory, but I am wondering if there are any ...
0
votes
1answer
186 views

Tell the OS to reload the power timeout values from the registry

I have some code that I am using to update the amount of time the device will wait before going to sleep. I update the registry and then try to tell the OS to reload the value, but it is not working. ...
0
votes
1answer
152 views

is there any C# sample code for updating the time and date on Windows Mobile?

Is there any C# sample code for updating the time and date on Windows Mobile?
0
votes
1answer
70 views

Way to easily lock a file on Windows Mobile

I have a SQL Server CE Database file that gets re-deployed every time I run. This makes testing difficult. The only way I have found that allows me to get around it is to open the database file on ...
0
votes
1answer
79 views

Windows Mobile Sounds Not using Device Speaker

I have bunch of Symbol MC 70 devices. They run Windows Mobile 5. Most of these work just fine, but I have one that is sending the sounds (alarms and such) to the phone rather than the speaker on the ...
0
votes
1answer
259 views

Make VS 2008 Auto Deploy SQL Server CE 3.5 When Debugging on Windows Mobile 5.0 Device

How do you make VS 2008 automatically install SQL Server CE 3.5 when debugging (F5) a CF app on a windows Mobile 5.0 device? VS used to do this automatically, but now it stopped and I don't know why. ...
0
votes
2answers
163 views

Have a workaround for the 1,000 file limit in a directory on windows mobile 5?

I need to download more than 1,000 files into a windows mobile 5 directory located on the storage card. If i copy the files onto the storage card via my desktop there is no problem. But when i try to ...
0
votes
3answers
163 views

Embedded Visual C++/Why is my Symbol Undefined?

I am new to this platform, and I am trying to resolve an issue with existing code that was developed by a contractor many years ago. In Resource.h, I have something that looks like this, where the ...
0
votes
2answers
1k views

Compile Qt application for Windows Mobile 5

I'm trying to compile a small Qt application for windows Mobile 5. so I've few questions: currently i'm using ubuntu 9.10, I've hear some thing about cross-compilation but I din't found a real ...
0
votes
2answers
123 views

Nothing Heard When Using PlaySound

I'm developing a simple appplication to play WAV files using PlaySound, with this code: #region DllImport private enum Flags { SND_SYNC = 0x0000, SND_ASYNC = 0x0001, SND_NODEFAULT = ...

1 2