| Thread | Last Post | Replies |
|
| shift register | 29 Jul 2008 17:07 GMT | 1 |
Dear All.... I have a question on C/C++ Are same these shift register? var = ( 1 << 2 ); var = ( 2 << 1 );
|
| Is it possible to do a Start up screen animation using animated Gi | 29 Jul 2008 16:18 GMT | 5 |
Usually how is the start up screen for WinCE 5.0 and WinCE 6.0 is being done. Can we use animated Gif to do the start up screen? I tried searching on MSDN, but i see it need IE to play the animated gif. Can i play animated Gif on my dialog?
|
| eVC: sdk question | 29 Jul 2008 09:08 GMT | 6 |
Hi folks, I am trying to compile a project and this appears near the end. The .exe has been created. An application targeting a standard SDK for windows CE .NET and built for the ARMV4I CPU cannot be run on the emulator device. In order to run this
|
| Listing Image Files in C# 2.0 | 23 Jul 2008 19:48 GMT | 5 |
Hello Friends Someone could help me? I need to write a program that lists all images that are stored in my SD Card. I need that my program must make a recursive search in my SD.
|
| Read SMS | 18 Jul 2008 16:17 GMT | 3 |
How do I read the SMS on Cell with Windows Mobile 5.0? Thanks Miky
|
| alignment restrictions | 17 Jul 2008 16:17 GMT | 1 |
Env: eVC++4.00 I wonder how to define a TCHAR[ ] with alignment restrictions? For example, I hope the start address of a TCHAR[100] is with alignment restrictions 256 bytes(bit0~7 are zero).
|
| Virtual driver and power managment | 17 Jul 2008 15:11 GMT | 6 |
Our device (Pidion under WM5) has a built-in serial port. The problem is the following : we open this port and if we switch off the device it's still opened. It seems the driver doesn't handle power managment. To solve this problem, we're trying to write a virtual driver based on ...
|
| fullscreen | 16 Jul 2008 04:37 GMT | 7 |
Env: eVC++4(SP4), Windows embedded CE5.0 SDK, AFLLX800 I made a Dialog based app(MFC). And tried the following two ways to show the app by fullscreen. I tried on both XP emulator and my device AFLLX800, but both failed.
|
| Enable/Disable Network Adapter | 15 Jul 2008 03:50 GMT | 2 |
How can I enable and disable a network adapter in eVC++? SetIFEntry is not good enough. It does not really disables it. Only the TCP. And by using GetInterfaceInfo or GetAdapterInfo, it does not return the
|
| TIMER | 14 Jul 2008 10:49 GMT | 3 |
How do I suspend the TIMER that I have launched with SetTimer? Thanks Miky
|
| BACKGROUND | 14 Jul 2008 08:59 GMT | 2 |
How do I launch in hide mode an exe file with CreateProcess ? Thanks Miky
|
| How to prevent the back key from closing my app | 11 Jul 2008 16:10 GMT | 3 |
All, I am writing an app using VS 2008 for my phone that has Win Mobile 6.1 I think. How could I prevent the back key from closing my app? Thanks in advance.
|
| Add a menu | 08 Jul 2008 05:02 GMT | 1 |
All, How do I add a menu to my app for a smart phone? It is a dialog app. When I run it it has Ok at the bottom. I and menu option beside OK using the resource view. But when I run my app I do not see what I added. Thanks in
|
| wzcsapi and evc++ | 07 Jul 2008 17:01 GMT | 1 |
I'm trying to use a Wifi stick under windows ce 5 on armv4i. I'm working with evc on colibri module. I know that i should use zeroconfig to get some adapter's informations. But i have not these file:
|
| Problem with wmmx in smart device project with VS 2008 | 03 Jul 2008 17:42 GMT | 13 |
I have a smart device project using the Windows Mobile 5 SDK with VS2008. There is a problem with the wmmx intrinsics in VS2008. The high 32 bits of an __m64 variable are incorrect when executing a wmmx instruction.
|