技术文章 CodeProject链接 Most popular new articles 29 Mar 2010 - 5 Apr 2010

Most popular new articles 29 Mar 2010 - 5 Apr 2010

E-mail 打印

 

Latest Additions

200 articles overall 143 new, 105 updated, 4 moved. 20 were edited, 180 unedited
Article topics listed: C++,C#,ASP,ASP.NET,Perl,Win32,MFC,ATL,WTL,COM

Too many articles? Visit your profile page to change your newsletter article filters.

New articles added Last week

Desktop Gadgets

  • Building a Microsoft Gadget Clone (v 1) - ralph1957
    A Windows Form User Control which clones some features of MS Sidebar gadgets (Unedited)
    C#, Windows (Vista, Win7), .NET (.NET2.0), Visual-Studio (VS2005, VS2008, VS2010), WinForms, Dev


Menus

Toolbars & Docking windows

Tree Controls

Ajax and Atlas

ASP.NET

Silverlight

Office Development

  • Visio Add-On Getting Started - Krasnikov, Eugene
    Getting Started in Visio Add-On creation(VSL project) (Unedited)
    C++ (VC6), C, Windows (WinXP), Office, COM, COM+


Audio and Video

General Graphics

C / C++ Language

C#

Java

VB.NET

  • My.Power Extension (VSX) - drummerboy0511
    A My Namespace extension that makes things such as shutting down your computer easier. (Unedited)
    VB, Windows, Win32, Win64, Dev


.NET Framework

STL

Windows Presentation Foundation

Bugs & Workarounds

Cryptography & Security

Exception Handling

Internet / Network

Macros and Add-ins

Programming Tips

  • Using Code Rocket's Flowchart and Pseudocode Tool Support - craig.ramsay
    This article provides a walk through of a couple of iterations of using Code Rocket's pseudocode and flowchart tool support for designing and implementing a form of binary search algorithm using the Code Rocket plug-in for Visual Studio (Unedited)
    C++, C, C#, Java, Windows, .NET, ASP.NET, Visual-Studio, WinForms, WebForms, Architect, Dev, QA, Design


Threads, Processes & IPC

Articles updated added Last week

Combo & List Boxes

Desktop Gadgets

  • Fishy fishy fish - Don Kackman
    Just for fun; a bunch of fish swimming around the screen (Unedited)
    C#


Dialogs and Windows

Miscellaneous

  • A C# LED matrix display - Chootair
    A C# user control which displays texts or symbols as if there where displayed on a led matrix screen (Unedited)
    C#, Windows


Toolbars & Docking windows

  • Better docking of Toolbars - Nataraj1978
    Workaround for toolbar docking issue in VC6 applications. (Unedited)
    C++ (VC6), Windows, MFC


Tree Controls

ASP.NET

  • Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC - Shivprasad koirala
    This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different (Unedited)
    C#, .NET (.NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, MVC, Architect


Custom Controls

  • Creating a Numeric TextBox Control - Mohammad Abu-Ali
    This article explains step-by-step how to create a custom textbox that only accepts numeric characters (integer or decimal).
    Javascript, C#3.0.NET3.5, ASP.NET, WebForms, Dev


Silverlight

Validation

  • Enhanced Textbox Control - Pranay Rana
    An extended control which doesn't require attaching a validation control, but just needs specifying the input type.
    C#, Javascript, Windows, .NET, ASP.NET, Dev


Database

  • A Fast CSV Reader - Sebastien Lorion
    A reader that provides fast, non-cached, forward-only access to CSV data.
    C#, Windows, .NET1.1, .NET2.0VS.NET2003, VS2005, DBA, Dev


General Graphics

  • Program for Watermarking an Image - Mohd Arshad (Sam)
    To uniquely identify the images from our storage we use watermarking them with some text (usually company / portal name) (Unedited)
    C#, ASP.NET, GDI, GDI+, processing


  • Program for Format Conversion of An Image - Mohd Arshad (Sam)
    .NET provides extensive support for image conversion. Any image can be processed from one format to another. Most common formats to which .NET have support for are .BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF and .WMF. (Unedited)
    C#, .NET, ASP.NET, GDI, GDI+


OpenGL

  • Target Following Control with OpenGL - ionutcelgroaznic
    A simple target control to show us the direction of the enemy ,useful especially for computer games (Unedited)
    C++, Windows, OpenGL, Dev


C#

XML

  • C# and XML Source Code Documentation - Mike Elliott
    Demonstrates how to use C#.NET's XML source documentation to produce professional, indexed, and searchable source documentation.
    C#, XML, Windows, .NET, Visual-Studio, Dev


.NET Framework

  • An open source FileManagement component helps developing file-required systems easier in .NET - Eunge
    The component is designed to save the effort on developing file-required systems through its easy APIs and integration with ASP.NET web development, e.g. a product requires attachments and thumbnails in a product management system. (Unedited)
    C#, .NET, ASP.NET, WebForms, Architect, DBA, Dev, QA, Design


  • Diagnostic Explorer - cameron_elliot
    A .NET library and web site which allows developers to expose and view arbitrary diagnostic information about their .NET processes
    C# (C#3.0), Windows, .NET (.NET3.5, .NET4.0), Visual-Studio (VS2010), XAML, Silverlight, Dev


Libraries

  • Simple Service Locator - The .NET Junkie
    The easiest Inversion of Control framework in town
    C# (C#3.0), .NET (.NET3.5, .NET4.0), Architect, Dev


Algorithms & Recipes

  • CPTrie: a sorted data structure for .NET - Qwertie
    A memory-efficient Patricia trie that implements IDictionary and supports the "find nearest key" operation (Unedited)
    C# (C#2.0), .NET (.NET2.0, Mono, .NET3.0, .NET3.5, .NET4.0), Dev


Internet / Network

  • Your First Step to the Silverlight Voice/Video Chatting Client/Server - Fadi Abdelqader
    What you should to do to Create your own Silverlight Voice/Video chatting system (Unedited)
    C# (C#4.0), Windows, .NET (.NET4.0), ASP.NET, Silverlight, Architect


  • Remote Control PCs - Andy Bantly
    Two projects that work together to remote control PCs across a LAN
    C++ (VC6), Windows, MFC, Dev


  • CommScript - PIEBALDconsult
    A simple scripting engine for automating communication (e.g. Telnet)
    C#, .NET (.NET3.5), Dev


  • TelnetSocket - PIEBALDconsult
    A wrapper for a System.Net.Sockets.TcpClient that performs simple Telnet negotiation and is scriptable.
    C#, .NET (.NET3.5), Dev


Macros and Add-ins

Threads, Processes & IPC

  • Win32 Thread Pool - Siddharth R Barman
    An implementation of a Thread Pool in C++ for Windows
    C++ (VC6, VC7.1), Windows, Dev


Technical blogs added Last week

Dialogs and Windows

Grid & Data Controls

  • PropertyGrid Collection Events - Ali BaderEddin
    When changing collections in an object through PropertyGrid, the PropertyChanged event doesn't get called. (Unedited)
    C#, Windows, WinForms, Dev


List Controls

  • Sortable ListView - Ali BaderEddin
    The Windows Forms ListView control doesn't provide column sorting functionality. This article shows how to implement sorting while taking field type into consideration (sort by date, number, ...) (Unedited)
    C#, Windows, WinForms-Topics, Dev


Progress Controls

  • C# Windows Form is Busy - Ali BaderEddin
    There are two very common ways of telling the user that your application is busy. One is to show a progress bar that gets updated based on the progress getting done, and another is to show the "Waiting" cursor while the application is doing work. (Unedited)
    C#, Windows, WinForms, Dev


Silverlight

Web Services

  • Calling Web Service Functions Asynchronously from a Web Page - Steve Wellens
    A user had a problem calling a Web Service from a web page asynchronously. I tried his code on my machine and was able to reproduce the problem. I was able to solve his problem, but only after taking the long scenic route through some of the more perplexing nuances of Web Services and Proxies. (Unedited)
    C#, Windows, .NET, ASP.NET, Architect, Dev, Design


SharePoint Server

  • SharePoint SPSite ListView - Ali BaderEddin
    How To Get All Site Urls Without Creating an SPSite object? (Unedited)
    C#, Windows, WinForms, Sharepoint


  • SPList Image and SPFile Icon - Ali BaderEddin
    Take advantage of SPList.ImageUrl and SPFile.IconUrl to improve the user experience of WinForm apps for SharePoint. (Unedited)
    C#, Windows, WinForms, Sharepoint


SQL Reporting Services

  • Open-Source WPF Reporting Engine - rudigrobler
    I have seen so many people use FlowDocuments to create reports! This is really cool but what if you need a more complex reporting engine! Can it handle it? Can it be abstracted and reused! Do you have to start from scratch each time? (Unedited)
    C#, XAML, WPF


Audio and Video

C#

XML

  • XML Editor Control - Ali BaderEddin
    XML Editor with syntax highlighting (Unedited)
    C#, XML, Windows, WinForms, Dev


  • XML Serialization – Tips & Tricks - Ali BaderEddin
    This article shows solutions to some of the common problems related to working with XML Serialization. (Unedited)
    C#, XML


COM / COM+

  • Create your own Hulu.com - rudigrobler
    This demo will ONLY focus on the VIDEO ON DEMAND scenario! (Unedited)
    C#, Windows


Windows Presentation Foundation

  • Inter-process Mediator - rudigrobler
    Imagine for a second that you are writing an application like Outlook… let's call it MiMail.exe! This application is very basic and has 3 views that are relevant to me! I want to be able to see my mail, contacts and calendar! (Unedited)
    C#, XAML, WPF-Topics


  • Anatomy of the Windows 7 taskbar - Progress - rudigrobler
    Anatomy of the Windows 7 taskbar - Progress (Unedited)
    C#, XAML, WPF


  • Make your WPF buttons color hot-track! - rudigrobler
    Make your WPF buttons color hot-track! (Unedited)
    C#, XAML, WPF-Topics


Algorithms & Recipes

  • Hidden Markov Models in C# - César de Souza
    Hidden Markov Models (HMM) are stochastic methods to model temporal and sequence data. They are especially known for their application in temporal pattern recognition such as speech, handwriting, gesture recognition, part-of-speech tagging, musical score following and bioinformatics. (Unedited)
    C#, .NET-Topics


Programming Tips

  • Tooltips in CSS - Raymund Macaalay
    Have you ever wondered how to create tootips uisng CSS only.  I had a problem before when I was tasked to create tooltips in a website and imemdiately I had thought of using Javascript as thats what I am used to but to my surprise that website blocks any JavaScripts.  So the next best thing [...] (Unedited)
    C++, Windows, MFC


String handling