| Thread | Last Post | Replies |
|
| How to increase the width the of a scrool bar of the ComboBox | 31 Jan 2005 23:21 GMT | 3 |
Hy, I need tho increase the width of a scroll bar of a Combo Box. Only the width of the scroll bar. Thanks a lot.
|
| sockets | 31 Jan 2005 22:36 GMT | 3 |
Does anyone know of a way to get some kind of notification if a socket connection is closed for any reason? So that one could attempt to re-establish the connection before using it again? thanks.
|
| Transparent Icons vs. Subclassed CBitmap? | 31 Jan 2005 19:40 GMT | 2 |
I'm using MFC for CE on a graphics-intense app, and I need to draw lots of little symbols to the screen. I have a lot of symbols that are 64x64, and a lot at 128x128. (I have lots more that don't care about 2 or its powers, but I won't get into that just yet.) I'm currently
|
| set / get value from an editbox | 31 Jan 2005 16:25 GMT | 3 |
it might be a stubid question but I don't find out how to get / set values from an edibox in my code. I use MS eVC++ 4.0 I tried to make a variable to the ID with th class wizzard.
|
| reducing the size of a DLL that uses a statically linked MFC | 31 Jan 2005 16:05 GMT | 3 |
Hi, can I reduce the size of my DLL, which has the MFC statically linked? It only uses CArray and CStrings, but its size is 300kb! Without it, I guess its would be about 120 kb. Is this possible? Thanks!
|
| Which is the best solution for flashing colors in a edit box? | 31 Jan 2005 07:43 GMT | 4 |
Hello guy, i need to flash the background color of an edit box with MFC. Any idea? Thanks a lot.
|
| Problems using a lib file | 30 Jan 2005 17:00 GMT | 1 |
Hi NG! I've got a problem regarding an already existing lib file. How can I use methods from this lib file? I just added the file in the workspace and added the correct path in the Options-->Directories-->Library files.
|
| read/write in file | 29 Jan 2005 23:05 GMT | 1 |
I write my application with EVC++ 4 and I must edit/create files. My question is , what is better WIN API functions (CreateFile, Read/WriteFile) or MFC CFile class ? Why ? Thanks.
|
| inline assembler | 29 Jan 2005 20:18 GMT | 5 |
I am trying to compile the following static void MergeMMX( void *_p_dest, const void *_p_s1, const void *_p_s2, size_t i_bytes ) {
|
| Application Hocks? | 29 Jan 2005 07:35 GMT | 2 |
I posted a message around 3 months ago. It was about adding an application hock to the PPC Notes application, that when the user closes the application it opens a save dialog so that the user saves the note in a certain file and under certain categories that i specify.
|
| about file transfering with WINSOCK | 29 Jan 2005 02:55 GMT | 11 |
Hi, all I have a client app on CE and a server app on desktop PC. I want to transefer files from CE device to desktop PC by WINSOCK. However, the test will be failed if the file transfered is larger than 1MB. I've tested the
|
| Visual Studio .Net library and eVC 4.0 | 29 Jan 2005 00:51 GMT | 2 |
Is there any way possible to link a Visual Studio 2003 .Net dll to a project written in eVC 4.0 for use on mobile ce.net 4.2. I am trying to avoid doing a total rewrite.
|
| CCeSocket usage | 28 Jan 2005 20:25 GMT | 1 |
I'm trying to use the CCeSocket class in a server application. I do get OnAccept and OnReceive messages but I don't get any of the other messages (OnSend, OnConnect, OnClose, etc.) that I believe I should be able to handle. Am I supposed to get these? Does anyone have some ...
|
| MFC or ATL or WTL | 28 Jan 2005 16:43 GMT | 16 |
I have to develop my first serious application in native code (Compact Framework has been excluded for several reasons) that should run over CE.NET 4.2, PocketPC 2003 and future versions (and possibly also over SmartPhones). I wouldn't write code directly with Win APIs, I prefer ...
|
| Poor RS232 throughput for real-time programming | 28 Jan 2005 16:09 GMT | 3 |
Here's my problem: -I have a symbol 2700PPT handheld with windows CE 4.2 -The handheld communicates over RS232 with a custom device with a msp430 processing unit
|