First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
DirectShow WMV Decoder on WM5
Hi all, I am trying to decode a video stream encoded as WMV3 on a Windows Mobile 5.0 device. More precisely, I have a DirectShow filter graph, with as source filter a RTP source that receives WMV3 video from the network. The goal is to render the video data in a video window. I noticed that there is a DMO f... 26 Oct 2006 13:40
Turn on/off the backlight
Hello I want to turn on/off the backlight in my application function and the function must follow the Settings->Backlight->(time value in turn off backlight if device is not used for). I use RegSetValueEx to change the BatteryTimeout value. but it's unuseful unless you reset it. So I search the micro... 20 Oct 2006 08:15
Image in notification bubble
Hi, I would like to have a notification bubble (SHNotificationAdd) with image embedded inside the HTML body. This is not documented but possible since system bubbles have image inside. I have tried with <img src=".."/> tag but it fails. I also tried <object type="image/png"> without any success ... Thanks ... 13 Oct 2006 12:32
ImmGetVirtualKey
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceinternational5/html/wce50lrfimmgetvirtualkey.asp Although the IME sets the virtual-key value to VK_PROCESSKEY after processing a key input message, an application can recover the original virtual-key value with the ImmGetVirtualKey function.... 12 Nov 2006 20:04
RAPI - KillProcess method?
I wanted to stop an application running in Pocket PC. I have started the application using the RAPI methos "CeCreateProcess". I could not find any method in RAPI to kill or stop the process. Please let me know how to stop the process which is created using CeCreateProcess. Thanks Sri ... 26 Sep 2006 05:20
eVC4 to VS 2005 Migration DoModal() failure
I have a Pocket PC 2003 MFC DLL that compiles and works perfectly under eVC++ 4.0. I imported the project into Visual Studio 2005. It compiles fine. The problem is that the dialog box that it is supposed to display does not display at all. After stepping through it I realize that the Dlg.DoModal() is returning ... 21 Sep 2006 01:58
DebugBreak Linker Error
Hi, I am using DebugBreak in my C Code. I compiled with Visual Studio 2005 compiler for arm present in the directory \Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm. But I get the linker error: error LNK2019: unresolved external symbol DebugBreak referenced I have added this to the LIB path... 20 Sep 2006 15:49
Notification bubble position in WM5
Hello, I am using eVC++ 3.0 and my application runs on 2003 and WM5. In WM5.0 notification bubble using SHNotificationAdd() comes up in bottom. How can I show Notification bubble on top just like that in PPC 2002 ? Thank you, Vaquar ... 20 Sep 2006 11:29
Strange error when compiling project
Hi! I am trying to migrate a project from VS2003 to VS2005 but this seems harder than I was hoping for. When I try to compile my project I receive the following error, although it's flagged as a Warning: An internal error occurred in PlatformVerificationTask. System.IO.FileLoadException: Could not load file... 15 Sep 2006 14:47
Example using IShellNotificationCallback
Does anyone have a Shell Notification example that uses the IShellNotificationCallback:OnCommandSelected interface? ... 14 Sep 2006 23:29
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31