| Thread | Last Post | Replies |
|
| Dialup and network connection - Help needed | 31 Mar 2007 08:10 GMT | 10 |
I selected Dial-Up Connection to define a new connection for my modem connected. In the Remote Networking folder, after double-tapping "Make New Connection",WinCE presents the Make New Connection dialog.
|
| CommandBar Button VS2005 | 30 Mar 2007 16:38 GMT | 1 |
I have migrate a EVC 4 projet to VS2005. Now the CCECommandBar have been replaced by CCommabdBar. After made changed to my project to handle this replacement, the close and help buttons are disabled.
|
| Problem with DirectShow under WinCE | 29 Mar 2007 05:16 GMT | 2 |
Please help to solve the following problem... I use: MS Windows XP Pro SP2, MS Visual Studio 2005 (C++); SDKs installed: Microsoft DirectX SDK, Microsoft Platform SDK for Windows Server 2003 R2, Windows Mobile 5.0 Pocket PC SDK.
|
| I think Problem in Listening | 28 Mar 2007 18:50 GMT | 1 |
Actually, I am running Server Application in Pocket PC Emulator, when i try to communicate with the Client Program which is running in another Emulator on another PC My Program is frozen when the control comes to the accept() of Server
|
| numeric(9,0) problem ? | 28 Mar 2007 03:54 GMT | 2 |
I create a table with Query Analyzer,and insert some records. create table IDPos ( IDPos_ID numeric(38,0) not null, ID_CD nchar(16) not null,
|
| CList Concept | 28 Mar 2007 02:50 GMT | 4 |
I have been using C for quite a long time so the object oriented concept is still a bit alien to me. There fore I just want to clarify the concept of the usage of CList. Below is an example code:
|
| How to detect memory leak and detect who causes a memory leak | 28 Mar 2007 01:52 GMT | 2 |
How can I detect memory leak in a WinCE application. And how do I detect which thread or function is causing it? Are there any recommend ways to resolve the memory leak once detected?
|
| WM5.0 Is there a way to check that the ActiveSync is connected? | 25 Mar 2007 17:11 GMT | 2 |
On the Device side (C++ not managed) I just want to know if the wire is connected? Is it possible ? Thank you
|
| folder selection dialog in embedded vc++ | 23 Mar 2007 12:25 GMT | 2 |
I need to create an application for folder selection dialog. Can anyone give me a sample code for Cfolderdialog inherited from Cfiledialog in embedded vc++ or pls suggest me a method to create a folder selection dialog in Embedded VC++ .
|
| SHBrowseForFolder not working in wince 5.0(x86) processor | 23 Mar 2007 12:24 GMT | 2 |
I need to create an application for folder selection dialog and I have created using SHBrowseForFolder concept.Iam using CEPC with x86 procesor booted with wince 5.0 image. For folder selection dialog I have used the following code
|
| PXA270 and WinCE source code exemple ? | 23 Mar 2007 12:11 GMT | 3 |
I'm a new user with windows CE. I would like to create an application using some pxa270 ressources. I use evc++ for programming. Do you know where i can find source code exemples for some pxa270 function, like I2c, camera interface, ...
|
| Ending a thread? | 22 Mar 2007 17:14 GMT | 6 |
I have a communication thread that is waiting for WaitCommEvent() to return, what would be the best way to exit or stop this thread while it's waiting for a comm event?
|
| Realtime disable start button and clock with registry | 22 Mar 2007 17:08 GMT | 3 |
I have to disable and unable the startbutton and clock on the taskbar. I have to use the registry to do this [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Taskbar] "Desktop"=dword:00000000
|
| Reading Com Port via Tread | 21 Mar 2007 17:35 GMT | 3 |
this ist my part of code. On my XDA 1 (Windows CE 2) the code runs perfekt. Without any changes i get only every 4 seconds a result on my xda 2i (Windows CE 3 se). DWORD PortReadThread(LPVOID lpvoid)
|
| FindResource / SizeofResource problem / ERROR_INVALID_HANDLE | 20 Mar 2007 20:09 GMT | 8 |
I have an exe which loads an DLL. Therefore I check the dll for its version: HMODULE module = ::LoadLibrary(in_dllname); if (!module) return;
|