Answer Questions
roadmaster HTTPS Problem
Hi, My application needs to connect to an https site in an intranet. I had tried almost all the solutions available on net, but nothing works for me. I am using the proxy authentication also. My application is successfully connecting to an http site and is getting response, but when i connect to an https site it is giving error stating that "Could not establish a Secure channel SSL/TSL". Secure channel failure. When i connect to ...Show All
Tanvir COM issues
Hi. I am not exactly using C++ but using native/PInvoke calls from C#. I believe this would be more appropriate forum in asking this question. I have an MDA Vario with WM5. I am having trouble with trying to send data/set comm state to COM4. PLEASE help. I can get a VALID handle using CreateFile, no sharing, write only Firstly, I need to GetCommState so I can set the baud rate etc... I create a DCB and then: ...Show All
Hugo Oliveira GPS receiver conncet to windows mobile 5.0 SDK smartphone emulator problem
Hi everybody: I use gps receiver conncet to windows mobile 5.0 SDK smartphone emulator and I write vb.net code to read gps data but can't read data from gps receiver so can someone tell me windows mobile 5.0 SDK smartphone emulator support GPS receiver thanks! Your question is pretty vague. Are you using GPS: or COM1: Have you configured the emulator to bind ...Show All
capriono Unable to use Media Player Control on PPC 5.0 Emulator
Folks, I'm trying to use Media player control in a web based application. I'm able to run the media file directly, if I store the file in PPC (storage card) but if I try to play the same file using a web based application and the media control it does'nt play. Here is the asx file I'm using <ASX VERSION = "3.0"><TITLE>Demo</TITLE><ENTRY><STARTTIME VALUE="00:00:00"/><REF HREF="mms://xxx/yyy"/></ENTRY ...Show All
Dino Viehland CameraCaptureDialog
Has anyone used the CameraCaptureDialog successfully on a PDA with camera to capture an image to a file I tried the following code on my O2 Atom (running Windows Mobile 5.0) but all I get is a static image in the dialog. After clicking OK in the dialog, nothing happens. The image is not saved (which should not be the case). Doing a trace in debug mode shows that the FileName property is an empty string immediately after the ShowDialog() call ...Show All
M.Ghareb Trying to send a message to a control, whats wrong with this code?
Good day, I'm trying to send a message to a control using this code... but somethings wrong with it... Is this even possible Thanks. Code Below: [DllImport("coredll.dll")] private static extern IntPtr GetCapture(); numericControl.Capture = true ; IntPtr Hwnd = GetCapture(); numericControl.Capture = false ; Message msg1 = Message.Create(Hwnd,0x0201,(IntPtr)(1),(IntPtr)(1)); MessageW ...Show All
z1000 TAPI, TSP, LINE_APPNEWCALL
We are writing a TAPI project for a WinMobile Smartphone. The program answer an incomming call upon receiving a LINE_APPNEWCALL message. But WinCE also try to answer the call. How is it possible to block the standard behavior of the Operating System to answer an incomming call How can I kill this process on a Windows Mobile 2003 device Have you sample code Thanks TQ Th ...Show All
kcabral1 detect cradle connection in wm5
Hi, I am using VS2005 VC++ to detect the cradle USB connection, below is my code: DWORD lpcb; DWORD lpcConnections; RASCONN rasconn; bool _returnvalue = false ; rasconn.dwSize = sizeof (RASCONN); lpcb = sizeof (RASCONN); LPRASCONN lp = &rasconn; DWORD ret = RasEnumConnections(lp, &lpcb, &lpcConnections ); CString _a; _a.Format(L "ret=%i" ,ret); AfxMessageBox(_a); _a.Format(L " lpc=%i ...Show All
Marcelo Paiva Migrating Microsoft eMbedded Visual C++ Projects to Visual Studio 2005
I just saw the article " Migrating Microsoft eMbedded Visual C++ Projects to Visual Studio 2005" at http://msdn.microsoft.com/mobility/default.aspx pull=/library/en-us/dnppcgen/html/migrating_evc_vs2005.asp and cannot follow the instruction for upgrading a project with the upgrade wizard. When I reach step 5 and click Ok, I get the message: "The selected file cannot be opened as a solution or project. Please select a sol ...Show All
Dipsy156323 Pocket pc for example need
pocket pc (hp ipaq 6315) needed sample code. help me is form1 ten form2 connection Sample to do what eagle1 flies over moon2 at midnight! I don't understand you, explain more please... ...Show All
David 111 VPN support in Windows Mobile 5.0 Pocket PC emulator?
I installed Visual Studio 2005 beta 2 and used the included Device Emulator. With the Pocket PC 2003 SE image I can connect to a VPN server. With the Windows Mobile 5.0 Pocket PC image I don't have such luck. I configure a VPN connection the exact same way is with Pocket PC 2003 and the new VPN connection actually shows up in the Connection Manager. However, when I tap the two opposing arrows at the top of the screen the Connectivity window app ...Show All
flinx2222 deploy a smart device application on
I am using VS 2005 beta, and created a smart device windows CE 5.0 project in C#. to make a test run of my application I want to test it on my pc using MicrosoftR WindowsR CE 5.0 Device Emulator which I downloaded and installed. the problem is that device emulator does not show in the window for different deployment applications (only "Windows CE 5.0 device" and different "pocket pc" options shows) when I press F5. I have a copy of Visual Studio ...Show All
Ally Visual Studio 2005 debug
Hi, I just installed Visual Studio 2005 and I noticed that it comes with Windows Mobile 2003 SDK, but I can't find spdps.exe application. I can't use spdps.exe /create /device so I can't debug the application on device. I made changes at project settings ( Authenticode signing ) in order to have the application signed and I can run the application on the device .but I can't debug. The error message I get is : "Unable to start ...Show All
MorenaMx LNK2019 errors
I'm trying to convert a large eVC4 project to VS2005 and am getting hundreds of linker errrors when the main project compiles. I have created small test app and test static lib projects to reproduce the issue: Here's the output: ------ Build started: Project: TestApp, Configuration: Debug Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------ Linking... Searching libraries Searching ..\test_lib\Windows Mobile 5.0 Pocket PC SDK (ARMV ...Show All
peitor Once again Problems with SerialPort class
Hi, we were thinking (hoping) that with SerialPort we get a class solving the problems with the Serial Communications on PocketPCs. But instead it works worse than our own implementation via PInvoke. On thing I allready showed there: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=9794 Now we got a new one! On an IPAQ we have a bluetooth barcode reader. The serial port for BT is Com8 in this case. With our handmade&nbs ...Show All
