|
Exception when Running filter graph Hi, I am writing a custom SampleGrabber filter for windows mobile 6. I had a couple of issues with the base classes, as I linked to strmbase.lib in Windows Mobile 6 SDK and the DECLARE_IUNKNOWN macro doesn't work for me, so I had to override the IUnknown interface: STDMETHODIMP QueryInterface(REFIID riid, voi... 17 Jul 2008 06:31
File handle changes Hi, I am working on samsung blackjack || on windows mobile 6. I have patched CreateFile ,ReadFile ,WriteFile and GetFileInformationByHandle file system calls. If i call CreateFile form some app and call readfile subsequently on the handle obtained , it looks like the handle value is changed somehow before it r... 16 Jul 2008 23:21
passing a value to a new form Hi all, Can someone tell me waht is the best way to pass a value to a new form? That is, for instance if I get a value, and ONLY that value is the one that must be used to query a table containing that value as the unique foreign key. The values in the new table must be displayed in that new form. Thanks! ... 16 Jul 2008 15:05
Sync contacts Hi! I am writing a desktop application, which should be capable of syncing contacts/tasks/todos. so far everything is ok: I can map the fields and read the contacts. does anybody know, how to best determin if two contacts are the same? and second: how to detect if changes between contacts have to be synced ... 16 Jul 2008 11:58
How to create Image button with MFC I need a example showing how to create a Image-Button with MFC on windows mobile. thanks ... 16 Jul 2008 11:58
Having both Internet and VPN connection active In my Pocket PC I have a VPN setup and I connect to internet using a 3G SIM Card (HSDPA). The problem is when VPN is connected, if I access a internet page VPN automatically disconnects. Is there a way to keep the VPN connection active all the time? Or Is there way to automatically reconnect the VPN if it g... 16 Jul 2008 03:45
running program on device. I'm very new to use smart device development using C#, so I just want to check if I do it correct way. I just finish my simple hello world on C#, so for me to actually run the hello world on the device itself I basically have to copy the .exe and paste onto the device then execute that .exe file, is that correct? ... 16 Jul 2008 13:00
Sending a XML string from C# app in PPC HI, I am sending a simple xml string ( u can see it in the code) to a PHP script on a server from a C# app. However its not receiving it all . PHP script dumps everything I send to it back to me. When I send the data thru a HTML form with the same string I get the correct output. for instance string is : ... 15 Jul 2008 12:18
Sending a XML string from C# app in PPC HI, I am sending a simple xml string ( u can see it in the code) to a PHP script on a server from a C# app. However its not receiving it all . PHP script dumps everything I send to it back to me. When I send the data thru a HTML form with the same string I get the correct output. for instance string is : <o... 15 Jul 2008 12:18
OnInitMenuPopup problem Hi, i'm developing an app for WM6 Prof using VS2005 C++ and MFC. I have a dialog with a CCommandBar, i use m_dlgCommandBar.InsertMenuBar(IDM_MAINMENU) to insert a menu. Then in the OnInitMenuPopup handler of my dialog i want to check if this menu that i inserted on the CommandBar is hit if so i rebuild the menu... 16 Jul 2008 07:50 |