Answer Questions
dreamlordzwolf where is GPS sample in VB.NET for smartphone
Hi I have been try to call data from my GARMIN 10 GPS to my smartphone MPX220 with no luck , just get nothing from my GPS can connect to the port and the rest is only fog , nothing , :) just something I don’t know what I am doing I can find so many sample good for Pocket PC and few for Smartphone But it is all in C not VB.NET :) I just don’t know how to use C, So if is s ...Show All
Kay2live Device Emulator and connection to Desktop
Can somebody please explain how connection to the desktop is supposed to work, reliably I've tried to get the emulator to connect to the desktop and have gotten it to work, but it's really, really inconsistent. I get it to work and next time I start the emulator it no longer works. Then after futzing around with cradling and uncradling for a while it starts to work again. I'm trying to debug an application with a Web Service which is calling th ...Show All
JonTec7 How to manages two threads by time
Hi all, I'm using the to threads A,B. B needs the result be accepted from A. B cann't start till A finish with a period of time, otherwise it can continue. The serario is : 1. A.Start 2. wait for T seconds. 3. if T be finished then B.Start. Please help. Regards... you could define a boolean which you set to be true when A starts, set it to be false when A finishes, and only start B ...Show All
Jason Lin WebService calling from Pocket PC
Hi all, I have created a hello world web service. I can access using web browser like - http://localhost/TestWebService2/TestWebService2.asmx That is good. I created an Windows application to call that web service. It worked fine. I copied that windows application to other computer in the same network. That windows application worked fine in that computer. It could call that web service from that computer. I created a Pocket PC application t ...Show All
akois WM5 Error:'EXE name' is not a valid Pocket PC application.
Over the past week I've been migrating our projects into VS2005 and recreating project profiles for WM5.0 and with the help of this forum I've been able to work through all the compile/linking issues and all projects are compiling properly now. I still have a bit of work to do in this department however for the most part its complete. My question is I'm attempting to run the exe & dll's on a WM5.0 device and I'm getting this "'E ...Show All
Syran looking for playing video stream
hi.. can i know how to playing a video in pocket pc stream or local i have search this topic but cannot find any answer. Odeyssey software ( http://www.odysseysoftware.com/ ) has a product, CFCOM which they demo with an interface to media player. This is one possibility. If you want to roll your own, you'll need to create a shim DLL which you can p/invoke from managed code which will interace with the WMP COM interface(s) you ...Show All
Andy9 Disable Cert Check on WM5
I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA I am having the same problem. Have setup lots of PPC's to access Server Active Sync with either SBS or non-authorative root certifc ...Show All
Atilla learning c++ for Smart Devices
Hello! I'm a absolute newbee with c++ but i'm a pretty used programmer in both java and c#. I would like to learn c++ native programming, especially for Smart Devices, but I don't know any good place of learning it. So, is there a good tutorial or something for complete newbees where i can learn both c++ and a bit of native Smart Device development in the same time Other suggestions are welcome(no books though, i dont like them)! /Kaldma ...Show All
NormanHH Compact framework 2.0 for Smart Phone
Hi, I have installed Visual Studio 2005 Team Suite Edition (licenced version) in my system. Actually what my question is why the compact framework 2.0 template was not installed for Smart Phone The New Project dialog only displays " Device Application (1.0) " for Smart Phone 2003. But both versions (Device Application 1.0 and 2.0) are displayed for Pocket PC 2003. I can develop application for pocket pc by using Device Applica ...Show All
Matthew Wiggins Detecting a network in C# .NET
What method is recommended to detect a network (either via cradle/wifi etc). Thanks, Jeff. is it possible to differentiate between a GPRS and WiFI connection Is there a way to detect when I enter into a WIFI zone and an IP is issued I'd like the device to alert me when a network is present. The example above is helpful as it allows me to query the device to learn about the network, but unfor ...Show All
Jonathan Sealby pcmcia / compact flash interface
Hi All, I'm trying to find example VC++ code to access the pcmcia/CF interface on a pocket pc. I've developed an add on card for analogue sampling, but now need to access the card. I would like to access the card in memory mode or IO mode (not ATA mode as per a flash disk) I've had a good look around but can't finding anything. Does anyone know where I can find this information. I'm using embedded VC++ v4.0 Thanks, Stephen ...Show All
fddsfsdf convert sdf to xls
How convert my sdf file on xls table Or how could read my sdf file on windows xp Thanks Did you get any error messages Which Edition (Standard, Professional, Team Edition) do you use Accessing a SQL Mobile database works more or less the same as accessing any other Databases from withing VS 2005. The steps are pretty strait forward: - Chosse Menu File->Open->File... - Set Files of type: to SQL Server Mobile database ...Show All
ubsman Cannot connect errors...
Hello, I am trying to get the Device Emulator Preview setup so that I can test some of the new Exchange Mobile settings on one of the PocketPC emulator images. I was able to install the Device Emulator Preview program and extract the PocketPC and SmartPhone images. I do not have Visual Studio installed on my machine. I am able to launch the Pocket PC image with Windows Mobile 5, but I am unable to get the emulated device to connect to my net ...Show All
sunarc RichInk Control Changing the Font
Sorry if this post is a little long. Any help would be appriciated. I am currently using a rich ink control in an application I am working on. I wanted to change the font to courier new but there is no message to change the font for the control. So I grabbed the handle to the child window which contains the text. The problem is that when I write the text to the control initially it is written using the standard system font ...Show All
Gu Xu determining phone location---recieving broadcast messages
I m trying to develop the code for determining the current location of the phone user on smartphone 2003 SE. I m doing native code development--win32 apis. As it should be i want to know the current location (like country city locality) of the user. And i guess broadcast messages is wat I need to determine that. But i m having a hard time finding a way to recieve these messages. I hv googled enough in vain already. Any thread or clue wud b hig ...Show All
