Click here to Skip to main content
15,891,136 members
Everything / Programming Languages / eMbedded Visual C++ 4.0

eMbedded Visual C++ 4.0

eVC4.0

Great Reads

by MiamiCoder
How to create a real-world BlackBerry application.
by emranallan
Add your local inside windows local to be supported for unicode
by emranallan
Lock Device Screen ,to prevent an one working on the device
by emranallan
Server Application to remote your mobile device through wireless/wire connection not based on RAPI

Latest Articles

by Stan Bice
Imagine connecting church worship attenders with real-time content.
by ljw1004
Adding zip/unzip easily, no LIBS or DLLs, with an elegant and powerful API
by emranallan
Server Application to remote your mobile device through wireless/wire connection not based on RAPI
by emranallan
WINDOWS CE API HOOKING and Replace Function inside GWES.exe on all models since pocket PC 2003 until Windows mobile 6.5

All Articles

Sort by Updated

eMbedded Visual C++ 4.0 

9 Jun 2013 by Stan Bice
Imagine connecting church worship attenders with real-time content.
7 Nov 2012 by enhzflep
No need for an apology - though I do appreciate the effort to make it. :)Grins - yes, written communication is certainly a task we all get better with over time. Practise makes perfect (or better, or something like that..)Okay, fantastic! - now your intentions are crystal-clear. I...
7 Nov 2012 by noorAhmad22
hi all how i can make connect Stepper Motor and GSM with RC CAR (Parallel port interfacing)? In this link project details about RC CAR (Parallel port interfacing ) only without Stepper Motor and GSMhttp://www.instructables.com/id/RC-CAR-Parallel-port-interfacing/[^]help me plz...
19 Sep 2012 by ljw1004
Adding zip/unzip easily, no LIBS or DLLs, with an elegant and powerful API
4 Jun 2012 by Vaibhav_J_Jaiswal
Dear all I have a problem. I was created a triangle using LineTo and MoveTo methods. Now I am trying to fill that triangle by solid color using FillRgn of CDC class. But WinCE does not support this method. Can anybody tell me the other way to fill that triangle? Here is my code: for(unsigned...
2 Jun 2012 by nv3
I have no experience in WinCE, but I would use CDC::Polygon, which automatically fills the polygon with the current brush. So create a brush with the same color as your solid pen, select it into the DC and then draw a polygon with the three points of your triangle. (Of course you know that a...
18 May 2012 by emranallan
Server Application to remote your mobile device through wireless/wire connection not based on RAPI
11 May 2012 by emranallan
WINDOWS CE API HOOKING and Replace Function inside GWES.exe on all models since pocket PC 2003 until Windows mobile 6.5
7 May 2012 by emranallan
Black List Application in window mobile (Blocker Application)
7 May 2012 by emranallan
Lock Device Screen ,to prevent an one working on the device
6 May 2012 by emranallan
Add your local inside windows local to be supported for unicode
30 Mar 2012 by Vaibhav_J_Jaiswal
I create the ini file run time but whenever I write any value in the section using WriteProfileString() it requires the registry key.CFile obFile;if( obFile.Open( strAppIniPath, CFile::modeCreate|CFile::modeNoTruncate|CFile::modeReadWrite )){ AfxMessageBox(_T("File...
30 Mar 2012 by Vaibhav_J_Jaiswal
I want to create an ini file through coding. If on application path ini file is not found then application itself create the ini file with the section and the name. And after creation the default value is filled from the code. Is this possible in embedded visual c++? If yes the tell me and help...
1 Dec 2011 by maycockt
Hi,My embedded application is displaying some real time values and some scrolling text.I am using a CWinThread class to poll my comms port and get the values, and the main UI thread is managing the scrolling.I am trying to poll at specific intervals, and have tried to use a timer, but...
1 Dec 2011 by Paul M Watt
The IMPLEMENT_DYNAMIC and BEGIN_MESSAGE_MAP Macros are used to help define the Window Procedure, they do not actually setup the processing of the message queue.Make sure that you call the Run method of your thread that you have created to look for this message in the background.int...
30 Nov 2011 by maycockt
I have - eVC4.0 is embedded Visual C++ 4.0, it's an option offered in the tags, not one I made up.
19 Sep 2011 by isemenov
1 Jul 2010 by sonu janjua
Hello All,I am running my application on WCE emulator 5.0 to show the Page Setup Dialog box which is in eVC++ but it does not show the Page Setup Dialog Box on executing PageSetupDlg(). It always returns 0. I have passed necessary parameters to PAGESETUPDLG structure. My code...
14 May 2010 by LittleYellowBird
Hi,I think you need to elaborate on your question, it is not very clear. What do you want to achieve and what is your problem?
13 May 2010 by pengxinglove
How to move a dialog that donot use title in wince
30 Dec 2009 by Richard MacCutchan
Well you could start by studying UDP, sockets and client/server implementations. You may also search the articles here (and in Google) for sample chat applications.
29 Dec 2009 by tanyarat banyongkid
How to build client/server chat system using UDP socket:confused: :sigh:
5 Dec 2009 by Noel Dillabough
A (hopefully) complete extended MAPI wrapper for WinXP, WinCE, and .NET
21 Sep 2009 by Apriorit Inc, Oleksandr Dodatko
This article describes the process of initial configuration and basic work with Palm Web OS on the lower level than it's described in Palm SDK docs.
31 Jul 2009 by Dmitry Klionsky
Bluetooth for Microsoft Device Emulator enables Bluetooth communication from and to the emulator.
28 Jul 2009 by Slava Khristich
How to deliver GPS data asynchronously to the server over the internet without queues.
11 May 2009 by Hani Gamal Eldeen
.NET controls to be used for development of Arabic applications for smart devices.
16 Apr 2009 by MiamiCoder
How to create a real-world BlackBerry application.
26 Mar 2009 by Alex_Intw
A cross-platform state-oriented application framework and a ClassWizard-like round-trip UML dynamic modeling/development tool that runs in popular IDEs. Aims at providing concurrent, distributed, and real-time application development tools for Win32/Linux
5 Jan 2008 by Aleh
Shows how to unload the Input Method (IM) DLL for the Software Input Panel (SIP) on Pocket PC, which is important to Input Method uninstallers
17 Aug 2007 by ThomasMiller
Descripe the SQL Server 2000/2005 interaction with Active Directory on Windows 2000 or 2003 server
30 Jul 2007 by dzolee
A Wifi scanner with custom slider, tab control, buttons and checkboxes
24 Jun 2007 by kris_raj
How to trap a C# application window message in an eMbedded VC++ created DLL.
12 Jun 2007 by dstefanov
Virtual Serial (COM) Driver that translates GPS input from NMEA 0183 v2.3 to v2.0 so it can be consumed from legacy GPS applications
12 Apr 2007 by Diogo Ferreira Lopes
A basic sample on how to rotate the screen of a pocket PC.
24 Mar 2007 by dzolee
A fast solution to create custom-shaped windows from a bitmap mask.
18 Feb 2007 by AhmedEssamNaiem
Using Vector and double linked list to create trees
20 Nov 2006 by Dustin Metzgar
Create 3D bar charts and pie graphs using WPF
4 Oct 2006 by Pradeep Kothari
3 Oct 2006 by Pradeep Kothari
How to select network connections from many Networks available like BlueTooth, Active Sync, 3G, Wireless Lan
28 Sep 2006 by Alain Rist
Plug-in CodeProject's CStdString as WTL::CString and get the WTL CString support with a Standard C++ Library implementation.
27 Jun 2006 by Marco Zaratti
This article presents a new socket wrapper class specifically designed for the WinCE (PokcetPC) platform that solves the issues of asynchronous notifications and more.
3 Mar 2006 by Fernando A. Gomez F.
How to change the color of Windows CE components without modifying your program.
2 Feb 2006 by Alexander Kovachev
29 Dec 2005 by midnightEngineer
A SQLite3 MFC wrapper with Unicode/Pocket PC 2003 support.
25 Dec 2005 by advatronix
An owner drawn button class in C++.
10 Dec 2005 by advatronix
C++ Class to enumerate COM ports on Pocket PC
4 Dec 2005 by mb2sync
Performs conversions between values of type bool, BOOL and VARIANT_BOOL.
3 Nov 2005 by Prathamesh S Kulkarni
An article on using keyboard hooks in WinCE.
1 Nov 2005 by Prathamesh S Kulkarni
The article shows how to use keyboard hooks in WinCE.
30 Aug 2005 by Channa Jayasinghe
How to remove the annoying “Backup Battery Very Low” (bogus) critical notification programmatically.
14 Jul 2005 by luweiewul
Exploring how to read given number of bytes with RSocket::Read() on Symbian.
29 Apr 2005 by Andreas Muegge
A practical example how to use the Levenshtein algorithm for string matching
24 Apr 2005 by João Paulo Figueira
Implementing a managed wrapper to the CEDB database engine with some C++ help.
31 Mar 2005 by D. Ajith Nilantha de Silva
16 Mar 2005 by Henrik Pettersson
Functions for drawing Bezier splines on Pocket PC. Since they are missing in GDI for Pocket PC.
15 Mar 2005 by Iven Xu
Implement an explorer using .NET Compact Framework in Pocket PC.
6 Feb 2005 by João Paulo Figueira
Exploring SQL CE 2.0 schema information with the ATL OLE DB Consumer Templates.
15 Jan 2005 by Ramanan.T
Useful tool to view functions in a library (.LIB) file and export them to a header (.H) file
13 Dec 2004 by Alain Rist
Some proposed WTL classes and functions at work: CAppWindow, CFullScreenFrame, CStdDialog, CF_DIB clipboard support, and more...
2 Nov 2004 by Alain Rist
CZoomScrollImpl extends WTL CScrollImpl to allow continuous zooming.
28 Oct 2004 by 110_110_110
A class for setting various attributes of static text such as font, color, or alignment.
4 Oct 2004 by Gaurang Desai
Common validation conrol for more than one Required Field on the page. The simple and most eligant way to validate required fields.
22 Aug 2004 by fftz
The CMDIBase template provides multiple view UI support for WinCE WTL-based projects.
30 Jun 2004 by João Paulo Figueira
Managing large data types on SQL CE databases and the ATL OLE DB Consumer Templates.
16 May 2004 by João Paulo Figueira
Extending the DrawText function to display truncated text with a terminating ellipsis
14 Apr 2004 by João Paulo Figueira
Enabling the fastest database access protocol for C++ developers on the Pocket PC.
8 Apr 2004 by Adrian Stanley
This article describes how to combine managed and unmanaged projects into a single Visual Studio .NET solution.