| Thread | Last Post | Replies |
|
| Increasing row width in CListCtrl | 30 Nov 2007 11:25 GMT | 2 |
Hi, is there an easy way to increase row height in a CListCtrl, i want my table to fill the screen not just a part of the list control as i have only 3 rows.
|
| Unable to use Debug option in eVC++ 4.0 | 30 Nov 2007 05:07 GMT | 6 |
I am creating a simple application using eVC++ 4.0 My application will call a dll file created using PB 5.0 I am creating a dialog based application. I am unable to use the debug option in eVC++(means unable to use debug, by setting the breakpoint - Go). I am
|
| Setting focus of controls problem | 29 Nov 2007 15:05 GMT | 3 |
Hi, I am developing an MFC app with VS2005 targeted at Smartphone and PPC ( 03, WM5 and 6). I have 3 button controls in my dialog. I have an event handler for the OnKeyDown event in my derived CButton class. I am handling the VK_DOWN key events etc. I want to programatically
|
| Deleteing a registry key | 29 Nov 2007 13:56 GMT | 2 |
I'm having a problem deleting a registry key. The following code returns 2L which is FILE_NOT_FOUND in winerror.h. rc = RegDeleteKey(HKEY_LOCAL_MACHINE, _T("\\init\\Launch50")); Any ideas as to why this is?
|
| FindFirstFile arguments | 29 Nov 2007 13:37 GMT | 4 |
I need to search two diffrents directories (EVC4/PPC 2003). Is it possible to execute the two following instructions in one instruction ? FindFisrtFile(_T("*.ABC"), ... FindFisrtFile(_T("*.DEF"), ...
|
| build arguments for eVC++ | 29 Nov 2007 13:12 GMT | 1 |
I would like to build my eVC++ project from a script, so I would need the complete build command line that eVC uses. However, I cannot find it anywhere. In VS2005, it is written in the build window which is great, but not in eVC. Anyone knows where I can find it? Thanks!
|
| CListCtrl without column headers | 29 Nov 2007 09:59 GMT | 1 |
Hi, I'm developing an MFC app for PPC and SP. On my dialog i want to display a small table of information arranged in rows and columns, just 3 rows and 2 columns. I don't require column headers. I looked at using CListCtrl in Report view, but
|
| Passing parameters to dialog | 28 Nov 2007 19:40 GMT | 9 |
Hi, I'm developing an MFC app for PPC and SP. I want to pass some parameters to a modal dialog box. I can't pass in the constructor. How can i use the CREATESTRUCT parameter to send them to the dialog box. I expect i can pick
|
| Cannot find library | 27 Nov 2007 22:49 GMT | 7 |
I have a question very strange. I have builded with Visual Studio 2005 with WINCE5.0 SDK Standard a project but the EXE file that I have created showes on the my WINCE5.0 device this message: "Cannot find NameProgram.exe (or one of ist components). Make sure the path
|
| add one USB connect to WINCE5.0 platform | 27 Nov 2007 20:08 GMT | 3 |
Recently we want to playback mp3 by external USB connect. So do you know how to implement this function? Whehter we need to re-custom the OS or not? Thanks for you attention! huajun
|
| Screen orientation | 27 Nov 2007 00:47 GMT | 4 |
When the screen is rotated, the arrow keys are not rotated accordingly. Is this documented (mis-)behaviour? When I want to determine the screen orientation, in order to map the arrow keys myself, EnumDisplaySettings does not report the current
|
| Memory mapped files slow read | 26 Nov 2007 23:22 GMT | 4 |
in an application I have a data file containing about 100.000 records of fixed size (the file size is about 20mb), and I'm trying to execute a sequential search comparing a field of that records with some data (I can't change the use of that file, so I can't use database or other ...
|
| WinCE 5.0 Mobile to Wince5.0 STANDARD | 26 Nov 2007 19:47 GMT | 9 |
How do I convert the project from WINCE5.0 Mobile as WINCE5.0 Standard??? If I can to load the application to build for wince.5.0 MOBILE I have a crash..... Thanks
|
| Snmp Extension-Agent | 26 Nov 2007 16:11 GMT | 1 |
I would like to know is it possible to build an Snmp Extension-Agent with EVC 4.0 and the use it with WCE 4.2 .NET? Thanks in advance. Duarte.
|
| wince5.0 to wince4.2 | 23 Nov 2007 16:42 GMT | 1 |
Is it possible to port the project for VisualStudio2005 Mobile wince5.0 in EmbeddedC++ 4.0 FOR WINCE4.2? Thanks
|