First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Registry problem
Hi, I'm using vs2005 to create a Cab project for pcoket pc 2003. But I have the problem when building the cab. ERROR: The Windows CE CAB Wizard encountered an error. See the output window for more information. ?Error: Line 113 - unsupported DirID 1 Error: Line 116 - unsupported DirID 1 Error: File c:\do... 25 Aug 2006 03:28
registry mulit string
Hi, I'm using vs2005 to make a Cab file for the pocket pc 2003. I have to register some string for the device. But I would like to know how to add multi string(vsdrvtMultiString)? since I got compile error when i'm doing this config. Thanks! ... 21 Aug 2006 22:40
EDB Object Store for WM 5.0
Hello folks, I can't understand why EDB Object Store is not found in Visual Studio 2005 with WM 5.0 SDK I installed Visual Studio 2005 and then WM 5.0 SDK Then i migrated my project that was built in 2003 environment by Wizard that started to work when i chose old project file. Everything wo... 16 Aug 2006 08:22
DTM_BROWSERDISPATCH not working
Hi, I am trying to get the IDispatch for an HTML Control using the DTM_BROWSERDISPATCH message. Here is some of my code: IDispatch* pDisp = 0; IWebBrowser2* pWebBrowser = 0; SendMessage(hWndHtml, DTM_BROWSERDISPATCH, 0, (LPARAM) pDisp); HRESULT hr = pDisp->QueryInterface(IID_IWebBrowser2, (void**) pWebBrowse... 16 Aug 2006 06:42
Disconnect GPRS internet
const int S_OK = 0; const uint CONNMGR_PARAM_GUIDDESTNET = 0x1; const uint CONNMGR_FLAG_PROXY_HTTP = 0x1; const uint CONNMGR_PRIORITY_USERINTERACTIVE = 0x08000; const uint INFINITE = 0xffffffff; const uint CONNMGR_STATUS_CONNECTED = 0x10; ConnectionInfo ci = new ConnectionInfo(); uint status = 0; IntPtr phCon... 14 Aug 2006 13:47
Datagrid
help! vs 2005 .net vb.net mobile 5.0 pocket pc app datagrid...need ot format columns, center text, format a date column, set column forcolor and font underline etc... help help help... and is the datagridview control available for pocketpc????? -- Mase Yo ... 4 Aug 2006 16:20
GPSGetPosition
Whenever I call GPSGetPosition, I get error code 87 (Invalid Parameter) returned. Does anyone have any idea why that might be? I have defined a global GPS_POSITION structure, and GPSOpenDevice does not return NULL. Basically my program then has a timer which, when triggered, increments a counter (which I displ... 4 Aug 2006 08:15
DeviceIOControl
Hi all, I have the output from DeviceIOControl when trying to take a picture using a camera; something like this: if (DeviceIoControl(Camera_FileHandle, IOCTL_OEM_CAM_CAPTURE, &vinFrame, sizeof(VINFRAMEINFO), Camera_CaptureYUV2, CAMERA_CAPTURE_SIZEBYTES, &cbRet, NULL)) return true; } I can also dump the ... 14 Aug 2006 13:47
mbctype.h Error in VS 2005 for Windows Mobile 5.0 Pocket SDK
I created a new Windows Mobile 5.0 targeted Pocket PC application in Visual Studio 2005, VC++. This appln supports MFC and is a SDI. I did not add any code. In the project settings, by default, the character set is "Use Unicode Character Set". The appln compiles and runs well. I changed it to "Use Multi-Byte Cha... 3 Aug 2006 11:26
WinCE501bException
Hi, i'm currently developing an applicaton on the Pocket Loox with windows 5.0 mobile. I have a strange behaviour that I can't get rid off. My application is building imageButtons (that I've made) depending on database records. So my forms are dynamically created. Everything works fine. But suddenly I ge... 6 Jul 2006 09:40
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31