| Thread | Last Post | Replies |
|
| Blocking socket | 22 Feb 2005 16:19 GMT | 2 |
I've created an app with a blocking socket. I have moved recv() out to a worker thread so it'll block until there are data in the receive buffer. Everything seems to be working fine but I'm just curious about using the function select(). It seems that select() can tell you when
|
| Linking eVC4.0 in DOT NET | 22 Feb 2005 16:03 GMT | 1 |
Please help me. If I created a simple Managed C++ DLL and use this dll in VB >NET CF it works fine. But if I make managed code as a wrapper to the unmanaged code it fails.
|
| Multiple modems on WIN CE 4.2 | 22 Feb 2005 04:50 GMT | 2 |
I need to set up multiple modems on a embedded device running ce.net 4.2. At this moment I can only access (using RAS lib) the hayes modem on com 1 which has a registry entry [HKEY_LOCAL_MACHINE\Comm\Hayes Compatible on COM1:]. Is it possible to set up multiple modems on ...
|
| Help, multiple select in listctrl | 21 Feb 2005 23:46 GMT | 1 |
I'm looking for the code to select multiple row in clistctrl by holding the leftbutton. however i can select multiple item IF i drag the empty space at FIRST column or the last empty column,
|
| CEdit OnClick Event | 21 Feb 2005 20:07 GMT | 2 |
Is there anyway to create an OnClick event message for a CEdit control on EVC++? I have seen that for example an EN_SETFOCUS message can be used, but i need to use an OnClick message and use different code on the SetFocus and on the
|
| PS_ENDCAP_ROUND line style in CE | 21 Feb 2005 18:33 GMT | 1 |
I've found that CE (4.2) doesn't support the PS_ENDCAP_ROUND pen style (although that #$*(! contradicting help led me in circles for a while before I found the right topic). If I wanted to draw a line with a rounded end, does anyone have some tips for a _fast_ routine to roll my
|
| Where is webvw.lib for PocketPC ??? | 21 Feb 2005 17:50 GMT | 1 |
Hi guys - I'm trying to use IBrowser2 on a PocketPC 2003 - but I can't find webvw.lib. I have the header webvw.h. Any ideeas?
|
| how to make an icon bigger | 21 Feb 2005 14:02 GMT | 1 |
how can i mak a 32x32 Icon bigger (64x64 for example). I use a Dialogbased app and have picture-boxes to show the icons. If i import a 64x64 pixel icon it is not displayes in my dialog. I can import it as a bitmap, but i lose the transpareny.
|
| how to create a DLL with exports | 21 Feb 2005 12:02 GMT | 3 |
am trying to create a simple DLL in VC and call it from C#, I have not created a dll before and this one gives me a missing method exception when the Message function is called in C#. I can invoke system dll's no problem but I need to create some custom ones so could someone give
|
| eVC 4 does not load project | 20 Feb 2005 08:00 GMT | 2 |
I am having trouble opening a certain eVC4 project on my computer. I have a clean installation of Windows 2000 with all recommended updates (the only additional software are device drivers and tools). I then installed eVC4.exe (235059944 bytes) followed by evc4sp4.exe
|
| Platform builder | 19 Feb 2005 16:03 GMT | 1 |
i'm searching at the msdn website for the download link for platform builder 4.1 for Windows CE.NET. Can anyone help me? I can not find this link. Only updates. Matthias
|
| CListCtrl as report | 18 Feb 2005 19:34 GMT | 2 |
I have a CListCtrl item set up as a report. I have created columns with headers, which can be seen when the app is executed. However I cannot find a way to poulate the individual columns with data.
|
| How make the English Emulator Become Tradtional Chinese Emulator? | 18 Feb 2005 17:03 GMT | 1 |
I am writing PDA application in Window Mobile, and I already downloaded Emulator Images for Windows Mobile Tradtional Chinese Edtion and installed it. But I still cannnot show the chinese on the emulator. I am wondering if there is anyone who know how to make the emulaor become a ...
|
| SetStretchBltMode in Evc++ | 18 Feb 2005 15:54 GMT | 1 |
Him Is SetStretchBltMode() support in EVC. If not is there any equalent function available? Pleas help
|
| How to create a UI THREAD | 17 Feb 2005 17:31 GMT | 3 |
Why it's always harder make things work in Windows CE? I've tried to create a simple UI Thread to show a dialog box, deriving a WinThread class, and inside I overruned the RUN method, and added my dialog box .DOMODAL there.
|