Pocket PC Questions

1

Recharge Back Up Battery
Hi, I have eten p300 Pocket Pc. I am getting a error “back up battery(internal battery) is low recharge or repleace it”. Can you please tell me how can i recharge or replace it Thanks

Answer Question   |  April 20, 2011  5:22 PM
Mobile, PDA, Pocket PC
asked by:
145 pts.

Pocket PC: How to stop a form from closing
Using C#, on a WinForm, to stop a form from closing, I simply have to put this line in the public Form1(): this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing); and add this bit: public void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e) { if (MessageBox.Show(“Are you sure you want to exit?”, “Confirm exit”, MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1) == DialogResult.No) { e.Cancel = [...]

Answer Question   |  July 29, 2009  9:45 PM
C#, Pocket PC, WinForms
asked by:
85 pts.

Word 2007 Vista & Pocket PC – Can’t open or save Files to Pocket PC
Hello, I am using Windows Vista & Word 2007 + a Pocket PC-Smartphone. When I used Word 2003 I could create files & save them to my phone. Now that I’m using Word 2007, it wont let me save files to the phone, though I can open files CREATED on the phone. What am I [...]

Answer Question   |  June 17, 2009  11:56 AM
Microsoft Word, Microsoft Word 2007, Mobile devices, Pocket PC, Vista, Word 2007
asked by:
15 pts.

A Socket Connection was Attempted to an Unreachable Host
Hi, i am getting this Ureachable Exception when connecting From Pocket PC Application To Desktop Application through Scoket. But The same is Working with Wondows Form Application.Not Working with PockePC Application. I can’t Understand this. Please tell me How to solve This Problem

Answer Question   |  February 16, 2009  5:38 AM
Mobile development, Network connectivity, Pocket PC, Socket error, Unreachable host, Windows Forms
asked by:
5 pts.

Assign webmail, tasks etc to personal folders in Outlook 2007
I’m in a small setting using Office Live Small Business for e-mail and Outlook Connector to syncronize it with Outlook. My users (myself and three others) had Outlook 2003 so that all incomming mail went to the personal folders. As a result so did all tasks, contacts and calendar items. (Tools / Email Accounts / [...]

Answer Question   |  December 3, 2008  8:54 PM
Office Live, Outlook, Outlook 2007, Outlook Connector, Outlook folders, Outlook Web Access, Pocket PC
asked by:
5 pts.

Pocket PC not able to send email with ActiveSync and Exchange 2007
We have installed Exchange 2007 on new server. Having a problem with a Pocket PC running Windows Mobile 6.0 Pro not able to send out email after moving it’s mailbox over from Exchange 2003. Emails that are sent out are somehow getting stuck in the Draft folder on the Exchange 2007 box. I have been [...]

Answer Question   |  September 6, 2008  9:09 AM
ActiveSync, Exchange 2007, Mobile email, Pocket PC, Windows Mobile
asked by:
5 pts.

1