| Thread | Last Post | Replies |
|
| Can't I use <io.h>? | 13 Oct 2005 03:25 GMT | 1 |
Hi, everyone! I want to update content of a file randomly. I implemented it with low-level io functions in Visual C++. But, I can't use io.h in WindowsCE.
|
| Library for time.h Functions | 12 Oct 2005 20:54 GMT | 4 |
Which Library do I have to link to to get these Functions. At the same time I would like to know about the other Standard C functions.
 Signature All the best,
|
| WCE vs PPC installation | 12 Oct 2005 14:44 GMT | 10 |
Could someone tell me why when I try to install a file cab into my "Windows CE .NET 4.20 (Build 1088)" a strange window appears? It asks to me to browse file system to select something like a desktop.ini file.. I can install my file .cab with success on PDAs (Pocket PC 2003) but not ...
|
| How to clean a string from a transparent window. Thanks very much!!! | 12 Oct 2005 09:31 GMT | 1 |
Hi,there When I can create a transparent window with NULL_BRUSH, I meet anther problem. The details are described as follows: First: I create a normal window but the background brush is set to
|
| How to keep focus in the child window when press ALT+TAB | 12 Oct 2005 04:36 GMT | 2 |
Hi,there I create my window with a pop up window as a parent window. Then I create some child windows. When entering the child window ,i call SetFocus function to set the input focus on the child window. But after I press ALT+TAB to
|
| how to dynamically change edit to read only? | 12 Oct 2005 02:02 GMT | 2 |
I have an edit box in a dialog that I can dynamically show or hide: GetDlgItem(IDC_EDIT1) -> ShowWindow(SW_SHOW); or GetDlgItem(IDC_EDIT1) -> ShowWindow(SW_HIDE);
|
| problem only in release version! | 11 Oct 2005 22:11 GMT | 6 |
I'm working with a project in embedded Visual Studio 4 and I have a general problem which I hope that somebody can help me with. My problem is the following: My project works fine in debug version but behaves strangely and
|
| evc database | 11 Oct 2005 22:07 GMT | 1 |
can someone tell me how to add database support to evc pocket pc i tried witch vocconnection but i cannot insert records how do i install sqlce, and where can i download components/libraries? thnx
|
| Function pointers in eVC 4.0 | 11 Oct 2005 18:47 GMT | 3 |
I have code that is trying assign a member variable to a function but it is not working. function I'm trying to assign to the pointer is: _istdigit which translates to iswdigit.
|
| eVC4: STANDARDSDK_420 | 11 Oct 2005 17:40 GMT | 1 |
I've installed Windows CE .NET 4.20, STANDARD, Pocket PC 2003, etc SDKs into eVC4. The problem is that if I select "Pocket PC 2003" SDK eVC is ok, but if I select "STANDARD" SDK then I get an error.. maybe because in this case I can
|
| Threads and window messages | 11 Oct 2005 16:50 GMT | 1 |
I have a dialog with a listbox and a button. I want to start a new thread when the user presses the button. The thread procedure is going to do <something> and change the contents of the listbox at the same time. It will send an IDOK command to the dialog as soon as it
|
| Register / Install | 11 Oct 2005 16:39 GMT | 1 |
I made a dll for pocket pc and when I build the dll in eVC, the dll gets copied ( and registered). Now I want to make a cab which installs my entire application including that dll. How can I register it like eVC does?
|
| CFile operations threadsafe? | 11 Oct 2005 01:16 GMT | 3 |
I have a dialog based MFC app on WinCE4.2 (eVC4SP4). I have several worker threads running communications and cross checks. BUT once every few days I get a CFileException indicating a badseek when I try to write to the file.
|
| Programmatically language switch | 10 Oct 2005 18:18 GMT | 11 |
How I can switch an input language of an Editbox control in my programm? I can't find ActivateKeyboardLayout function in the MSDN for Windows CE. By default system language is Cyrillic (0x0419). I need to switch to American English (0x0409). SetLocaleInfo doesn't work, I don't ...
|
| MDI Support? | 10 Oct 2005 18:10 GMT | 1 |
The app wizard for eVC++ has an option for SDI doc/view, but not NDI. Any idea when and if this option will be available?
|