The windows-mobile-6 tag has no wiki summary.
0
votes
1answer
40 views
Get value of battery level OpenNetCF 2.0
I'm working on windows mobile 6.0 project using .NET CF and OpenNET CF.
I'm looking to get the value of the battery from the battery life bar.
Any help please?
0
votes
0answers
8 views
Windows Mobile 6 webservice error
My webservice works well and is consumed and used in various websites.
At the moment we are developing a Windows Mobile 6 project in VS2005 and get the following error when attempting to call the ...
0
votes
0answers
29 views
TMemo issue on Windows Mobile 6.1
I'm writing a very simple terminal application for Windows Mobile. It opens a serial port, and dumps whatever data is coming into a TMemo. The application works just fine on Windows Mobile 5, but on ...
0
votes
1answer
76 views
Symbol.Imaging.Device.AvailableDevices throwing exception in windows mobile 6.5
In windows mobile 6.5 when Symbol.Imaging.Device.AvailableDevices is accessed it is throwing exception as 'IMAGE_FindFirst failed: Can't find PInvoke DLL 'ImgApi32.dll''. Can anyone tell what is ...
0
votes
1answer
26 views
What size should I make the display screen?
I am creating a windows mobile application using forms.
The screen size of the device it will be displayed on is 480x640.
What is the optimal size for a windows form on a display screen of this ...
0
votes
1answer
79 views
communication between windows mobile client and winforms application throw wcf
i created a wcf service to receive gps coordinates from windows mobile 6 client and save them into data base.Every thing works fine but i'm trying to send some configuration from a winforms ...
0
votes
1answer
40 views
How to catch F1 and F2 in windows mobile 6?
how can I catch F2 and F1 in my device?
I have to use it in my application but it doesnt work
Thanks,
0
votes
1answer
55 views
Infrared command with pocket pc
i have an infrared remote control and i want replace this with my PPC.
My Mitac P550 has an infrared serial port but i dont know how to retrieve and resend the sequence of byte.....
It's possible get ...
1
vote
1answer
54 views
Running a code profiler on Windows Mobile device
I am trying to write a COM server that employs the .NET profiling API. This COM server will run on Windows Mobile 6 devices. The purpose of this COM server is to profile .NET applications running on ...
0
votes
1answer
150 views
Retrieve NMEA data in windows mobile 6
I want retrieve data from my integrated gps hardware..i've read more post on stackoverflow but i don't found the c# source code. Thanks a lot...
0
votes
1answer
44 views
UI library for Windows Mobile 6
I need some help finding a graphic library for Windows Mobile 6 with a control to answer some quick Yes/No questions.
Something like what's shown here
Also, I need to do something like this.
I ...
0
votes
1answer
174 views
windows mobile camera frozen
I'm developing a windows mobile 6 application that allows user to take image and send it back to server. It works fine, but sometimes, users tell me that when they press the button which opens camera ...
0
votes
2answers
164 views
How to Change height of label dynamically in windows mobile 6.5
In my app i will get text from server whose length is unknown. can some one give idea for how to change the height of label so that the text will not get cutted off if is larger than the length of ...
0
votes
1answer
336 views
connect Mysql server with windows mobile 6
i am developing a application for windows mobile 6 device. i want to update its database with Mysql server database but unfortunately this device have not any network connection facility. so i have to ...
-1
votes
5answers
1k views
retrieve value from database and assign it in to string variable C#
i want to retrieve value from table.. please gys help me..
the thing is i want to get that value and check it with a string value so please help me..
this code is not working
SqlCeCommand cmd1 = ...
1
vote
0answers
38 views
Using a external Spinner control in Windows Mobile 6.0
I am using slideUI controls in my project . There is a spinner control which is used as wait cursor. I want to display the spinner when I load data in a List.
But when I try to display the spinner it ...
2
votes
3answers
143 views
How can I know if this method is supported in Windows Mobile?
There are some classes (of the .NET framework 3.5) that contain some methods that are supported in .NET Compact Framework, and some methods that are not supported. There are also some classes that ...
1
vote
1answer
286 views
Read and Write all bytes of/in a file in Windows Mobile
I need to read all bytes of a file and write this byte array to another file. I.e. I need the same behavior of File.ReadAllBytes and File.WriteAllBytes in Windows Mobile 6.1.
What is the fastest ...
0
votes
1answer
158 views
How to detect and prevent screen locking when power button is pressed in windows mobile phone 6?
In my windows mobile phone 6 application, I want to detect the power button press event and prevent it from locking my phone screen. Is it possible in windows mobile phone 6? Can anybody please guide ...
4
votes
1answer
134 views
how to detect if windows mobile device has camera ? c#
how I can detect if the device has a camera before calling the method camera.showDialog ();?
0
votes
1answer
183 views
Motorola HandHeld Terminal MC75A does not Respond
I'm developing some project with Motorola MC75A. But I have some problem. I added barcode control to page and EnableScanner properties=false.
When I change barcode's properties EnableScanner=True and ...
0
votes
1answer
80 views
i want to add flash file in my windows mobile application.
I am developing application in vb.net. please help me how to add a flash file in my application.
0
votes
3answers
426 views
how to use camera in windows mobile 6 application
I am creating windows mobile 6.5 application . In that application i have to use camera operations like picture and video.
There is a form which contains two buttons one for picture and other for ...
0
votes
1answer
250 views
Window media player in windows mobile 6 application developement
I am developing windows mobile 6.5 application, in which i have to use window media player
to play videos in the application.
Please help me or give reference of any website which contains ...
0
votes
2answers
375 views
How to disable close button of windows mobile 6.5 forms
I m creating a windows mobile application. In the application i do not want to show the
close button of form (That appears on the top right corner of the screen)
Is there any way to do this?
Any ...
0
votes
1answer
106 views
How to put tab on top in windows mobile 6.5
I m creating a windows mobile application. In the application i have a tab control , by default the position of tab page menu is comming at buttom but i wanted it on top.
Is there any way to do it.
...
0
votes
1answer
256 views
How to Create pop up screen on windows mobile 6.5
I'm very new to creating Windows Mobile applications. I have a Submit button on a form and at the button click I want to open a small popup that overlaps the current window with checkbox and button. ...
0
votes
1answer
122 views
How can I view STDOUT from Windows Mobile 6 in Visual Studio?
I'm doing debugging of a Windows Mobile 6.5 application, using Visual Studio 2008, and it'd be nice if I could get console output while the program runs. How can I read the output of printf, from code ...
0
votes
0answers
322 views
How to sign a message using the private key with RSA Algorithm in C#
Background: I have been provided with a private key (XXX.key) and its password. Also, I have an application that was developed for PocketPC that uses windows mobile 6 (.NET Compact Edition 3.5).
...
1
vote
1answer
35 views
How can I make it so the user can quickly change to my application
This is perhaps an elementary topic; I am almost finished with a small data collection application for windows mobile 6.0.
I want the user to be able to change from using my application to another ...
2
votes
2answers
115 views
Converting .net compact framework to activex
I have created a solution for a handheld scanner that targets Windows Mobile 6.1. Now I need to know if it's possible to embed this solution into an ActiveX to run on IE8 (not mobile). This is a ...
0
votes
1answer
152 views
Why does windows mobile 6 emulator restart after each new deploy?
When I stop and re-run the debugger in Visual Studio against a Windows Mobile 6 device, the emulator restarts each time making the debugging experience extremely slow. I could understand if I made ...
0
votes
0answers
137 views
Windows Mobile Device connectivity to the SQL Server database through tcpip in the lan
I am using Motorola XR 480 RFID Reader Device.
But i am not able to establish communication to the SqlServer Database hosted on a PC through TCP IP.
Thanks in advance
1
vote
2answers
219 views
Issue loading DLL for VC++ smart device application
I am creating a simple project with VC++ win32 console application and trying to load a dll file using function “LoadLibrary("D:\SRV\RFIDReader.dll");” and I am able load it this way. But when I try ...
0
votes
2answers
454 views
Windows Mobile 6 System.PlatformNotSupportedException
I write small WM 6.1 app which read and write to xml but i get the following exception:
System.PlatformNotSupportedException was unhandled
Message="PlatformNotSupportedException"
StackTrace:
...
2
votes
1answer
224 views
Exporting data to excel mobile
Is there ability to export data from my .netcf application to excel mobile by running excel application as com object and filling sheet using excel object model?
0
votes
1answer
84 views
How Check Applcation Status in windows mobiles?
I need to know the application status i.e app is in resume state,active or any..programatically in windows mobile 5,6,7 OS phones.
Please help me for that...
0
votes
0answers
107 views
How to access logs in windows mobiles?
Any One please tell me how to access logs in windows mobile5,6 and 7 devices?
Like android i need to access the logs in windows mobiles .please tell me idea on this..
0
votes
0answers
31 views
what are the usabilitties of windows mobile 5 and 6? [closed]
I mean what are the features are supported in windows mobile 5 and 6 commonly what are not supported?
0
votes
1answer
121 views
Windows mobile API's Reference link?
Please tell me what are API's are available in windows mobile.tell me the reference links for that.
0
votes
0answers
162 views
CF dll are included in my CAB file
We are developing a WM6 application using CF 2.0 SP2.
We are generating the CAB file using a Smart Device CAB project.
Everything was fine, when all of a sudden, the generated CAB file now includes ...
0
votes
0answers
376 views
Windows Mobile 6 / Web services: Unable to connect to the remote server exception
I use visual studio 2008 and windows mobile 6 professional SDK.
I created an ASP.net web service and then consumed it from WM6 application.
When I run the mobile application I got this exception ...
2
votes
1answer
799 views
JSON .Net Windows Mobile Error when serializing
I am running this bit of code:
string serialized = JsonConvert.SerializeObject(somethingToSend);
And it throws this exception:
MissingMethodException: Could not load type ...
0
votes
1answer
167 views
Textbox text not retrieving due to encoding
I'm using a chinese mobile device which has windows mobile 6.1 to run my .net CF 3.5 application.The problem I'm having is, when I enter text in a custom textbox, I see empty spaces in textbox.text in ...
0
votes
1answer
180 views
Any alternative to Jquerymobile in rhodes for Windows Mobile?
I'm building one project for Cross Platforms like ios, Android, Windows Mobile using Rhostudio.
I'm using jQueryMobile to get a nice look and feel.
All the stuffs going well untill, Windows Mobile ...
0
votes
1answer
204 views
Jquery not Working for Windows Mobile in Rhomobile
I have just created one demo project for Windows Mobile 6.0 using Rhostudio. In the first page i'm declaring one input text field with some id let say
<input type="text" id="myTextInput" ...
0
votes
0answers
596 views
.NET CF WebService ObjectDisposedException
I am trying to solve an issue with one of my Smart Device projects (.NET CF 3.5 on Windows Mobile 6.5 Device).
The code tries to make webservice calls continuously to get some data and use it in the ...
1
vote
1answer
269 views
Draw lines in windows mobile
I am using windows mobile and want to draw line or write names in screen?
I searched GDI+ or related but not able to get it done.
How can I draw lines?
My code on mouse down event is as below but its ...
0
votes
1answer
428 views
Vb.net application to run on desktop + windows mobile 6 - Which database to use?
i would like to build an inventory manager application that would have two versions :
1. Would run on the desktop
2. Would run on windows mobile 6
I would like to have both these versions store and ...
0
votes
1answer
93 views
Logging on Windows 6 Mobile application
I want to log events in a windows 6 mobile application.
Am basically looking for an equivalent for Log4Net but for a mobile app. In particular I want to be able to constrain the size of the log.
...

