Articles posted in the last week
VB.NET
- Error and Event Logging in VB.NET - salysleThis article describes an approach to writing to a custom error log and to writing events into the system event log.
VB.NET; Windows, .NET (.NET 2.0); Win32, VS (VS2005); Dev - Send a Text Message to a Cell Phone from a VB.NET Application - salysleThis article describes a simple way to send text messages to a cellular phone from within a VB.NET desktop application.
- Implementation of LZW Compression and Decompression in VB.NET - fastalImplementation of Mark Nelson's LZW algorithms in VB.NET (Unedited)
VB.NET; Windows, .NET; Win32, VS; Dev - A .NET Snap To Screen Form - Perry MarchantAn article on snapping a Windows Form to a desktop screen border. (Unedited)
VB.NET; Windows, .NET; Win32, VS; Dev - Automatic color-based image segmentation - fernando@foxtrot-xray.comDetecting, highlighting and extracting regions from images (Unedited)
VB.NET; Windows, .NET; Win32, VS; Dev - SQL Encrypt and decryption library (using rijndael) - George OakesThis library allows a user to use functions in SQL server to encrypt and decrypt text (Unedited)
VB.NET; Windows, .NET; Win32, SQL (SQL 2000, SQL 2005), VS (VS2005); Dev, DB - CSV to Excel XML Spreadsheet with VB.net - BrasstaxSimple program to create Excel XML spreadsheets from CSV files. Utility with source. (Unedited)
VB.NET; Windows, .NET; Win32, VS; Dev - Cryptography 101 for the .NET Framework - Toby EmdenAn introduction to key cryptographic concepts supported by the .NET Framework (Unedited)
VB.NET; Windows (WinXP, Win2003, Vista), .NET (.NET 2.0); Win32, VS (VS2005); Dev
.NET
- Implementing IDisposable and the Dispose Pattern Properly - Scott DormanExplains how to properly implement the IDisposable interface, the Dispose pattern, and deterministic finalization. (Unedited)
- Split Function that Supports Text Qualifiers - LSteinleCreate a Split function that supports text qualifiers for use in C#.Net and VB.Net programs. (Unedited)
- SAP Proxy Generator Add-in for Visual Studio 2005 - Pablo TelmoThis code generator is a Visual Studio 2005 Add-in that creates the source code, in C#, to comunicate with SAP (based on SAP.Connector.dll) (Unedited)
Windows, .NET; Win32, VS; Dev - Installing .NET application in Silent mode using IExpress - Ramkumar RajaArticle explains about how to build the ClickOnce deployment using the IExpress tool (Unedited)
Windows, .NET; Win32, VS; Dev
.NET Compact Framework
- Decimal UpDown Control for Pocket PC - S SansanwalThis control is used for decimal up-down operation in compact framework (Unedited)
Windows, .NET CF; Win32, VS, PDA; Dev
ASP.NET
- Enhanced ASP.NET ImageButton Custom Control with Roll-Over Effects - salysleThis article describes an easy approach to extending an existing ASP.NET control; in this example, the standard toolkit's ImageButton control is extended to support roll-over effects.
- ASP.NET TabBar Server Control - corebytesA customizable ASP.NET 2.0 TabBar server control with designer support, written in VB.NET.
C#, VB.NET, XML; Windows, .NET (.NET 2.0); ASP.NET, Win32, VS (VS2005); Dev - Implement a WinForms TrackBar Control in ASP.NET - salysleThis article describes a simple approach to implementing a Windows Forms TrackBar (slider) control in ASP.NET 2.0.
VB.NET, JScript, HTML; Windows, .NET (.NET 2.0); ASP.NET, Win32, VS (VS2005), IE, WinForms, WebForms; Dev - Setting up an ASP.NET website development environment using Visual Studio .NET, Subversion, and Windows XP - Ralph WillgossThe aim of this article is to give developers a complete set of steps that will allow them to setup their own isolated development environment for developing websites with ASP.NET, Subversion, and Windows XP.
XML; Windows (WinXP), .NET; ASP.NET, Win32, VS (VS.NET2003); Dev - Mimic the Appearance of Outlook's Sidebar with the MultiView Control - salysleThis article describes a simple way to mimic the appearance of Microsoft's Outlook sidebar within an ASP.NET 2.0 web application. The approach is based upon the use of the existing MultiView control contained in the standard ASP.NET 2.0 toolbox, and does not require much time or effort to implement.
VB.NET; Windows, .NET (.NET 2.0); ASP.NET, Win32, VS (VS2005), WebForms; Dev - Connect to SQL Express 'User Instances' - Patrick SpielerManage and Profile SQL Express 'User Instances' (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - Protect non-.NET assets using a .NET Reverse Proxy with Forms Authentication and ISAPI - Toby EmdenHow to protect secure assets using a .NET Reverse Proxy, an ISAPI redirection filter and .NET Forms Authentication (Unedited)
C++ (VC6), VB.NET, XML; Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 2.0); ASP.NET, Win32, IIS (IIS 5, IIS 5.1, IIS 6), VS (VS2005, VS6), MFC; Arch, Dev - How to make a Transparent winform like VistaForm in VS2005 - CaptainZhangWe can modify winform's opacity in .net, but we can not make a form like VistaForm, it's header is transparent, but the rest of the form is not transparent (Unedited)
- Globalization and localization demystified in ASP.NET 2.0 - vivekthakurThis article explains how to globalize an ASP.NET 2.0 website step by step with a practical example (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - A .NET 2.0 Server Control for ActiveX activation fix - Seth-BA .NET 2.0 server control to fix the ActiveX activation issue caused by Internet Explorer updates. (Unedited)
- Cisco IP Phone Services - Guillaume GrosA small example on how to produce content for Cisco IP Phones in ASP.NET (Unedited)
Windows, .NET; Win32, VS, ASP.NET; Dev - A Filter Dialog for a DataGridView - nauthiz69_3This is a dialog window that allows filtering a datagridview. It can build filters with any depth of parentheses. (Unedited)
- Dynamic reports with Microsoft local report engine - Dimitar MadjarovAn article for local report engine incorporate in MS VS 2005 and generation of dynamic reports (Unedited)
C#; Windows, .NET; ASP.NET, Win32, VS (VS.NET2003, VS2005); Dev - WDX C# Creditcard Validation Functions - Anthony MainVarious methods for validating credit card details (Unedited)
C# (C# 1.0, C# 2.0); Windows, .NET (.NET 1.0, .NET 1.1, .NET 2.0); ASP.NET, Win32, VS (VS.NET2002, VS.NET2003, VS2005); Dev - Deep Serialization: Binary and SOAP Serialization with a Generic Twist - Joseph FinsterwaldA serialization class that you can include in your class library. (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - Casting from a Collection to a Data Table using Generics and Attributes - jfinsterThis article shows how you can use Attributes to solve problems that involve cross cutting concerns. (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - Forgot password scenario in Membership API/Password Retrieving in ASP.NET(2.0) using Membership API - MinhajkkPassword Retrieving in ASP.NET(2.0) using Membership API (Unedited)
- MVP in ASP.NET with .NET Remoting - Marcin Kawalerowicz.NET Remoting and ASP.NET MVP. Extending Billy McCaffertys "Model View Presenter with ASP.NET". (Unedited)
C#; .NET (.NET 2.0), Windows; ASP.NET, IIS (IIS 5, IIS 5.1, IIS 6), VS (VS2005), Win32; Dev - Using Control State in ASP.NET 2.0 - salysleThis article describes a simple approach to maintaining control state in an ASP.NET 2.0 custom web control.
C# Database
- Applied MS Reporting Services 101 using Smart Client - Asif SayedAn applied approach to get you started with MS Reporting Services using Smart Client host. (Unedited)
C#; Windows, .NET; Win32, VS; DB, Dev
JavaScript
- Opening an image in a new closeable browser window - bociThis article gives an example to beginner web developers about using javascript functions. (Unedited)
JScript; Windows; Win32, VS; Dev
VB / VBScript
- Excel to HTML Macro - | kal9091@yahoo.comA simple macro that will convert your Excel data into a clean HTML table.
C# Algorithms
- Unicode Optical Character Recognition - Daniel AdmassuThe Project is an optical character recongnition application using artificial neural networks.
C# (C# 1.0); Windows, .NET; Win32, VS (VS.NET2003); Dev - A-star implementation in C# (Path Finding) - CastorTiuA-star algorithm implementation in C#. (Unedited)
Windows; Win32, VS; Dev
C# Libraries
- Using the Asterisk IAXClient library in C# - Andre AzevedoA C# wrapper for the Asterisk IAXClient library.
C#; Windows (WinXP), .NET (.NET 2.0); Win32, VS (VS2005); Dev - An easy to use URL file downloader class for .NET - Scott DormanA simple to use resumable file downloader class that provides progress feedback for .NET 2.0 or .NET 1.1 (Unedited)
C# (C# 1.0, C# 2.0); Windows (NT4, Win2K, WinXP, Win2003, Vista), .NET (.NET 1.1, .NET 2.0, Mono, DotGNU); Win32, VS (VS.NET2003, VS2005); Dev - Modify / Remove or Add IPTC Information to a Jpeg file easily with this library - Bobby6KThis article deals with a library built to Remove / modify / add some IPTC Metadata (not EXIF) (Unedited)
C# Programming
- Setting Enum's Through Reflection - bobdainSolves the problem of how to set an enum type in a dynamically loaded DLL.
C#; Windows, .NET; Win32, VS; Dev - Clipboard backup in C# - ViGO srlBacking up the clipboard using C# and Windows API calls to avoid C#'s limits on clipboard management.
- Strong Password Generator - Petr FelzmannCryptographically random and strong password generator. (Unedited)
- eptaxia - A Lightweight Mind Game - Bilgin EsmeA cute and yet challenging game written in C#. Also hints on graphics, sound and simple class structures. (Unedited)
C#; Windows, .NET; Win32, VS; Dev - Super Fast Spell Checking in C# - SharpenedCUse a Binary Search Tree to perform super fast spell checking. Support for custom dictionaries. (Unedited)
- log4net NonBufferedSmtpAppenderWithSubjectLayout - DaBuddhaManNonBufferedSmtpAppenderWithSubjectLayout is an appender for the log4net logging framework. The mails it sends are non buffered (1 log message = 1 mail) and the subject of the mail can be customized with a layout (Unedited)
C# (C# 1.0, C# 2.0); Windows, .NET (.NET 1.1, .NET 2.0); Win32, VS (VS.NET2003, VS2005); Dev - Create a Windows Media Player List - suneelpCreate Playliist regardless of windows recognised format using strings, arrays and files (Unedited)
C# (C# 2.0); Windows, .NET (.NET 2.0); Win32, VS (VS.NET2002, VS.NET2003, VS2005, VS6); Dev - How to Append to a Large XML File - Dustin MetzgarAppending to an XML file can be tricky with large files in terms of speed and memory usage. This article covers the options available in .NET. (Unedited)
- Static Keyword demystified - vivekthakurThis article aims to clear confusion regarding the use of static keyword in C# (Unedited)
C#; Windows, .NET; Win32, VS; Dev - Using DLL component as Embedded Resource (Using reflection) - FetalDumpDescribes how you can use DLL component without reference from resources (Unedited)
C#; Windows, .NET; Win32, VS; Dev
C# Samples
- Parsing event log(*.evt) file - J@y@krishn@n An article on parsing/opening event log files(*.evt) using c#
C# (C# 2.0); Windows (Win2K, WinXP, Win2003), .NET (.NET 2.0); Win32, VS (VS2005); Dev
Design and Architecture
- An NUnit Test Suite Implementation - Brett DanielThis article describes a scalable NUnit unit test suite for use on a tiered, database-driven .NET application. (Unedited)
C# (C# 2.0); Windows, .NET (.NET 2.0); Win32, VS (VS2005); Dev
Files and Folders
- Transactional File Management in .NET - ikehatTransactional files, missing in Windows, allowing file manipulation that can be rolled-back to the original state, and retain their integrity in case of failure. It can be used for any manipulation, including accelerated alternatives to database manipulation (to be discussed in a follow-up article). (Unedited)
Windows; Win32, VS; Dev - Copy Directory recursively using wmi - nitstheoneThis article tells how to copy directory recursively using wmi (Unedited)
Windows; Win32, VS; Dev
Multimedia
- Assembly to read and write Ogg tags (Vorbis, FLAC, and Speex) - Cyber SinhAssembly to read and write Ogg tags (Vorbis, FLAC, and Speex).
- C# Voice and Tone Alert Generator - salysleThis article describes an application used to generate and test aural alerts.
C#; Windows, .NET (.NET 2.0); Win32, VS (VS2005); Dev
System Programming
- How to create your own Visual Studio wizard - A$TRAL MoristarThis article describes process creating VS wizard (Unedited)
Bugs and Workarounds
- ProjectServer site in SharePoint - S.S. AhmedWhat will you do if you are unable to access your project's site in SharePoint? This is, in fact, not an article but a small tip that will show you one way of resolving your problem. (Unedited)
Windows; Win32, VS; Dev
Work Issues
- Enabling Urdu in Visual Basic 6.0 - Ubaid R. BaigThis will help the beggingers to enable Urdu in VB 6. (Unedited)
Windows; Win32, VS; Dev - A list of items that should be backed up by hand prior to doing a system rebuild. - code-frogThis article will attempt to save you headaches and grief that may result from doing a system rebuild and not backing up some key files you now wish you had. (Unedited)
Windows; Win32, VS; Dev - Methods, products and tactics for removing spyware from infected systems. - code-frogThis article will take you into the depths of fighting spyware and tell you about several useful tools both free and commercial for removing spyware. (Unedited)
Vista / WinFX
- Dragging Elements in a Canvas - Josh SmithDiscusses a class which provides automated dragging of elements in a WPF Canvas. (Unedited)
C# (C# 2.0); Windows (WinXP, Vista), .NET (.NET 3.0); VS (VS2005), XAML, WPF, Win32; Dev - Using 2D controls in 3D environment - Dragos DumitruWPF allows users to create rich 3D interfaces, but it cripples the productivity by not allowing a standard way of using the 2d controls in such an interface. Lets see if it can be done manually. (Unedited)
Updated Articles
VB.NET
- Service monitoring and IPC - fernando@foxtrot-xray.com A simple example of using interprocess communication without sockets or remoting (Unedited)
VB.NET; Windows, .NET; ASP.NET, Win32, VS; Dev - Add Custom Properties to a PropertyGrid - Danilo Corallo Extend a PropertyGrid with an Item collection; easy customization of properties with custom editor, custom converter and databinding. (Unedited)
C#, VB.NET; Windows, .NET (.NET 1.1, .NET 2.0); Win32, VS (VS.NET2003, VS2005), WinForms; Dev
.NET
- EMF Printer Spool File Viewer - Duncan Edwards Jones A viewer application for EMF format spool files.
C++, VB.NET; Windows (NT4, Win2K, WinXP, Win2003), .NET (.NET 1.0, .NET 1.1, .NET 2.0); Win32, VS (VS.NET2002), GDI+; Dev - Remoting Event (Simple and efficient for enterprise solutions) - Hossein eraghi This article contains simplest solutions for 1. ( Security Problem for DelegateSerializationHolder ) , 2. (IO Problem) , 3. (Messaging Speed Problem) .NOTE: (Messaging Speed Problem) will appear when your application worked for longtime. (Unedited)
C# (C# 1.0, C# 2.0); Windows, .NET (.NET 1.0, .NET 1.1, .NET 2.0); Win32, VS (VS.NET2002, VS.NET2003, VS2005), WinForms; Dev
.NET Compact Framework
- Using MyXaml on the Compact Framework - BertjeBier An article on the application of MyXaml on the Compact Framework.
C#; Windows, .NET CF, .NET (.NET 1.0); Win32, VS (VS.NET2003), PDA; Dev
ASP.NET
- ScrollingGrid: A cross-browser freeze-header two-way scrolling DataGrid - Ashley van Gerven A cross-browser container control for a DataGrid to freeze the header row and sync the header when the DataGrid is scrolled horizontally.
C#, JScript; Windows (Win2K, WinXP), .NET (.NET 1.1); ASP.NET, Win32, VS (VS.NET2003), ADO.NET; Dev - MAC Address Text Box and Class - Melon00 This is an edit box for MAC / physical addresses, with a class handler.
C#; Windows, .NET (.NET 2.0); ASP.NET, Win32, VS (VS2005); Dev - Using NHibernate with Multiple Databases - Billy McCafferty This article describes using NHibernate with multiple databases concurrently. (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - Tabstrip within ASP.NET 2.0 - Building a Composite Control - Stuart Saltzman WebForms TabStrip Control (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - Achieve multiple tasks (child window) functionality in a web application using UIAPB - Deobrat Singh Describes a solution to achive shared session, multiple tasks functionality using User Interface Process Application Block 2.0 (Unedited)
C#; Windows, .NET (.NET 2.0); ASP.NET, Win32, VS (VS2005), IE (IE 5.0, IE 6.0, IE 5.5), WebForms; Arch, Dev - Rating Demystified: Ajax Way, Amazon Way* - Quartz... Ever wondered, how the amazon rating system works with multiple items in the same page, here is a simple article to describe the basic bare bones needed to create an aynchronous rating module using ASP.NET , SQL Server and ..... AJAX (Unedited)
Windows, .NET; ASP.NET, Win32, VS; Dev - Make session last forever - Gevorg This article will show how to make session last longer than 20 minute of inactivity. (Unedited)
Windows, .NET (.NET 1.0, .NET 1.1, .NET 2.0); ASP.NET, Win32, VS; Dev
AJAX / Atlas
- An Introduction to AJAX Techniques and Frameworks for ASP.NET - Rama Krishna Vavilala This article introduces AJAX to ASP.NET developers, implementing an example web page in different ways using ASP.NET Atlas, ASP.NET callbacks, Ajax.Net, Anthem.Net, and MagicAjax.Net.
C# (C# 2.0), JScript, XML, HTML (IE 4+ DHTML, Gecko DHTML); Windows, .NET; ASP.NET, Win32, VS, AJAX; Dev
C# Controls
- Another Month Calendar - Patrik Bohman A customizable month calendar with support for date formatting.
C#; Windows (Win2K, WinXP), .NET (.NET 1.1, .NET 2.0); Win32, VS (VS.NET2003, VS2005); Dev - A control to display pie charts with highly customizable formatting - mattsj1984 A control to display pie charts with highly customizable formatting.
C#; Windows, .NET (.NET 2.0); Win32, VS (VS2005), GDI+; Dev - Farsi Library - Working with Dates, Calendars, and DatePickers - H. Eskandari A library to work with "Persian Calendar", "Hijri Calendar" and "GregorianCalendar" with WinForms GUI controls designed for Persian (Farsi) or Arabic Language applications in mind, but usable in any windows application that makes use of calendars and dates. (Unedited)
C#; Windows (Win98, Win2K, WinXP, Win2003), .NET (.NET 2.0); Win32, VS (VS2005), WinForms; Dev - C# File Browser - Steven Roebert A file browser written in C#, very much like Windows Explorer (Unedited)
C#; Windows (Win2K, WinXP), .NET (.NET 2.0); Win32, VS (VS2005); Dev - Extending Windows Forms - lightweight views - Alexey A. Popov This article describes an implementation of lightweight views - visual objects that behave like Windows Forms controls but are windowless. Such objects simplify some user interface design tasks and conserve system resources. (Unedited)
C#; Windows, .NET; Win32, VS; Dev
Combo & Listboxes
- TdhComboBox - An Inherited ComboBox With ReadOnly Property. - IlĂon This article describes an subclassed ComboBox with ReadOnly functionality. (Unedited)
C# (C# 1.0); Windows, .NET (.NET 1.0); Win32, VS (VS.NET2002), WinForms; Dev
C# Libraries
- Office 2007 .bin file format - Stephane Rodriguez. Undocumented binary file formats coming in the Office 2007 timeframe (Unedited)
C++ (VC6), C#; Windows, .NET (.NET 1.1, .NET 2.0); Win32, VS (VS.NET2003); Dev
C# Programming
- Linkify AddIn for VS 2005 - peterchen Link source code comments to your bug tracker, MSDN, development WIKI and more (Unedited)
C# (C# 2.0); Windows, .NET (.NET 2.0); Win32, VS (VS2005); Dev - FileHelpers v1.6.0 - Automatic File Import/Export Framework - Marcos Meli An easy to use .NET library to read/write strong typed data from files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer) (Unedited)
C#, VB.NET; Windows, WinCE (CE .NET 4.0, CE .NET 4.1, CE .NET 4.2), .NET CF, .NET (.NET 1.0, .NET 1.1, .NET 2.0); ASP.NET, Win32, VS, PDA, ADO.NET; Arch, Dev
1 comment:
.NET ProgressBar Component for showing status
Post a Comment