|
get HMENU of a command bar Hello, sorry for another new thread of mine. My app has a command bar with two pop-up menu entries. The first is called IDM_APPLICATION and the second IDM_NAVIGATION. To enable or gray a menu entry within the pop-up menu I need EnableMenuItem(hWndMenu, IDM_BACK, MF_ENABLED). The problem is how to get th... 23 Jun 2005 06:29
Sql Server CE 2.0 and Visual Studio 2005 Hi Alls, I have problems with Sql CE API im my Pocket PC project (WTL project ) with Visula Studio 2005 Beta : error LNK2001: unresolved external symbol IID_IDBInitialize . I tried this link http://support.microsoft.com/default.aspx?scid=kb;en-us;825393 without some results. I used those files : #i... 23 Jun 2005 10:37
MSXML load xml file method hang Dear all: I want to use Microsoft XMLParser ,the following is some code . the problem is that when i call m_pXMLDoc->load( ...),my application will hang ,and no information is given . Can someone give me the reason ? What steps did I forget or mistake ? OS Version: Windows Mobile 2003 second edition. Device:... 20 Jun 2005 17:40
SD Card serial number Is there a way to get the serial number of SD/CF card that is currently inserted into the Pocket PC? I've found it with the desktop using IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER. But I can't find this in the Pocket PC docs. thanks in advance, ed ... 18 Jun 2005 22:29
Start Bluetooth c++ Hi ! I would like to start/shutdown automatically Bluetooth in evc++ How ca i do this, i tried to use BthSetMode(BTH_DISCOVERABLE); from bthutil.h but it doesn't work Thanks for help ... 16 Jun 2005 17:57
Emulator Doesn't Run On WindowsXP... Hi all, My WindowsXP messages on each restart : "Devices or applications disabled Virtual PC/Windows CE Emulator' will cause Windows to become unstable. Windows has prevented these drivers from loading." On => http://support.microsoft.com/default.aspx?scid=kb;en-us;883989 temporary solution for this pro... 6 Jun 2005 15:38
EVC.exe 4.0 SP4 crashes at 0x780104ac When I attempt to open a workspace in EVC 4.0 SP4 the IDE crashes with the following dialog: EVC.EXE - Application Error The instruction at "0x780104ac" referenced memory at "0x00000000". The memory could not be "read". This is followed by another error dialog: The instruction at "0x77f8206b" referenced mem... 5 Jun 2005 05:44
How to judge bluetooth driver compatible Microsoft bluetooth stack ? Dear all : I have several wince bluetooth drivers. How to judge whether a driver is compatible with Microsoft bluetooth stack ? PS: I found the following entry in my PPC registry : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\Transports\PCMCIA\AmbiCom,I nc-BT2000E-EE1C] "driver"="bthamb.dll" "baud... 31 May 2005 12:15
Compact Framework SDK and Windows Mobile 5.0 I did some search but couldn't find the answer to this simple question, can someone help me. From Mr. Gate's speak at the Mobile and Embedded Devices Conference, he eluded to the fact that you can now just program ONCE and your application can run on a SmartPhone as well as Pocket PC. Can someone explain to m... 31 May 2005 04:06
Obtain serial handle from tapi I'm using Windows Mobile 2003 SE and QTEK9090 and I do a data connection and I receive from TAPI connect event and in this event I try to obtain serial handle so I run this code DWORD dwsize; LPVARSTRING pVarString; dwsize=sizeof(VARSTRING)+1024; pVarString= (LPVARSTRING) HeapAlloc(m_hheap,HEAP_ZERO_MEMO... 30 May 2005 06:23 |