| Thread | Last Post | Replies |
|
| Pointer to Cwnd from another thread in MFC | 17 Feb 2006 14:07 GMT | 3 |
After some day of searching i have understand(i hope) the follows things I can use the data member declared in the class CMainFrame by a pointer in another thread. I CANNOT use this pointer for the use of data member hWnd and all function
|
| CCommandBar and menus | 17 Feb 2006 13:07 GMT | 5 |
I've been struggling with this for more than a day, and I'm beginning to give up... This might seem simple, but I'm clueless : I have a dialog based MFC application. In this dialog I have a CCommandBar menu (with buttons) at
|
| Connecting to a wireless access point | 17 Feb 2006 10:20 GMT | 5 |
I have been doing some things with wireless access points using embedded visual C using the DeviceIoControl() function such as getting the current SSID, getting a list of available SSID's etc. Up until now I have had no problems but trying to connect to an AP is proving problematic.
|
| MenuBar Disappeared ? | 16 Feb 2006 22:13 GMT | 22 |
I have a simple doc-view application having a menubar in it. when the app was launched the menubar show up and a toolbar as well( toolbar is on the top of the menubar ) . but when a modaless dialog with WS_POPUP style pop up, the menubar
|
| Full screen mode not working in Standard SDK 4.2 Emulator | 16 Feb 2006 11:23 GMT | 1 |
So I'm using the tutorial located here: http://support.microsoft.com/kb/266244/EN-US/ particularly this section: #define MENU_HEIGHT 26
|
| How to:Direct access to video memory | 16 Feb 2006 06:06 GMT | 6 |
Could anybody please help me on this: According to our project i should first implement some drawings with ICOP baord (and winCE 5.0). During my trials i have encountered some performance problems.
|
| MFC and vertical blank | 15 Feb 2006 23:03 GMT | 2 |
i am writing an application wich displays realtime graphics... is there a way to wait for vertical blank on windows ce? i get the 'shearing' effect when i display graphics too fast..
|
| Attributes for XML | 15 Feb 2006 17:25 GMT | 1 |
I am using Embedded Visual C++ on Windows CE. I create an XML file, and now i want to put datas on it. For one node, i have 3 different attributes, so i made a function like this : IXMLDOMNamedNodeMap* pMap = NULL;
|
| How can I flush system's IP since I changed IP by programing registry values? | 15 Feb 2006 16:34 GMT | 3 |
Hello,all: I've gotten a problem with flushing system's IP after I changed its IP in my programe in WinCE. I have wroten registry values, and the system cannot flush its IP at all. if there's any API of WinCE's function can finish this
|
| error LNK2001: unresolved external symbol "const type_info::`vftab | 15 Feb 2006 04:08 GMT | 2 |
I've got a pretty big library that I converted from an eVC4 project to VS2005. But when I compile it, I'm getting these errors: error LNK2001: unresolved external symbol "const type_info::`vftable'" I've seen posts all over the internet from other people having the same
|
| how create a XML file | 14 Feb 2006 16:50 GMT | 1 |
I just start using Windows CE, and i am programming with Embedded Visual C++. I want to create an empty XML file, write all my datas (5-6 nodes with 3-4 attributes each), and then save it on the root of my hard drive. But i dont find explicit informations on the net, about all the ...
|
| How to print on bluetooth printer ? | 14 Feb 2006 15:58 GMT | 1 |
I have to print a simple invoice (only text) from my application (EVC++ 3.0) running on Windows Mobile 2003 SE, to a bluetooth printer (Hp 460). Can anyone help me ? I dont know from where begin.
|
| Embedded Visual C++ 3.0 and ActiveSync | 13 Feb 2006 22:43 GMT | 2 |
I am having a problem using ActiveSync with eVC++ 3.0. I have an old Pocket PC 2002 application written in VC++ 3.0 and I need to make modifications so that it will run on a new PDA. I am using a Dell Axim x51 with Windows Mobile 5.0. The Axim requires that
|
| Not support 486 CPU | 13 Feb 2006 22:43 GMT | 1 |
i try to compile a project, and config as following Platform: Pocket PC 2003 Compile: Win32 (WCE ARMV4)Release Platform: Pocket PC 2003 Emulator
|
| Desperately Need STANDARD SDK 400 and 410 for eVC++ 4.0 | 13 Feb 2006 22:43 GMT | 8 |
Help! I have been building app's for handheldPC's running CE.NET 4.10 (PXA250) (ARMV4) and the original STANDARD_SDK I had installed with eVC 4.0 SP4 - was the wce400 kit. This kit provided both a default device and emulator selection when using the STANDARDSDK_400 ...
|