Home | Products | Download | Purchase | Support 



 

 

 

XD++Library
Features Tour 
What's New
Download Area
Purchase
License agreement
General Q & A
UCCDraw ActiveX
Features Tour
Download Area
Purchase
DocVizor
Features Tour
Why need DocVizor
Screen Shots
Download Area
Purchase
TFC Library
Features Tour
Screen Shots
Download Area
Purchase
Free Products
A Cool Year selector
Project backup tool
Rename project tool
Replace all in files tool
A cool color picker
Technical Support
General Q & A
Report A Bug
Suggestions
Discussion Board
Contact Us

Links




Get Ready to Unleash the Power of UCanCode .NET

 
   

VC++ Programming website Links

Here are some useful add-in related links I've started collecting about VC++ programming. This section is still very much under construction, and more VC++ Programming links will be appearing in the future. If any C++/MFC Programming link dies, please contact me.

Beginning Visual C++ -- This book is oriented to teaching you how to program in C++ in Microsoft environments. Specifically it teaches two distinct versions of C++: First is standard ISO/ANSI standard C++ that will run on anything and is specifically for the development of high performance applications that run in native mode on the computer. Second is C++/CLI which is part of Microsoft's .NET framework. .NET is a library of routines that accomplish many of the standard tasks that you would otherwise have to program yourself. (John Matlock)
http://www.ucancode.net/

Only the Best VC++ / MFC Programming web site!

MFC Programming Source Code, Visual C++ MFC ,Visual C++ Controls Programming, Visual C++ Class Library, Visual Extensions, Visual C++ Component, Visual C++ ToolKit Programming, MFC Source Code, MFC Extensions, MFC Controls, MFC Class Library, MFC Component, MFC ToolKit,Print Controls, Print Component, Print Class Library, Graph Component, Graph Source Code, Diagramming Component, Diagramming MFC Source Code, MFC GUI ToolKit, Visual C++ Programmer Source Code
Beginning MFC -- This book is oriented to teaching you how to program in C++ in Microsoft environments. Specifically it teaches two distinct versions of C++: First is standard ISO/ANSI standard C++ that will run on anything and is specifically for the development of high performance applications that run in native mode on the computer. Second is C++/CLI which is part of Microsoft's .NET framework. .NET is a library of routines that accomplish many of the standard tasks that you would otherwise have to program yourself. (John Matlock) 

Enterprise Application Development with Visual C++ MFC 2005 -- Enterprise Application Development with Visual C++ 2005 teaches developers how to create practical business applications using managed C++ and Visual Studio 2005. It offers best practices for coding and C++ development, including class programming, code factoring, source control, memory management, and interdependency and interoperability. 

Introduction to Windows And Graphics Programming With MFC .net -- This book provides an accessible approach to the study of Windows programming with MFC. It is intended to be an introduction to Visual C++ for technical people including practicing engineers, engineering students, and others who would like to understand Windows programming and use its inherent graphic capabilities. 


First time here?

Product Tour
E-XD++ product walkthrough

Screenshots
Applications built on E-XD++ Program

Product feature comparison

 


This hands on VC++ programming course presents the structure and use of Visual C++ and the Microsoft Foundation Class (MFC) library for Graphical User Interface programming, the Document/View architecture, SDI, MDI, ODBC, and DAO programming. The course includes the use of the Visual Studio automated tools (wizards), but emphasizes a thorough grounding in event driven programming and the VC++ object hierarchies. Upon completion of the course, students will understand the structure of the VC++ and how the objects interact. The course provides an introduction to how Windows works at the message level, important for debugging as well as for understanding VC++ objects. Students will become familiar with important base classes and the inheritance hierarchy; understand how the hierarchies are organized; and learn how MFC objects interact with the Windows operating system.

    Enterprise Application Development with Visual C++ 2005 -- Enterprise Application Development with Visual C++ 2005 teaches developers how to create practical business applications using managed C++ and Visual Studio 2005. It offers best practices for coding and C++ development, including class programming, code factoring, source control, memory management, and interdependency and interoperability.

    Introduction to Windows And Graphics Programming With Visual C++ .net -- This book provides an accessible approach to the study of Windows programming with Visual C++. It is intended to be an introduction to Visual C++ for technical people including practicing engineers, engineering students, and others who would like to understand Windows programming and use its inherent graphic capabilities.

VC++ Tool: Visual C++ and SQL generator for ODBC Database, with source code sample

C++ Example: Formula Editor, and mathematical control with Drag Drop, Copy, Cut, Paste, Export to image support.

VC++ Tool: Printer Settings - Change, Store and Load Printer Setting, Paper Orientation

Add proto - logic diagram displays to your Java, C++, and .NET applications, for the desktop and rich internet applications.

VC++ Example: How to print an ActiveX MSChart Report Chart control Component, Source Code

VC++ Article: Opening / Saving multiple types of documents in MFC MDI applications

VC++ Controls: The Tree Control, CTreeCtrl Example

Get Business Card / Label Print Component C++ Source Codes

VC++ Example: CToolBar, ToolBar Customization, Saving, Restoring and Drag and Drop

VC++ Example: Change the background color of a dialog, CDialog, OnCtlColor

VC++ Example: Display GIF-animatE using GDI+ with BMP, JPEG, PNG, TIFF, EMF, WMF, DrawImage

VC++ Example: CListBox - A list box with Icons, AddString, InsertString, with Image Item

UML Diagram Component / Drawing C++ Source Code Solution from ucancode, it will save you 50% - 80% time for building any UML based application.

VC++ Article: Insert a bitmap file - HBITMAP into a Rich Edit Control, use COleDataSource, CF_BITMAP, and STGMEDIUM

VC++ Tool: RTF-to-HTML Converter, Convert Rich Text to HTML Example

VC++ XML Read and Write Article: C++ Source Code  for Creating and Processing XML documents

Com Programming: Com Component, ATL Library, Com Interface, QueryInterface Example

_TrackMouseEvent, GetWindow, GetWindowRect, SubclassWindow, GetWindowLong, SetWindowLong, Drawing, VC++, source code

VC++ Article: CSplitterWnd Extension that Allows Create Multiple Views, and Switch Views in Any Pane

VC++ Article: CTreeCtrl, OLE Drag and Drop Copy between Tree controls

C# Article: Create, Open, Load, Save, Import, Export, Edit, SVG File Document With C#, SVG .NET Class Library

VC++ Article: Create menus with Unicode, ModifyMenu, GetSubMenu

VC++ Demo: Drop down Combo Box in CTreeCtrl and CListCtrl

Visual C++ XML Article, Load Parse and save XML Document with MSXML Library

VC++ Article: Create Cursor, Display cursor, Convert bitmap to cursor, CreateIconIndirect, DeleteDC, SelectObject, ICONINFO

VC++ Source Code Tool: Project number Line code Counter Statistical

VC++ Example: Write, Create AVI Files

VC++ Article: create or change the skin, shape, image of dialogs, SetWindowLong

VC++ Example:  HRGN, SetWindowPos, SetWindowRgn, Create Region from bitmap file

VC++ Article: Skin based slider control, CSliderCtrl

VC++ Example: CFormView, Replace a view in SDI Application, LoadLibrary, GetProcAddress, GetActiveView, AfxGetMainWnd, SetWindowLong

VC++ Example: CComboBoxEx with History, ComboBox, CComboBox to history!

MFC Article: XP Style CBitmapButton

VC++ .NET Programming, Writing a Wrapper for COM Components

Visual C++ Addin: CFileDialog AddIn, Download Example

VC++ Article: Print ListCtrl on multiple pages, CListCtrl, CListView

VC++ Example: Macintosh-like Progress Control, CProgressCtrl in Dialog

VC++ Debug Trace, Memory Check, Assert Article, DebugOutputString CMemoryState A C++ Projects

VC++ Tool: MFC under the hood, WinMain, VC++ Programmer

VC++ Article: Color components, RGB Component, HSL Component Source Code, editor control

VC++ Example Source: 2D Chart and 3D Plot Print Chart Control

VC++ Article: Create 2d graphics editor, AutoCAD, like Toolbar

VC++ Single Instance Window, CreateWindow, CWinApp, SetWindowPos, SetFocus

VC++ Tool: MFC GDI Plus thumbnail CListCtrl, BMP File, Jpeg file, Gif File, Tiff file

VC++ Article: CListCtrl, CListView to displaying jpeg image thumbnails with PaintLib

VC++ Article: Print and Draw Html Document Text, draw like DrawText

 


[ Home | Products | Download Area | Purchase | SupportContact us ]


Copyright ?1998-2007 UCanCode.Net Software, all rights reserved.
Other product and company names herein may be the trademarks of their respective owners.

Please direct your questions or comments to webmaster@ucancode.com