| Thread | Last Post | Replies |
|
| WM5.0 - how to cache network credentials - sleep mode | 03 Aug 2007 20:30 GMT | 1 |
Anyone know how to have WM5.0 cache network credentials to be persistent accross sleep mode? Symptom: HH has access to and can browse network share>HH enters sleep mode>User input wakes HH>User has to re-enter network credentials to access network
|
| Dialogs and the amount of memory they need.... | 03 Aug 2007 17:12 GMT | 2 |
have a ppc application written in eVC++. It has about 8 dialogs. If I launch dialog 1 then dialog 2 then dialog 3 then dialog 4 and so on.. the application eventually crashes. BUT
|
| Problems using "IOCTL_NDISUIO_OPEN_DEVICE" on WinCE | 03 Aug 2007 07:56 GMT | 3 |
I am writing an application that scans for the available access points using the NDISUIO calls to the WiFi adapter on a Windows Mobile 5.0. The IOCTL for Open Device "IOCTL_NDISUIO_OPEN_DEVICE" failed with the error "0x00000057". I am not sure what that the Error Code stands for. ...
|
| Today plugin | 03 Aug 2007 05:46 GMT | 1 |
All samples on internet show setting the color of today plugin item like so: SetTextColor(hDC, SendMessage(m_hParentHwnd, TODAYM_GETCOLOR, (WPARAM)TODAYCOLOR_TEXT, NULL));
|
| Grab all hardware buttons like a Kiosk application | 02 Aug 2007 18:13 GMT | 8 |
I'm building a WinCE application that have to run on many WinCE devices. When my application is running I have to lock the user to go around the OS. I searched in web and I found 2 software, but they run on Windows Mobile OS only.
|
| C++/CLI wrapper generator using reflexion | 02 Aug 2007 15:05 GMT | 1 |
I have a lost of C# classes from many DLLs to use from my legacy C++ EXE application. Is there a generator that would use reflexion (for example) to generate a C++/CLI wrapper.
|
| Disable power off on WM5 | 02 Aug 2007 13:32 GMT | 1 |
Is it possible to programmatically temporarily disable a device from being powered off from the power button. I'm using an HP iPAQ hx2495. I have a situation where a problem occurs if the device is turned off while during a short period where some connected hardware is being ...
|
| Data Abort error | 02 Aug 2007 12:26 GMT | 1 |
I have MFC based project, which run on HP iPAQ PDA under Windows Mobile 5. I see the following error in output window of Visual Studio, after exiting my application in debug mode: Data Abort: Thread=832bb640 Proc=80227a00 'MyApp.exe'
|
| ask about CeRapiInvoke in C# | 02 Aug 2007 03:25 GMT | 3 |
Now I call CeRapiInvoke in C#,but the return value is -2147014795 anyway,can any one give me some clue,thank you in advance. the code snippet as following: DllImport("rapi.dll",EntryPoint = "CeRapiInvoke",CharSet = CharSet.Unicode,
|
| CreateThread and lp | 01 Aug 2007 22:21 GMT | 1 |
In the following definition: HANDLE WINAPI CreateThread( LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize,
|
| lost PostMessage | 01 Aug 2007 16:39 GMT | 1 |
In eMbedded VC++ for the Pocket PC, I have defined a global function as follows: #define STARTIT (WM_APP + 9) #define g_StartFn() ::PostMessage(g_hWnd, STARTIT, (LONG_PTR)0, (LONG_PTR)0)
|
| Dialog Application Error, eVC | 01 Aug 2007 16:03 GMT | 7 |
I'm getting an error when my application tries to step over the SHInitDialog function below. The error message is "First-chance exception in Dialog.exe: 0xC0000005: Access Violation."
|
| Can I Debug in Release mode? | 01 Aug 2007 09:43 GMT | 2 |
With my eVC4 IDE set to Debug mode, I can run the application. With my eVC4 IDE set to Release mode, I can build the application, but whenever I try to run it outside of the IDE, it simply stops after the OnInitDiag routine.
|
| variable: AF_BTH (Bluetooth) | 01 Aug 2007 01:53 GMT | 2 |
What values can have the variable AF_BTH which is used for definition of the family address of SOCKET?
|