The Code Project Latest ArticlesLatest Articles from The Code ProjectA UTF-16 Class for Reading and Writing Unicode Files- September 17, 2008 A UTF-16 class derived from CStdioFile for Reading and Writing Unicode fileshttp://www.codeproject.com/KB/files/utf16.aspx Easily retrieve email information from .EML files- September 17, 2008 A wrapper C class that extracts email fields from EML files.http://www.codeproject.com/KB/office/EML_Reader.aspx Expandable panel inside a GridView- September 17, 2008 Another way to expand a detail panel inside a gridviewhttp://www.codeproject.com/KB/ajax/ExpandPanelGridView.aspx Create a Captcha for Visual WebGUI- September 17, 2008 How to create a captcha for Visual WebGUI by implementing IGatewayControl.http://www.codeproject.com/KB/custom-controls/Visual_WebGUI_Captcha.aspx Sticky Snap-to-Center Controls- September 17, 2008 Make your controls snap the cursor to their center and hold it for a short time.http://www.codeproject.com/KB/buttons/StickySnapControls.aspx Generating a Website Color Scheme from an Image- September 17, 2008 How can a color scheme be extracted from an image The problem with determining a color scheme is that there are too many colors in the image, yet the algorithm to convert the image must find a set of colors that most accurately represents the original. Atalasoft provides the code right here.http://www.codeproject.com/KB/showcase/ColourSchemeFromImage.aspx Lightweight Object to Object Mapper- September 17, 2008 An object to help map from one object to anotherhttp://www.codeproject.com/KB/cs/SimpleObjectMapper.aspx TNumEditBox: A C NumericalDecimal Edit TextBox Control- September 17, 2008 A C TextBox for NumericalDecimal Datahttp://www.codeproject.com/KB/edit/hulihui_TNumEditBox.aspx CBitmapEx - Free C++ Bitmap Manipulation Class- September 17, 2008 An article on a free C++ bitmap manipulation classhttp://www.codeproject.com/KB/graphics/CBitmapEx.aspx CFilterEdit: Use Regular Expressions to Filter Your Input- September 17, 2008 The definitive approach to filtering input text. Includes configurable error display.http://www.codeproject.com/KB/edit/FilterEdit.aspx |