|
First
|
Prev |
Next
|
Last
Pages: 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377
CF card disabled by DeviceIoControl Hello, I am reading the serial number of the CF and SD cards in an iPaq hx2415. If I turn the device off and on after reading the serial number of the CF card, I can no longer access the card, except for listing files (in File Explorer). Any attempt to read from or write to the card fails, as does attempting to... 13 Jan 2006 14:34
DirectShow issue with Windows Mobile 5 Hello, I'm trying to play a video file from a C# application (although the same occurs with a win32 application) with the following code: Type ComFilterGraph = Type.GetTypeFromCLSID(Clsid.FilterGraph); Object CoClass = Activator.CreateInstance(ComFilterGraph); if (CoClass != null) { int hr; _GraphBui... 8 Feb 2006 01:33
WinCE500 (WM5.0 PPC) Passthru Driver Example First off, it's been covered here before, but if anybody needs help getting the passthru driver to load on a WM5 Pocket PC, contact me and we can work it out. What I'm looking for is help AFTER getting the bloody thing loaded. The code has barely changed from wince420 to wince500, but even those changes don't ac... 7 Feb 2006 10:28
CSliderCtrl How can I know when user stopped sliding the CSliderCtrl slider in evc 4? I'm trying to catch ON_NOTIFY(NM_RELEASEDCAPTURE, IDC_SLIDER1, OnReleasedcaptureSlider1) but it can't compile (NM_RELEASEDCAPTURE is undeclared identifier). Basically, I want to update my CStatic control with number based on slider po... 5 Jan 2006 08:19
Error WMP can not creat Hi I'm working on displaying media player file. I got one sample source codefor Widows CE. I'm using Windows CE 5.0. This compiles fine but it shows error that's WMP can not create in the statement "CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_PANE_FIRST))". Can anyone tell me how to ... 10 Jan 2006 03:22
CPU busy How can I develop a simple application that uses CPU all the time? Maybe something like this: while (true) 8.3213812328932365 / 34.654232321896; Have you better ideas to occupy CPU more you can? Mhaxx ... 29 Dec 2005 15:16
CeRapiInvoke Folks, I am trying to use CeRapiInvoke with the Windows Mobile 5.0 VGA Pocket PC emulator, without success. My code looks like this: BYTE *pInput=NULL, *pOutput; DWORD numOutputBytes; HRESULT hr=CeRapiInvoke(L"\\Windows\\pdpcshh.dll",L"DoNothing", 0, pInput, &numOutputBytes, &pOutput, NULL, 0); if (SUCCEE... 27 Dec 2005 14:03
LSP issues on WM5.0... I have few questions related to LSP on WM50: 1. SSL LSP and Auto_bind lsp have no ORDER key in the registry, it means any one of them can load on the top. But I always see that Auto_bind getting loaded at the top of SSL LSP. It may be some magic done by MSFT internally. But I am wondering why there is no ORDER... 29 Dec 2005 15:47
CVTRES : fatal error CVT1109: target machine "THUMB" requires "/WI CVTRES : fatal error CVT1109: target machine "THUMB" requires "/WINDOWSCE". I am trying to build a vs2005 pocketpc project for pocketpc 2005 using cygwin makefile. Iam getting the above error, and there is no documentation for the error. Can somebody help me out? ... 12 Dec 2005 01:17
vcard APIs are there any APIs on WM5 that allows : 1) construction of vcard from a contact 2) reading and parsing vcards a quick glance in the SDK documentation turned up zilch. :( i know it's not difficult to write these things (esp #1) but i'd much rather use a built-in API than reinvent the wheel. actually, i lied.... 10 Dec 2005 07:49 |