Questions tagged [windows-mobile-6.5]

Windows mobile 6.5 is an operating system for PDAs and smartphones developed by Microsoft.

389 questions
0
votes
1 answer

Close remaining/other forms in Windows Mobile 6.5 (Flag Clear Top / Pop to Root)

Suppose I have forms A,B and C. I open frmB from frmA by: frmB B = new frmB(); B.show(); And then opens frmC from frmB by: frmC C = new frmC(); C.show(); I do not close forms A and B just in case the user needs to go back to those forms and…
SleepNot
  • 2,982
  • 10
  • 43
  • 72
0
votes
2 answers

Is there a tool like Dependency Walker that can be run on a Windows CE 6.5 mobile device?

I am trying to port an application from eMbedded Visual C++ 4.0 to Visual Studio 2008, and trying to get it to work with a Windows Embeded Handheld (6.5 Professional). I have the compiler errors all fixed, but now I am runnning into an error that…
Mike
  • 186
  • 3
  • 14
0
votes
1 answer

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 dialog, it does open camera, but the they won't…
RoyT
  • 139
  • 1
  • 1
  • 14
0
votes
1 answer

Form layout in Visual Studio 2008 (mobile)

I'm just starting on a quick proof of concept application intended for use on Windows Mobile 6.5 devices. I'm using the Visual Studio 2008 (9.0.21022.8) form designer to create a simple GUI as per the screenshot below. The first problem is that I…
PhilDin
  • 2,802
  • 4
  • 23
  • 38
0
votes
2 answers

How to avoid writing the zero size file to storage card in windows mobile 6.5 device using C#?

I am developing a smart device application in windows mobile 6.5 with .NET CF 3.5 using C#. user will use this application to write xml file to storage card, every day around have 5000 xml files to be written to storage card. but there have a…
0
votes
3 answers

Camera not working on Windows Mobile 6.5

I have an application for Motorola MC9500 series that uses the device camera. I use the following method to init the Imager: Symbol.Generic.Device MyDevice; int i = 0; if (imager == null) { MyDevice =…
user1421786
0
votes
2 answers

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 label.
0
votes
1 answer

ConnectionLinkFailed on GPRS connection

I'm using this sample code by CodeProject to connect to GPRS in a Windows Mobile in C#. I tried the code and it works fine. However, sometimes I get a message saying "ConnectionLinkFailed" and I can't connect to GPRS. I must wait some time in order…
Ignacio Gómez
  • 1,587
  • 4
  • 23
  • 41
0
votes
0 answers

Blank Dialog on MessageBox on Windows Mobile 6.5

I use MessageBox in some moments of my application or ask something to alert the user, but in some situations the MessageBox appears on the screen without the dialog box, showing only the buttons and deterinados cases only shows the message text.…
0
votes
1 answer

How to dial a number programmatically in Pocket PC?

I am creating an app using Pocket VB.NET in VS 2008 for the Windows Mobile 6.5. I have a button on the form. When I tap the button, I want the phone to dial a pre-programmed number. How do I do that?
Venu K
  • 50
  • 8
0
votes
1 answer

Pass value to label variable in Zebra using Windows Mobile

If I have a variable text and QR Code on my pre-made label in my Zebra printer. How could I pass values to the 2 variables using Windows Mobile 6?
SleepNot
  • 2,982
  • 10
  • 43
  • 72
0
votes
2 answers

Prevent button getting focus

I have a solution with several forms, each may have TextBox's/controls and a button to show the SIP (the bottom bar is hidden). When the user clicks my SIP button, the SIP is enabled but the focus is now the button. I want the user to click the…
John Warlow
  • 2,922
  • 1
  • 34
  • 49
0
votes
2 answers

How to make a form draggable in mobile 6.5

I'm developing an aplication for windows mobile 6.5 (c#, .net, compact framework) and i'm having a hard time finding how to drag my form up and down without using the default scroll bar. My form is bigger than the device's screen and i don't want…
Silvério
  • 11
  • 4
0
votes
1 answer

I want to send mail to custom domain email provider in windows mobile application

I want to send mail from my windows mobile application. I have configured new mail account on windows mobile emulator 6.5.3. with custom domain email provider, Now I am able to send and receive mails with that device,And I want to send mail from my…
Iyalarasi.R
  • 41
  • 1
  • 3
  • 7
0
votes
1 answer

Hide the menuBar in Camera capture dialog in windows mobile 6.5

I wanted to hide the menuBar in Camera capture dialog in windows mobile 6.5 development.
Prem Prakash
  • 91
  • 1
  • 6