Click here to Skip to main content
15,891,902 members
Everything / Programming Languages / eVC

Evc

eVC

Great Reads

by Oz Solomon
Window and File Management add-in for Visual C++
by Davide Calabro
The reference control for MFC flat buttons with text and icons. Give your CE applications a professional look!
by MiamiCoder
How to create a real-world BlackBerry application.
by emranallan
Add your local inside windows local to be supported for unicode

Latest Articles

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
by emranallan
Black List Application in window mobile (Blocker Application)

All Articles

Sort by Updated

eVC 

13 Nov 2017 by OriginalGriff
This is a software development site, not hardware: hence the name "CodeProject",rather than "PCBProject" or "HardwareProject". You would be a lot better off finding a more appropriate site.
29 Oct 2016 by OriginalGriff
Find a tattoo site and ask there.This is a software development site and we are not body modification experts.Or talk to the tattooist / your doctor / emergency medical people.
16 May 2013 by Member 10056710
Hi guys,I tried to expand tree panel node but am unable to Expand My tree panel contains below structureHome Data Documents FilesData contauins three Node like asData reports hedge Pivate EqutitySo i want need to be Data node is Expand by...
6 Jan 2013 by OriginalGriff
"authentication problem" implies that you are connecting to a wireless network that is protected by WEP or WPA and which requires a password. It also implies that you haven't entered the correct password - check it and try again.
5 Jan 2013 by Jahyae
i cannot get this dopo td 1010 to connect to a network it says authentication problem can i get some help
23 Dec 2012 by WebMaster
http://hdwatchonlinestreamnow.blogspot.com/2012/12/watch-cleveland-browns-vs-denver.html[^]http://hdwatchonlinestreamnow.blogspot.com/2012/12/watch-cleveland-browns-vs-denver.html[^]http://hdwatchonlinestreamnow.blogspot.com/2012/12/watch-cleveland-browns-vs-denver.html[^]...
6 Dec 2012 by Darren_vms
Random, seems to have nothing to do with programming..You have already asked on the site where the project was posted and seem to have some responses. My advise continue with the site where the project was posted./Darren
4 Dec 2012 by noorAhmad22
hi everyone i want ask about this project " RC CAR controlling with Parallel port"see this link i made same project,i knew there is many type of remote and the remote in this project very clear and there are 4 switches and connect 5 wires in each button , but right new i have different...
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.
25 Oct 2011 by Member 8347922
worked fine yesterday.. then got on and it said the side by side configuration would not work.. or something like that. I tried going to my start up and bringing up the sxstrace.exe, but it just flashes on and off the screen.. How do I get Yahoo back?
19 Sep 2011 by isemenov
15 Apr 2011 by xiaboyang
May I ask, how to activate Bluetooth SPP service in WindowsCE devices? Thank you very much! By the way, I tried the following code does not work.HANDLE ActivateSPP(WCHAR* sz, BT_ADDR btAddr){ int index = 0; PORTEMUPortParams pp; memset(&pp, 0, sizeof(pp)); unsigned char nChannel =...
22 Dec 2010 by agu270885
Hello!I'm having some problems with combo boxes on Windows Mobile 6.5. They work OK on older versions of Windows Mobile, but when I started to test the application on WM 6.5 I realized that combo boxes didn't open. The strange thing is that they work on child dialogs, but not on pop up...
27 Sep 2010 by Sandeep Mewara
Follow at one place and don't repost[^]!
27 Sep 2010 by Not Active
Whatever language meets the requirements and fits your skills is the "best"
21 Sep 2010 by TheyCallMeMrJames
The nearest whole number is 3.
21 Sep 2010 by Jamal mccrobey
Reduce the fraction 16/5 to the nearest whole number
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...
21 Jun 2010 by Sandeep Mewara
puneetagarwal2...
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 Feb 2009 by Santosh Ingawale
Register a reference mobile number, and receive a reference message on SIM change.
2 Feb 2009 by Joel Ivory Johnson
I answered the very same question in another forum two days ago. See my response here[^]. Joel Ivory JohnsonMeet my dev team: RDA Architecture Evangelist Team BlogMy site: J2i.netTwitter: J2iNet
2 Feb 2009 by don dre
I would want somebody to help me start learning how to develop mobile applications using C#.NETInfact am new to the mobile application world,Please you can add codes if you want or get me somelinks or tutorials.regards
7 Aug 2008 by Mike Dimmick
There is a way to change the clip region: set the Clip property of the Graphics object. Supported since .NET Compact Framework 1.0. DoEvents: Generating unexpected recursion since 1991
5 Aug 2008 by Nigel Savidge
Why is it supported in the Compact Framework when there appears to be no way to change the clip region Team Leader - Team Code Project[^]
11 Feb 2008 by João Paulo Figueira
Capture your Windows Mobile device screen via ActiveSync or WMDC.
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.
29 Mar 2007 by Mahfuzur Rahman.
What is the useful of CObject , CRuntimeClass and related macros.
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 Dec 2006 by Mohammad Shuaib
Simulating C# Properties in C++
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.
29 Jun 2006 by kishore Gaddam
Log generation functions including COM error information logging and MFC exception information logging.
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++.
11 Dec 2005 by Sreekanth Muralidharan
A simple task enumerator for Windows Mobile SmartPhones.