|
Programmatically connect activesync via bluetooth I am developing a Mobile application to schedule synchronization via activesync. I am trying to execute activesync but having it connect via bluetooth programmatically. Is there any direct way to call "Connect via Bluetooth" in code? I know of ways of starting activesync but it always defaults to the cable con... 18 Jan 2008 01:10
WM 6.0 app priority Hello, I want to know how to prioritize a player application I am running, so that when a call comes I should be able to put it to background. Just as we can do with windows media player. we are able to minimize the windows media player. But my player appliction does not go to the background while it is playi... 18 Jan 2008 14:27
Need help "UPnP device on PocketPC" - IUPnPRegistrar Is there anyone who can tell me the "upnphost.dll' COM interface functions on windows mobile 6 works, such as with IUPnPRegistrar methods such as "RegisterRunningDevice(,,,), RegisterDevice(,,,)"? I've got problem registering UPnP device using the interface IUPnPRegistrar and never seen nor heard of the interface... 17 Jan 2008 21:09
SQL Server 2005 Compact Edition running on PC? Hello I have a database on my device which is running with the SQL Server 2005 Compact Edition, and I am using a file to store the database ("db.sdf") Is it possible to copy the whole database to my desktop PC and read it with the Desktop SQL Server 2005? ... 18 Jan 2008 09:47
Registering UPnP device on PocketPC - RegisterRunningDevice() Hi, UPnP experts. I'm building UPnP host device, not a control point, using upnphost.dll on windows mobile professional device 6.0. my works are follows 1. installed upnphost.ARM.cab and upnpctrl.ARM.cab in optional server components for windows mobile 5.0 2. ported UPNP DEVICE sample COM DLL code in "WINCE... 17 Jan 2008 14:54
Registering UPnP device on PocketPC - RegisterRunningDevice Hi, Is there any one who can help me register UPnP device using RegisterRunningDevice() on PocketPC? the function in my code returns error code "80070006." please help me. ... 17 Jan 2008 13:13
Access to UPnP device on pocket pc Hi, Arsalan. I need your help. I'm developing UPnP device on windows mobile. As you removed CoInitializeSecurity() in PocketPC, I did. then I've got stuck in " hr = pReg->RegisterRunningDevice(desDoc,punk,initBSTR,resourcePathBSTR,lifeTime,&DeviceID); " returning "E_HANDLE" Can you help me how to get throu... 17 Jan 2008 13:13
error LNK2019: unresolved external symbol why do I get this error? error LNK2019: unresolved external symbol "public: __cdecl CAdviseSink::CAdviseSink(void)" (??0CAdviseSink@@QAA(a)XZ) from the following code: class CAdviseSink : public IMAPIAdviseSink { public: CAdviseSink(); ~CAdviseSink(); MAPIMETHOD_(ULONG,... 18 Jan 2008 05:12
Message on to desktop from PPC - How? Hai All, How can we display a message from PPC on to its connected desktop when a user performs some action like (clicking of a button in an application i.e running on PPC). Thank U ... 17 Jan 2008 07:23
How NOT to display an application in Task Manager? Hi all Thanks very much for any input! The task manager in Windows Mobile devices show the applications. So an user can kill the apps shown there. I want to prevent the user from seeing my application in the task manager and killing it. Can any one please let me know hot to do that? Thanks Ganesan ... 17 Jan 2008 09:17 |