| Thread | Last Post | Replies |
|
| ListView in report style doesn't draw items | 26 Jul 2006 14:39 GMT | 1 |
in my WM5 app i have a listview control with a few items in one column. It has LVS_EX_CHECKBOXES style, no column header, no sort, single selection. In the list mode it works ok, but when i change style to report it does't draw items. It seems list is loaded, because it
|
| Launch | 26 Jul 2006 14:14 GMT | 1 |
Is it possible to have the information on the LaunchXX of the platform.reg? Thanks in advance Miky
|
| System Properties | 26 Jul 2006 05:06 GMT | 4 |
Hi group I am using MFC application. My requirement is to show system properties on a button Click Event. Please guide me for the coding of it.
|
| eVC4 compile error with new project | 25 Jul 2006 15:52 GMT | 2 |
I just installed eVC4/ppc 2003 sdk/and sp4 and created a new MFC application. When i try to compile it , I get Could not find the file aygshell.h if i comment out the include, my project builds fine. I was just
|
| Dialog-Based Application Menu Question | 24 Jul 2006 19:09 GMT | 5 |
Is it possible to create a menu bar for a dialog based application? I know that evc++ 4.0 does not create a menu for a dialog based application. I developed a dialog based application and wanting to add a menu "Help" etc. Thanks.
|
| Open wmv file? | 24 Jul 2006 09:02 GMT | 1 |
Does anyone knows how to open a wmv file? I have a wmv file on my pcc, and I want to have a button in my dialog application so that when I click on this button, it will launch the media player and play my wmv file. any help is greatly appreciative.
|
| CTime/COleDateTime status | 21 Jul 2006 23:23 GMT | 1 |
Re: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=147311&SiteID=1 Is there going to be an update to solve this problem, or is there one I can request? As I've indicated, the posted work-around
|
| CMD console colors | 21 Jul 2006 16:38 GMT | 2 |
Is it possible to change the background and foreground colours of the CMD.EXE Console Shell on Windows CE.Net? No Console APIs exist but are there any registry settings that may be tweaked? Thanks
|
| Error installing eMbedded Visual C++ 4.0 | 20 Jul 2006 19:51 GMT | 1 |
When I try to install Microsoft eMbedded Visual C++ 4.0, the following error occurs : "your operating system is not supported by eMbedded Visual C++ 4.0. This Product requires Microsoft Windows 2000 or above . This
|
| What's wrong in this code? | 20 Jul 2006 15:59 GMT | 6 |
I want to compile a small programm called eigenmath. I fixed all problems like missing API functions but I still have about 100 errors! Here are a few lines of the build output: D:\EigenmathCE\simfac.cpp(207) : error C2059: syntax error : '('
|
| WS_EX_RIGHTSCROLLBAR - what equal could I use in WinCE instead of that? | 20 Jul 2006 14:30 GMT | 1 |
I've got the problem - WinCE doesn't support this --> WS_EX_RIGHTSCROLLBAR. I'd like to ask you wheter somebody know what else could I use in eVC++. Thank you for your reply, I'll apprecaite it a lot.
|
| Loading data into memory question | 20 Jul 2006 05:06 GMT | 2 |
I am very new at developing using embedded visual c++ 4.0, so please help me. I have a file which contains about 100,000 records, in which each record contains a telephone number (for example: 5551234333). I need to load all the records into the ppc using EVC 4.0. My question is
|
| running batch file at Windows CE 5.0 boot time | 20 Jul 2006 01:04 GMT | 4 |
I want to start a bat file at windows ce startup. I tried to modify "HKEY_LOCAL_MACHINE\init" in the registry but did not work out. I suspect it only accepts exe's. Then I have tried to make small exe application and launch a bat file, but have not succeeded there either. My ...
|
| Calliing of Webservice from Windows Mobile 5.0 | 19 Jul 2006 18:30 GMT | 3 |
I am trying to call webserivce form EMBEDDED VC ++ complier(VS 2005) but it needs some authetication data before seding request to any server machine in network . For that i added code like this CAtlHttpClient& httpClient = aes->CSoapSocketClientT<>::m_socket;
|
| Error 0xC1 - COM Obj | 19 Jul 2006 17:24 GMT | 3 |
I have a COM object to make for ARMV4 CPU. Unfortunately when I try to register the DLL (REGSVR32.EXE) I get this message "Error Code 0xC1 is not Win32 Application". I have two devices with same processor ARM Atlas, the first is OK and the second I have the error message.
|