| Thread | Last Post | Replies |
|
| Silent install on WinCE | 31 May 2006 18:05 GMT | 4 |
Is it possible to make an install silent for WinCE, either in the INF file or in the setup DLL? On PPC our installer runs silently, but on WinCE4.2 it prompts the user for an install dir. Thanks,
|
| Hiding the Cursor | 31 May 2006 16:19 GMT | 4 |
I have a platform with a touch screen and don't want to show the cursor. I'm calling ShowCursor(FALSE) in the InitInstance of the App class. We are using the FormView class and are switching in different views depending on what should be displayed. When a new form is switched ...
|
| Option NK of the platform builder | 31 May 2006 15:38 GMT | 1 |
I need the copy file from the ROM in the Storage Card. I have created the file in the platform.bib in this mode : DBTerminale.txt $(_FLATRELEASEDIR)\DBTerminale.txt NK Why I could not copy this file from the ROM in the StorageCard????
|
| Database using eVC++ | 30 May 2006 20:58 GMT | 3 |
The database i need for my application is very elementary. All i need the database is to store some data. For example in my application one of the needs is to store the Theater Name, The Movie thats showing there, The timings -- I will have to do this using a database. I will
|
| study windows mobile 5 | 30 May 2006 20:58 GMT | 3 |
I'm a new one in windows mobile develop, can anyone give me some documents about study it , and what develop tools I need, evc 4.0 or vs.net 2005 ? Thanks .
|
| Use PPC DLLs on WinCE? | 30 May 2006 17:48 GMT | 1 |
I have some old DLLs from a vendor who is unable to find the source. These DLLs were built for HPCPRO, HPC2000 and PPC but I need to use them in an application running on a WinCE4.2 device and a Windows Mobile 2003 SE device. The PPC DLLs work on the WM device but none of them ...
|
| Can VC++ Code Compile into eVC++ | 30 May 2006 07:15 GMT | 2 |
Hi Group I am very much new for this group. I want to know that how can I compile my VC++ code in eVC++. It is huge code and its quite tough to reqrite it again.
|
| Top Level Window Handle | 29 May 2006 23:14 GMT | 1 |
Hi ! How to get TopLevelWindow Handle using Win32 API. Please hele me. Regards
|
| New to Group | 26 May 2006 23:32 GMT | 3 |
Hello Friends, I am New to group. I am having 3 yrs of exp in embedded development, mostly on c and c++. Recently I have given an assgiment to develop an application for wince
|
| Windows CE and ADOCE | 26 May 2006 21:41 GMT | 1 |
I'm working with Windows CE 4.2, and I need to know if ADOCE 3.1 works with it. Apart from that, What is the correct method of installing ADOCE 3.1 both on the device and emulator? Thanks in advance,
|
| Anyone seen this? Axim x50V recently started returning 320x240 as resolution!?!? | 26 May 2006 21:17 GMT | 2 |
I've been working with this device for a few weeks now. Everything was great. Screen size was always coming back as 640x480, which I handed off to my OpenGL-ES setup code to make a window and create my 3D 'world'. All of a sudden, now when I grab the desktop and get its size (or ...
|
| Multicast Socket for Win CE 4.2 / Pocket PC 2003 | 26 May 2006 20:45 GMT | 5 |
We're developing applications using Embedded VC++ 4.0 on Win CE 4.2 platform with target of Pocket PC 2003. I'm trying to develop multicast socket datagram using CAsyncSocket as the base class. I downloaded sample code from web site using CAsyncSocket which runs well on desktop PC. ...
|
| How to check content of a String in evc | 26 May 2006 16:06 GMT | 2 |
Hi, All This is a basic quesiton. I want to check a String content, Since the String is too long. size about 1M. when I debug,the watch windows only display parts of them.
|
| Multithread and timers? | 26 May 2006 02:58 GMT | 6 |
I have project, to process five serial ports communication. I have create five thread to process the data, and create five timers to query the port status(if get data, set event to thread). When I set timer interval value equal to 100 ms, I found the thread not run times as many ...
|
| LocalAlloc problem | 25 May 2006 21:35 GMT | 3 |
Hi,Guys I have met a strange problem.Please help me! I have a project,it runs pretty goods. however, recently, I have received some compalined from customer.
|