CodeProject Newsletter

New articles added Last week

Combo & List Boxes

  • ColorComboBox - Ali Rafiee
    A ColorComboBox color picker using ToolStripDropDown.
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows, .NET, WinForms, Dev, Beginner

Desktop Gadgets

Dialogs and Windows

  • Threads and Pipes in Console Apps - Joseph M. Newcomer
    When a dynamically-resizable dialog is created, you may find it desirable to have controls resize or rearrange themselves dynamically in response to these changes. This project shows some simple techniques to use when the arrangements are not too complex. It also incorporates two other projects, the
    C++, Windows, Visual Studio (VS.NET2003, VS), MFC, Dev, Advanced

Document / View

  • Windows Application to View SQLite3 Database - Samuels Xu
    An MDI application based on MFC to open SQLite3 Database and show all tables in different views. (Unedited)
    C++ (VC6, VC7, VC7.1, VC8.0, C++), C++/CLI, C, Windows (Windows, Win2K, WinXP, Win2003, Vista), Win32, MFC, Dev, Design, Beginner

Edit Controls

  • Avoiding EN_CHANGE notifications - Joseph M. Newcomer
    Handling complex control interactions when edit controls are involved can lead to problems when EN_CHANGE notifications are generated by the application actually changing the control values. To avoid having to handle EN_CHANGE notifications from CEdit and CRichEdit, this article shows how to derive
    C++, Windows, MFC, Dev, Advanced

Files and Folders

  • XMLProfile - a non-MFC, non-STL class to read and write XML profile files - Hans Dietrich
    XMLProfile implements a class to read and write XML profile files that is consistent with the MFC set of profile functions. Conversion functions to allow reading/writing both INI and XML profiles are included. A CWinApp-derived class provides drop-in replacement of the standard MFC profile functio (Unedited)
    C++, Windows, Visual Studio (VS2005, VS6, VS), Dev, Intermediate

  • Workaround: svn:externals with a space in the directory name - Riaan Lehmkuhl
    TSVN Post-Update hook utility for using svn:externals with a space in the directory name (Unedited)
    C# (C# 2.0, C#), Windows (Windows, WinXP, Win2003, Vista), Arch, Dev, SysAdmin, Intermediate

List Controls

  • Scrolling to a group with a ListView - Lord Zoltar
    Add the functionality to scroll to a group in a ListView (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows, .NET, WinForms, Dev, Intermediate

Miscellaneous

  • C# avionic instrument controls - Chootair
    The aim of this C# project is to purpose six aircraft cockpit instruments usable in forms as any other C# controls (Unedited)
    C# (C# 2.0, C#), .NET (.NET, .NET 2.0), Beginner

Printing

  • An absolute beginners guide to printing in .NET - Duncan Edwards Jones
    Introduces and discusses the common language runtime framework classes used in printing from a .NET windows forms application (Unedited)
    C# (C# 3.0, C# 1.0, C# 2.0, C#), VB (VB 7.x, VB 8.0, VB 9.0, VB 6, VB), .NET (.NET, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0), WinForms, Dev, Beginner

Tree Controls

  • How to populate a TreeView using the MVC pattern - darkzangel
    The MVC (Model-View-Controller) pattern being used to populate a TreeView.
    C# (C# 1.0, C# 2.0, C#, C# 3.0), .NET (.NET 3.5, .NET, .NET 3.0, .NET 2.0), Vista, Visual Studio (VS2005, VS), Dev, Design, Intermediate

Ajax and Atlas

ASP.NET

ASP.NET Controls

  • GroupingView - Mike Ellison
    A templated, data-bound ASP.NET 2.0 control that groups data according to a field in the source, with support for aggregations.
    C#, .NET (.NET 2.0, .NET), ASP.NET, Dev, Intermediate

Internet / Network

Silverlight

  • Silverlight Password Box - Maciej Gren
    An small article about how to create simple password text box in Silverlight 2 Beta 2 (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows, Visual Studio (VS2008, VS), Dev, Design, Beginner

  • Tall skinny data columns using improved WrapPanel for Silverlight - Matt Perdeck
    Reusable code to do narrow data columns with navigation buttons, such as address lists.
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5), Visual Studio (VS2008, VS), Dev, Intermediate

  • Silverlight Stock Rates Rotator - Ahmed Shokr
    Marquee like Silverlight text rotator - implements web service calling and animation.
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5), WebForms, ASP.NET, Dev, Intermediate

Web Security

  • Authentication in web services using C# and Kerberos (POC) - akrumooz
    This article is considered a proof of concept article (POC) to explain how Kerberos authentication can be implemented to authenticate requesters when they need to request a web service. (Unedited)
    C#, .NET, WebForms, Arch, Dev, Intermediate

Web Services

DirectX

GDI+

.NET Framework

COM / COM+

Libraries

  • File Resource Management Library (.NET) - dB.
    A .NET implementation of a file resource management, with complete support for VS_VERSIONINFO version resources.
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows (Windows, NT4, Win2K, WinXP, Win2003, Vista), .NET (.NET, .NET 2.0), Win32, Dev, Intermediate

MFC

  • An MFC Interface to ::FormatMessage - Joseph M. Newcomer
    This essay shows an interface that allows the ::FormatMessage API to be easily accessed from MFC.
    C++, Windows, MFC, Dev, Intermediate

Mobile Development

Windows Presentation Foundation

  • Artificial Inheritance Contexts in WPF - Josh Smith
    Reviews and compares three techniques that enable you to data bind to any element tree (Unedited)
    C# (C# 2.0, C# 3.0, C#), .NET (.NET, .NET 3.5), XAML, WPF, Arch, Dev, Intermediate

  • Selecting the Detail Level to View at Runtime in WPF - Josh Smith
    Explains how to allow users to select the amount of information to view (Unedited)
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5), XAML, WPF, Design, Arch, Dev, Intermediate, Advanced

C / C++ Language

C#

  • WPF Colors - M-Dayyan
    Show WPF Colors (Unedited)
    C# (C# 3.0, C#), Windows (Windows, WinXP, Vista), .NET (.NET, .NET 3.5), Visual Studio (VS2008, VS), XAML, WPF, Dev, Beginner

  • Coding an N-Tier Application in C# without any Wizard Part II - Vuyiswa
    Beginner to intermediate in N-Tier (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows (Windows, TabletPC, Embedded, NT4, Win2K, WinXP, Win2003, Vista), SQL (SQL 2000, SQL 2005, SQL CE, SQL), Visual Studio (VS.NET2002, VS.NET2003, VS2005, VS), ADO.NET, WinForms, Design, SysAdmin, CEO, Arch, DBA, Dev, QA, Beginner, Intermediate, Advanced

  • Event Chain - Marc Clifton
    Executing a multicast delegate to create an event chain that can be terminated by any handler in the chain. (Unedited)
    C#, .NET (.NET 2.0, .NET 3.0, .NET 3.5, .NET), WinForms, WebForms, Dev, Beginner

  • Action Extensions - leppie
    Parallelization of multicast delegates (Unedited)
    C# (C# 3.0, C#), Windows, Dev, Intermediate

  • Script Running Wizard Add-In for Sql Server Management Studio - Scott Clewell
    A wizard that will run specified scripts in a SSMS project. (Unedited)
    C#, Windows, Visual Studio, DBA, Intermediate

  • ModuleFactory: A Module Code Generator Framework on DotNetNuke(DNN) - alanchen, shortie, Ricky Wang
    This article introduces the architecture of a code generator module on DNN, called ModuleFactory in our company. ModuleFactory is comprised of a variety of module builders. Each module builders' functionality is to generate codes for newborn modules ab initio based on metadata collected from users,
    C# (C# 2.0, C#), .NET (.NET, .NET 2.0), ASP.NET, Dev, Intermediate

  • Falling Blocks game - Lipman Roi
    Creating the game (Unedited)
    C#, Windows (WinXP, Windows), .NET (.NET 3.5, .NET), WinForms, Dev, Intermediate

  • Using the Linq ColumnAttribute to get field lengths from your database - HightechRider
    Reflecting on linq properties gets you information about the length of your database fields (Unedited)
    C#, Windows, LINQ, Arch, DBA, Dev, QA, Intermediate

  • Tracing Events Raised by Any C# Object - davidbakin
    Describes a class to trace events raised by any C# object, via .NET Reflection
    C# (C# 2.0, C# 3.0, C#), .NET (.NET, .NET 2.0, .NET 3.5, .NET 3.0), Dev, Intermediate

C++ / CLI

VB.NET

  • WMI wrapper - Eric Marcon
    A wrapper to provide WMI classes for .NET solutions (Unedited)
    VB (VB 8.0, VB), Windows, Visual Studio (VS, VS2005), WinForms, Dev, Intermediate

Algorithms & Recipes

Date and Time

  • Remaining Timer - Gilad Kapelushnik
    Estimate the duration of an operation using linear regression.
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Intermediate

Programming Tips

Threads, Processes & IPC

  • Beginners Guide To Threading In .NET Part 3 of n - Sacha Barber
    Beginners Guide To Threading In .NET (Unedited)
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5, .NET 2.0, .NET 3.0), WPF, WinForms, Design, SysAdmin, Arch, Dev, Beginner

  • A Fiber Class (and Friends) - Joseph M. Newcomer
    Fibers are a lightweigtht cooperative threading mechanism, or a coroutine mechanism, depending on how you look at them. Besides providing a very efficient thread-like implementation, fibers allow you to provide "continuations", that is, computations which perform some function, suspend themselves, a
    C++, Windows, Dev, Advanced

Product Showcase

  • PDF for Silverlight - Amyuni Tech, Dany Amiouny
    Leveraging the power of Silverlight to view PDF documents and forms
    .NET, Dev, Intermediate

  • Using a Mobile Device's Camera in Business Solutions - VladimĂ­r Gregor
    This article describes how to use the built-in camera and microphone of a mobile device in business applications targeting .NET Compact Framework.
    Windows, WinCE, .NET CF, .NET, Visual Studio (VS.NET2003, VS2005, VS), Mobile, Arch, Dev, Intermediate

  • Agile Development - John Graham-Cumming
    Five Steps to Continuous Integration
    Windows, Java, Linux, MacOS, Dev, Intermediate

  • Version Control Challenges in Agile Environments - Kenji Sulzberger
    The Agile Manifesto states that individuals and interactions are more important than processes and tools. I pretty much agree with that. But the iterative nature of agile projects also raises some particular challenges to version control, which are just as important for small shops.
    Windows, Java, Linux, SysAdmin, Arch, Dev, Intermediate

Articles updated added Last week

Combo & List Boxes

Files and Folders

Grid & Data Controls

  • PropertyGridCE - Mobile version of PropertyGrid - Jaime Olivares
    Useful control that mimics most of PropertyGrid funcionality in .Net Compact Framework (Unedited)
    C# (C# 2.0, C# 3.0, C#), WinCE, .NET CF, Mobile (Mobile, WinMobile6, WinMobile5, WinMobile2003), WinForms, Design, Dev, Intermediate, Advanced

Menus

Miscellaneous

  • Notification Bar - Cory Borrow
    A small & easy to use notification bar like that found in IE6+ and Firefox web browsers. (Unedited)
    C# (C# 2.0, C#), Windows (Windows, Win2K, WinXP, Win2003, Vista), .NET (.NET, .NET 2.0, Mono), WinForms, Dev, Beginner

  • Geting pixel color from screen shoot image - Ivan Svogor
    Geting pixel color from screen shoot image (Unedited)
    C#, Windows, Beginner, Intermediate

  • XBalloonMsg - a non-MFC balloon-shaped message box - Hans Dietrich
    XBalloonMsg displays a message box using balloon-style tooltips. Message and title strings may be embedded or stored in string resource. (Unedited)
    C++, VB, Windows, Win32, Visual Studio (VS2005, VS6, VS), Dev, Intermediate

Ajax and Atlas

Applications & Tools

Charts, Graphs and Images

  • Create Column Chart using OWC11 - Rupesh Kumar Swami
    A column chart (simple,stacked and 100% stacked column) representation using Office Web Components (Unedited)
    C# (C# 2.0, C#), VB (VB 8.0, VB), .NET (.NET, .NET 2.0), WinForms, Beginner, Intermediate

Client side scripting

  • JavaScript ListBox Control - SAMir Nigam
    This article describes how to create a ListBox control using JavaScript. (Unedited)
    C# (C# 2.0, C#), Javascript, CSS, XHTML, HTML, .NET (.NET, .NET 2.0), ASP.NET, WebForms, Ajax, Dev, Intermediate

GDI+

Database

  • Convert SQL Server DB to SQLite DB - liron.levi
    C# Utility to automatically do the conversion from SQL Server DB to SQLite DB (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), .NET (.NET, .NET 2.0), SQL (SQL 2000, SQL 2005, SQL), WinForms, DBA, Dev, Beginner, Intermediate, Advanced

.NET Framework

  • A Fast/Compact Serialization Framework - .Shoaib
    A framework for object serializiation/deserialization that is many times faster and yields compact output.
    C#, Windows, .NET, Visual Studio, Dev, Intermediate

Mobile Development

Windows Presentation Foundation

  • Marsa : A 3D Approach to XML read data - Sacha Barber, marlongrech
    WPF : An article on using 3D visualization of an RSS feed (Unedited)
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5), WPF, Design, Arch, Dev, Intermediate

  • Stream YouTube Videos In WPF - Sacha Barber
    WPF : A simple article on using WebBrowser to Stream YouTube videos (Unedited)
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5), WPF, Design, Arch, Dev, Beginner, Intermediate

C / C++ Language

  • Codez Bank: A code snippet bank application - steveb
    An application that stores and manages useful code snippets and keeps them always handy.
    C++ (VC8.0, C++, VC9.0), Windows (Windows, Win2K, WinXP, Win2003, Vista), MFC, Arch, Dev, Intermediate

C#

  • Persian Calendar with simulated PHP methods in C# - M-Dayyan
    Generate Persian Calendar with simulated PHP methods (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows (Windows, WinXP, Vista), .NET (.NET, .NET 3.5), Visual Studio (VS2008, VS), WinForms, Dev, Beginner

  • ASN.1 Editor - Liping Dai
    An editor to view, analyse and modify ASN.1 DER encoded data
    C#.NET 1.1, Win2K, WinXP, Win2003VS.NET2003, Dev, Advanced

  • How to get Website Thumbnail in a C# application without creating a forms. (console) - AdamNajmanowicz
    The article describes how to get a thumbnail of a website in .Net framework 2.0+ without launching a fully interactive WinForms application. (Unedited)
    VB, C# 2.0, .NET, NT4, Win2K, WinXP, Win2003, Vista, TabletPC, Visual Studio, Dev, Intermediate

VB.NET

  • Multithreading Backup Utility - Taner Riffat
    Multithreading is something we will all have to deal with sooner or later. This relatively simple application shows you how to use two threads to copy files. It is also a very handy Windows backup utility with a mirror feature, a batch mode feature, a log file feature and a help button!
    VB, Windows, .NET 2.0VS2005, Dev, Intermediate

Algorithms & Recipes

  • C++ Strtk Tokenizer - Arash Partow
    A brief introduction to a tokenizer implementation in C++ (Unedited)
    C++ (VC7.1, VC8.0, C++), C++/CLI, C, Dev, Beginner

  • A CRC32 Static Method and Values - g.CoderCat
    A static C# method and values for a small footprint paste into your C# code
    C# (C# 1.0, C# 2.0, C# 3.0, C#), .NET, Dev, Intermediate

  • INI Files - gajatko
    Parse, manage, edit and write INI files while preserving their format. And don't get too exhausted.
    C# 2.0, Windows, .NET, Visual Studio, Dev, Intermediate

  • Implementing the .NET IComparer interface to get a more natural sort order - Pascal Ganaye
    The IComparer available in .NET lets you sort numbers or strings. This little class available in both C# and VB shows how to implement an IComparer which will work with mixed characters and numbers.
    C#, VB, .NET, Beginner

Cryptography & Security

  • AxiomaticTokenizer - GeorgeHara
    Financial security with one-time tokens (Unedited)
    Javascript, HTML, Intermediate, Advanced

Threads, Processes & IPC

Installation


2 comments:

  1. Damit du weiĂźt wovon ich spreche, habe ich ihre Profilbilder
    da hochgeladen. b am Donnerstag den 3D Livecam Geschlechtsverkehr in vollsten
    ZĂĽgen zu genieĂźen. Kein Wunder, dass beim Schauen eines
    derartigen Sexfilme meiner Liebes-Saft in alle Richtungen verschossen wird,
    weil das hemmungslose Wixen wird garantiert.

    Moechtest du dir meine Web Seite anschauen? sexcam

    ReplyDelete
  2. Ficke mich einfach dadurch ewig und dadurch oft du es möchtest.
    Melde dich bei uns, wenn du uns diesen Gefallen erledigen und mich ficken willst.
    Ich suche bei dem Livedate einen Mann, den ich fast jedes Wochenende nehmen
    und ficken könnte, wie ich das will.

    Hier gefunden partnersuche österreich

    ReplyDelete