| Thread | Last Post | Replies |
|
| msmq and multi-threading considerations for windows mobile 5.0 | 15 Jun 2006 06:48 GMT | 4 |
I'm trying to use MSMQ 4.2002 on windows mobile 5.0 Smartphone using functions defined in mq.h header file. I was wondering if MSMQ functions have any limitations when being called in a multi-threaded application?
|
| extracting control panel icons | 14 Jun 2006 22:26 GMT | 1 |
Does anyone know how to retrieve the control panel icons? I can get icons from executables ok but not for control panel applets. Thanks, Andy
|
| Multithreaded Application | 14 Jun 2006 21:17 GMT | 3 |
I am new to multithreaded application development, i am designing an app That will consist of 1) Main GUI app (to display media)
|
| extracting high DPI icons from an executable | 14 Jun 2006 15:17 GMT | 5 |
Im using SHGetFileInfo to retrieve the small and large icons from and executable. Ive recently had to move my application onto another pocktpc which has higher DPI (640x480). Im currently trying to update my application but i cant retrieve the
|
| a serial port write error? | 14 Jun 2006 08:32 GMT | 2 |
I open a serial port, and write to some data, but return value indicate not success, and get the error value(1359D) by GetLastError, who can tell me why? Below is my part code: HANDLE hPort;
|
| Using MAPI to send MMS: Link Errror | 13 Jun 2006 23:27 GMT | 3 |
I am using VS 2005 to create a win32 app that sends MMS messages i have the right header files included in my code #include "cemapi.h" #include "mapix.h"
|
| Craeting a New font in WINCE | 13 Jun 2006 16:23 GMT | 8 |
Hi all, I am working in WINCE. In the WINCE Application, I need to use the BD Hanover Font. But that font is not available in WINCE. So I need to create that font. Is there any way to create the newfonts in WINCE?
|
| setsockopt(IP_MULTICAST_TTL,...) fails. why? | 12 Jun 2006 23:47 GMT | 7 |
I have a program that sends data to a multicast group, however I discovered that it wasn't getting very far on my network because my TTL value was 1. So, I'm trying to increase that value, but not having much success.
|
| Change color to a button. | 12 Jun 2006 16:41 GMT | 1 |
i am using Win CE 4.2 and i have an applicatione developed on eVC++4.0 that use MFC. I use 'OnCtlColor(...)' for change the color of some button. Everything is ok, but migrating in Win CE5.0, the color of the buttons does not change.
|
| Play Mpeg or WMP or Any other movie file | 12 Jun 2006 09:31 GMT | 4 |
Hi Group Can it be possible to play any movie file on emulator directly? I need to write a code which can play any movie file on the emulator directly when it pops up. I dont want select the path of the file after
|
| FTP on headless windows ce 5 device | 10 Jun 2006 02:19 GMT | 3 |
I'm trying to utilise the ftp commands on a headless windows ce device without much success. e.g. status = FtpPutFile(ftpHandle, fileData.cFileName,
|
| When to use MFC, When to use native C++? | 09 Jun 2006 19:45 GMT | 7 |
I am curious, for those that are developing using C++, when do you employ MFC vs sticking to standard/core ansi C++ and it's libraries? For MFC app, are they not much larger (i.e. must the MFC runtime be
|
| Hot sync feature | 09 Jun 2006 18:58 GMT | 1 |
I want to enable or disable the hot sync feature of the palm device. how do i do that programmetically. If any one of you know, please do help me out. in this regard. thanks and regards.
|
| error 80004005 while INITIALIZE sql server CE | 09 Jun 2006 18:02 GMT | 2 |
Initializing replication, gives error 80004005...I am using SQL Authentication on my SQL Server i.e system account. Executing http://10.0.0.10/sql/sscesa20.dl displays "SQL Server CE Server Agent"
|
| Adding newline to edit control | 09 Jun 2006 13:21 GMT | 5 |
I have an application where I need to put some results in a multiline edit control from code. This control is not enabled so the user can not interact with it. what I want to do goes something like: m_DisplayResults.Format(TEXT("Heading
|