Questions tagged [pocketpc]

A Pocket PC, abbreviated P/PC or PPC, is also known by Microsoft as a 'Windows Mobile Classic device'. It is a hardware specification for a handheld-sized computer (Personal digital assistant) that runs the Microsoft 'Windows Mobile Classic' operating system. It has some of the capabilities of modern desktop PCs.

https://en.wikipedia.org/wiki/Pocket_PC

180 questions
0
votes
1 answer

How to disable mailto popup in WebBrowser for Pocket PC .NET CF 3.5?

For security reasons, I'm trying to disable the opening of Outlook (or any default mail client) when the user clicks a popup in my subclassed WebBrowser viewing a local html file. I've tried replacing the DocumentText with a version sans the…
John Leehey
  • 22,052
  • 8
  • 61
  • 88
0
votes
1 answer

How to execute PRINT command from windows Pocket PC using Bluetooth (c#)

I want to print from windows pocket PC to my Bluetooth printer.
0
votes
2 answers

Transparent Background controls in PPC programming

You know it is very easy to set transparent background of the control placed on the top of other control in WinForm by using the Parent method in C# like: LabelText.Parent = pictureBox1; But it does not work in the Windows Mobile…
Farid-ur-Rahman
  • 1,809
  • 9
  • 31
  • 47
0
votes
1 answer

Oracle get data from Windows Mobile SDK(Pocket PC)

I am developing a windows app for windows mobile sdk(Pocket PC) on vs2008 with .NET FRAMEWORK 2.0 . I wanna get data from oracle to windows mobile SDK(Pocket PC). I try Oracle SQLite but it wont work. Do you have any suggestions? Thanks.
0
votes
1 answer

how check connection between PPC to WebService?

How do I check the connection between PPC and a web service on the server? I work on FW3.5 C#
Gali
  • 14,511
  • 28
  • 80
  • 105
0
votes
1 answer

Wrapping the Credential Manager API in .NETCF

think I successfully made a managed wrapperclass to the Credential API functions mentioned here with a little help from there At least the Win32-Errorcodes returned from that functions are Zero or other but expected (i.e. 1168 from CredDelete if…
Homer
0
votes
3 answers

Code in Main() reachable or unreachable depending on opening another form

I've some pocket pc app and i'm having a serious problem with it described here: https://stackoverflow.com/questions/472598 . While looking for a solution i tried some actually quite stupid code in Main(): [MTAThread] static void Main() …
agnieszka
  • 14,897
  • 30
  • 95
  • 113
0
votes
1 answer

How to write an alarm program windows mobile app where the time is set by user,,,,,,

i'm trying to write an alarm program for PocketPc 6 emulator and for wince 6.0 ,,,,where the alarm time is set by user and at that pirticular time the win mobile has to give some alert message,,,,, i tried using CeRunAppAtTime and…
George
  • 352
  • 2
  • 5
  • 15
0
votes
0 answers

Make C# Program to windows embadded professional 6.5

I would like to create a C # program to be inserted into a Falcon X3 (that is a barcod with a touch display with installed windows embedded professional 6.5) but when I've copy the project into device and I've tried to open this file it said that i…
0
votes
1 answer

win32 Pocket PC UI with multiple dialogs

Is it possible to develop win32 UI application for Pocket PC with multiple dialogs we need to display each dialog based on user input and hide previous dialog when current dialog is displayed on window. Thanks in advance
0
votes
3 answers

Handling custom messages in windows compact framework 3.5 using windows mobile handheld 6.5 on a POCKETPC

I'm updating an existing application that scans barcodes and is written in VB.net running on windows compact framework 3.5. The scanner is a POCKETPC running windows mobile handheld 6.5. I have added code that uses Asynchronous TCP sockets in a…
John Agar
  • 29
  • 3
0
votes
1 answer

Pocket PC development Mobile 5.0 Symbol MC70

I need to create app for a Symbol MC70 device running Windows Mobile 5.0 I did some searching for a few hours. Where can I get information on Pocket PC development for Windows Mobile 5.0 (MS site on has for Mobile 6.0) Development for this…
Saif Khan
  • 18,402
  • 29
  • 102
  • 147
0
votes
2 answers

API to PocketPC Windows Mobile 6

I have a Ciperlab scanner running Windows Mobile 6 and developing with compact framework 3.5. I need to make a phone call and when the call is complete return to the program where the operator completes the transaction. I have used the Function…
0
votes
0 answers

Exception after upgrading .net compact framework version

I have upgraded my project from .NET 2.0 to .NET 3.5 through visual studio Project-> Upgrade Project . After upgrade when i compile the project i got the error 'The type 'System.Windows.Forms.DataGridTableStyle' exists in both…
user3383301
  • 1,891
  • 3
  • 21
  • 49
0
votes
1 answer

Shift Keys Stays Pressed in Windows Embedded Handheld 6.5 Classic

I'm writing a program for a handheld barcode scanner which uses Windows Embedded Handheld 6.5 Classic. I have added a LinkLabel on my form and have coded it so that when you press Shift and click the link it brings up an input box for you to enter a…
Ste Moore
  • 107
  • 1
  • 10