| Thread | Last Post | Replies |
|
| Help getting help | 10 Aug 2006 12:59 GMT | 2 |
I am having trouble accessing help information. For example, if I do a search on CEPROPVAL I get a page that has links to various database structures but when I click on the link to CEPROPVAL I get a "The page cannot be displayed" error. The information exists in the Platform
|
| Shell_NotifyIcon - icon not displayed in tray / taskbar status are | 10 Aug 2006 05:14 GMT | 1 |
I use the following code in order to place an icon in the tray (also called taskbar status area / windows notification area ....) ----------------------------------------------------- NOTIFYICONDATA niData;
|
| download of Embedded Visual C++ 4.0 is not correct | 09 Aug 2006 17:13 GMT | 1 |
Everytime I try to download Embedded Visual C++ 4.0 on the following site: http://www.microsoft.com/downloads/details.aspx?familyid=1DACDB3D-50D1-41B2-A107 -FA75AE960856&displaylang=en my download aborts with 94MB. Is the source damaged?
|
| trapping alt-tab and other key sequences | 09 Aug 2006 16:44 GMT | 2 |
I need to be able to trap alt-tab, ctl-alt-del and other key sequences that would take the user from our application. Any ideas on how this can be accomplished?
|
| process memory limits | 09 Aug 2006 07:27 GMT | 2 |
I am encountering some problem with the 32Mb limit, we are actually not far from the 32Mb limit, and depending on the driver selected by the user we can break that limit, causing some failled malloc, error while loading dll and so on. is there a way to modify that limit, to load ...
|
| eVC 4 applications | 08 Aug 2006 17:10 GMT | 11 |
Have build a SDK (generated with PB) for my windows CE device. When trying to build an application in eVC I get some error messages like "fatal error C1083: Cannot open include file: 'pkfuncs.h': No such file or directory" and other files it can't find. What could be wrong?
|
| Multicast address on CE 5.0 | 08 Aug 2006 12:37 GMT | 6 |
I have a bare test app for getting multicast up and running, and when compiled on the desktop for XP, it works fine: the socket creates ok, the soket is bound to the correct address and a read thread is launched containing a recvfrom(), socket options are set to join the ...
|
| Time Zone Help | 08 Aug 2006 01:02 GMT | 8 |
I have a question regarding the time zone on ppc 03. I am using eVC++ 4.0 creating a Win32 application. I can not get my application to change the time zone on the ppc03. I have used SetTimeZoneInformation(), but no luck.
|
| HTTP POst | 07 Aug 2006 15:05 GMT | 3 |
How to upload a image /audio file to remote server through HTTP through HTTP post?
|
| MAC address | 04 Aug 2006 20:26 GMT | 2 |
I´m trying to find out the MAC address of an Ethernet adapter in an WinCE embedded device. It has an Windows CE.NET 4.1. I tried to retrieve it´s MAC using the function GetIpNetTable, but it didn´t work. It returned an empty structe. So, does any one known any other practical way ...
|
| ZigBee with Pocket PC | 04 Aug 2006 16:22 GMT | 1 |
I am evaluting ETRX1CF module of Telegesis for wireless communication with otehr Zigbee devices . Is anybody having idea how to work with this technology ....? Waiting for inputs
|
| Process Memory | 04 Aug 2006 08:31 GMT | 5 |
If I want to get the memory using information for each process, which function should I use? (WinCE system) Thanks.
|
| COleDateTime::Format??? | 03 Aug 2006 16:46 GMT | 2 |
i use evc4.0,the code is { COleDateTime t1 = COleDateTime::GetCurrentTime(); CString s;
|
| FTPfindFirstFile blocking. | 03 Aug 2006 09:56 GMT | 1 |
I'm using FTPFindFirstFile and the funcion block, there are no result, just blocking after entring inside the function... Do you know when this function is blocking, which are the reasons (bad parameters, bad wininet?).
|
| loadImage() API | 03 Aug 2006 09:53 GMT | 1 |
I am trying to write an application in which i load an image. I went through the documentation of LoadImage() API But I am having problems in understanding it. I have used it as follows. But without any luck.
|