Creation of Multiple Dynamic Views. How to initilize and use additional different views in your MDI app by using Doc / view architecture. Example code of OpenGL window and a Dialog window.
Last Updated: 14 Nov 2003
Page Views: 76,628
Rating: 2.25/5
Votes: 30
Popularity: 3.32
Bookmark Count: 31
An MDI MFC generated project has only one view by default, here is one way to add more CView derived classes and initiliaze them without adding any special initialization code.
Parse C++ header and CPP files for class names and their methods
Last Updated: 19 Feb 2009
Page Views: 6,193
Rating: 1.67/5
Votes: 2
Popularity: 0.50
Bookmark Count: 11
Licence: The Code Project Open License (CPOL)
Parsing C++ header and CPP files for class names and methods.
Zoom an image in ASP.NET with GDI+ using Bitmap's OutStream option
Last Updated: 11 Apr 2007
Page Views: 22,217
Rating: 3.40/5
Votes: 3
Popularity: 1.62
Bookmark Count: 20
Licence: The Code Project Open License (CPOL)
Image manipulation in ASP.NET including zooming, drawing lines, etc., using GDI+.
Using GetAssemblyInfo to locate and instantiate a variable, using Reflection
Last Updated: 23 Apr 2004
Page Views: 26,659
Rating: 1.53/5
Votes: 9
Popularity: 1.46
Bookmark Count: 8
Use GetAssembly(), InvokeMember() and GetFields() to mine an assembly.
GetPrivateProfileString for CE
Last Updated: 28 Oct 2009
Page Views: 738
Rating: 3.00/5
Votes: 1
Popularity: 0.00
Bookmark Count: 2
Licence: The Code Project Open License (CPOL)
Loading ini files for Pocket PC requires the unavailable GetPrivateProfileString.
Why a DragDrop event is not fired on the Client
Last Updated: 27 Aug 2004
Page Views: 31,188
Rating: 2.25/5
Votes: 24
Popularity: 3.11
Bookmark Count: 12
Why DragDrop event is not fired on the client.
Application to Debug Serial Port Communication
Last Updated: 14 May 2007
Page Views: 44,030
Rating: 4.30/5
Votes: 22
Popularity: 5.78
Bookmark Count: 98
Licence: The Code Project Open License (CPOL)
This is a very simple app I use to test serial traffic. It enumerates the COM ports, allows you to edit all properties of SerialPort class instance. It also allows you to send files randomly to the serial port and save incoming data to a file.
Convert a Collection to a Table
Last Updated: 17 May 2007
Page Views: 38,239
Rating: 2.10/5
Votes: 19
Popularity: 2.69
Bookmark Count: 11
Licence: The Code Project Open License (CPOL)
A collection to table in one function.
Simple Example of MVC (Model View Controller) Design Pattern for Abstraction
Last Updated: 8 Apr 2008
Page Views: 32,376
Rating: 2.72/5
Votes: 19
Popularity: 3.47
Bookmark Count: 26
Licence: The Code Project Open License (CPOL)
Simple example of MVC (Model View Controller) design pattern for abstraction