| Thread | Last Post | Replies |
|
| Error with FindFirstFile within Storage Card | 31 Oct 2006 14:44 GMT | 4 |
I’m having an error when calling FindFirstFile within SD Card. I checked the “\Storage Card” directory and I can access it from Explorer. The path is correct, I already checked it. When I use the same source code outside SD Card (like “\Another path”) the method works fine. The ...
|
| No change backlight brightness | 27 Oct 2006 21:49 GMT | 1 |
I am using the code below for changing backlight brightness on iPaqs and works OK. But it don't work on hp ipaq hx2190 with WCE 5.0 Portuguese. I've found that the program that changes the brighness in hx2190 modify the same registry keys, and calls the same BackLightChangeEvent (at ...
|
| EnableShellOpen() for windows mobile | 27 Oct 2006 08:47 GMT | 11 |
I am looking for the equivalent of CWinApp::EnableShellOpen( ) on windows mobile 5.0 platform. I simply want to be able to open a file with my application when selecting it in the Explorer. I did the file type association in the install program (using InstallShield)
|
| AfxMessageBox fixes ALL my problems...should it? | 26 Oct 2006 07:42 GMT | 3 |
My CE4.0 application was crashing sometime after OnInitDialog of my main application's dialog. At first, before working out that it crashed at this point, I created a number of AfxMessageBox() calls throughout my app's InitInstance and
|
| Callbacks into JScript Code from EVC | 26 Oct 2006 02:37 GMT | 3 |
I have a COM object that I Create from a HTML page that needs to callback into JScript code eg. function CreateCOMObject()
|
| convert large_integer | 25 Oct 2006 20:31 GMT | 2 |
I am working with the QueryPerformanceCounter Function, what gives me a Large_integer variable back. How can I convert the variable to double, so that I can work with it (calculation...)? Regards,
|
| does this re-casting work in eVC 3.0? | 25 Oct 2006 17:46 GMT | 2 |
I have the following piece of code defined at the top of the code, before WinMain: struct SerStruct{ BYTE DataString[100];
|
| eVC 4.0 Installation problems / platform manager | 25 Oct 2006 09:03 GMT | 3 |
Hi group I am trying to install eVC 4.0 on a Toshiba Tecra (german XP Pro SP2, 1 GB Ram) First component (withing the eVC setup) to become installed is the
|
| Operate application by 2 usb touchscreens and or mouses | 25 Oct 2006 08:34 GMT | 2 |
I need for my application, Windows CE 5.0 net platform, EVC 4, the ability to work with 2 USB mouse/touch screen device. The working will be one at a time (of course not simultaneous). 1. I need to identify which of the devices send the information mouse
|
| Hyphen acting like minus | 23 Oct 2006 20:34 GMT | 3 |
I am trying to create a static text field in a dialog box that includes a hyphen in the string. If I enter the string like "Bkg - QC1" (not using quotes in the properties box) the QC1 portion of the string does not get displayed. If I set the style to right justified the hyphen ...
|
| Is there a Chart Control available in Embeded VC++ version 4 | 23 Oct 2006 20:33 GMT | 2 |
I need to display some data in a Bar chart format. I am using Embedded VC++ for development. Does any one know of a chart control that can do Bar Chart in Embedded VC ++? If there is a tutorial or an example on how to do charts in Embedded VC++ ? Thank you for your help in advance ...
|
| Relative paths | 23 Oct 2006 13:28 GMT | 1 |
I´m trying to read a file in a C++ aplication. The problem is that i have to put the full path to open it "\Norflash\configuration.xml" instead of only the file "configuration.xml", which is in the same directory. How can I open files with relative path?
|
| Problem loading XML in a thread | 23 Oct 2006 07:33 GMT | 2 |
I have written the following code to load a big XML file (~2MB) UINT DataRead(LPVOID input) { CVer0_10Doc *doc = (CVer0_10Doc*) input; IXMLDOMDocument* xmlDocPtr;
|
| MSXML XmlHttpRequest: results are always the same for the same unique URL string | 20 Oct 2006 15:45 GMT | 4 |
On Windows Mobile 5.0 or Pocket PC 2000, when I use the MSXML XmlHttpRequest object, if I use the same exact URL string for multiple XmlHttpRequest instances, all XmlHttpRequest instances get the results of the first open()/send().
|
| Using customer program as start up | 20 Oct 2006 13:45 GMT | 2 |
I try to use my project, run1.exe, to replace "explore.exe" as system startup shell. I just add: [HKEY_LOCAL_MACHINE\Init] "Launch50"="run1.exe"
|