Click here to Skip to main content
6,628,952 members and growing! (20,001 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by salysle (91 articles found)

Average article rating: 3.70

Edit Controls

Extend the Textbox Control to Validate Against Regular Expressions
Last Updated: 31 Jan 2007   Page Views: 28,554   Rating: 3.53/5    Votes: 6   Popularity: 2.75   Bookmark Count: 52
This article describes an approach to validating text box entries against a regular expression

Files and Folders

Compress Folders with C# and the SharpZipLib
Last Updated: 24 Jan 2008   Page Views: 44,558   Rating: 3.75/5    Votes: 14   Popularity: 4.30   Bookmark Count: 84
Licence: The Code Project Open License (CPOL)   
This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder.
Opening Jars with C#
Last Updated: 8 Jul 2008   Page Views: 8,162   Rating: 1.50/5    Votes: 4   Popularity: 0.90   Bookmark Count: 7
Licence: The Code Project Open License (CPOL)   
This article shall describe an approach that may be used to extract Jar files.
Opening Jars with Visual Basic
Last Updated: 8 Jul 2008   Page Views: 7,038   Rating: 3.00/5    Votes: 3   Popularity: 1.43   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
This article shall describe an approach that may be used to extract Jar files.

Miscellaneous

Gradient Panel Custom Control
Last Updated: 7 Dec 2006   Page Views: 24,245   Rating: 3.38/5    Votes: 4   Popularity: 2.04   Bookmark Count: 27
This article describes a quick and simple approach to creating a gradient panel custom control.

Tabs & Property Pages

Gradient Background Tab Custom Control
Last Updated: 7 Dec 2006   Page Views: 44,453   Rating: 3.95/5    Votes: 10   Popularity: 3.95   Bookmark Count: 69
This article describes a quick and simple approach to creating a tabbed custom control with a gradient background.

Tree Controls

Working with TreeView Controls
Last Updated: 22 Jan 2008   Page Views: 14,737   Rating: 4.11/5    Votes: 3   Popularity: 1.96   Bookmark Count: 22
Licence: The Code Project Open License (CPOL)   
An article about working with TreeView controls
Working with TreeView Controls
Last Updated: 22 Jan 2008   Page Views: 21,106   Rating: 4.31/5    Votes: 8   Popularity: 3.89   Bookmark Count: 48
Licence: The Code Project Open License (CPOL)   
An article about working with TreeView controls

Applications & Tools

Embed PDFs into a Web Page with a Custom Control
Last Updated: 27 Jan 2007   Page Views: 53,714   Rating: 3.70/5    Votes: 22   Popularity: 4.97   Bookmark Count: 93
Embed PDFs into a Web Page with a Custom Control
ASP.NET 2.0 Visio Custom Control
Last Updated: 27 Jan 2007   Page Views: 40,622   Rating: 3.36/5    Votes: 11   Popularity: 3.50   Bookmark Count: 41
Creating a custom web control used to display Microsoft Visio files within an ASP.NET page.

ASP.NET

An Easy Introduction to Localization in ASP.NET 2.0
Last Updated: 16 Oct 2006   Page Views: 63,467   Rating: 4.53/5    Votes: 16   Popularity: 5.45   Bookmark Count: 76
This article describes a quick and easy way to implement localization through the use of resource strings within an ASP.NET 2.0 application (Visual Basic 2005).
Implement a WinForms TrackBar Control in ASP.NET
Last Updated: 23 Aug 2006   Page Views: 28,500   Rating: 3.75/5    Votes: 7   Popularity: 3.17   Bookmark Count: 14
This article describes a simple approach to implementing a Windows Forms TrackBar (slider) control in ASP.NET 2.0.
Upload Files in ASP.NET 2.0
Last Updated: 26 Sep 2006   Page Views: 84,782   Rating: 2.76/5    Votes: 18   Popularity: 3.46   Bookmark Count: 79
This article describes three different approaches to uploading a file to a web server.
Mimic the Appearance of Outlook's Sidebar with the MultiView Control
Last Updated: 23 Aug 2006   Page Views: 24,754   Rating: 3.88/5    Votes: 7   Popularity: 3.28   Bookmark Count: 38
This 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.
Easy SMTP Mail Using ASP.NET 2.0
Last Updated: 4 Oct 2006   Page Views: 148,972   Rating: 4.17/5    Votes: 25   Popularity: 5.83   Bookmark Count: 145
The article addresses two topics: sending an email message to a standard email account, and sending an SMS message to a cell phone or pager.
An Easy Approach to Displaying a Message Box in ASP.NET 2.0
Last Updated: 16 Oct 2006   Page Views: 31,518   Rating: 3.72/5    Votes: 10   Popularity: 3.72   Bookmark Count: 23
This article describes a quick and easy way to display message boxes within an ASP.NET 2.0 project.

Charts, Graphs and Images

Implement Microsoft DirectX Image Transformation Filters in ASP.NET 2.0
Last Updated: 28 Aug 2006   Page Views: 21,047   Rating: 4.26/5    Votes: 4   Popularity: 2.57   Bookmark Count: 23
This article describes an easy approach to creating custom web controls used to display Microsoft DirectX Image Transformation filter effects in an ASP.NET 2.0 web page.
Peanut Gallery – An Easy Image Gallery for ASP.NET
Last Updated: 20 Nov 2006   Page Views: 47,930   Rating: 3.71/5    Votes: 5   Popularity: 2.60   Bookmark Count: 45
This article addresses the construction of a simple image gallery type of web application.

Custom Controls

Build your own Flash player custom control in a flash
Last Updated: 11 Aug 2006   Page Views: 46,928   Rating: 4.06/5    Votes: 7   Popularity: 3.43   Bookmark Count: 45
This article describes a quick and simple approach to creating a custom web control used to display Shockwave Flash files within an ASP.NET page.
A Custom Image Button Control with Mouse-Over Effects and Client Side Action
Last Updated: 14 Aug 2006   Page Views: 47,926   Rating: 3.77/5    Votes: 7   Popularity: 3.19   Bookmark Count: 23
This article describes an easy approach to the construction of a custom ASP.NET 2.0 image button control that contains both a mouse-over effect and calls a JavaScript function when clicked.
Enhanced ASP.NET ImageButton Custom Control with Roll-Over Effects
Last Updated: 25 Aug 2006   Page Views: 34,310   Rating: 4.07/5    Votes: 3   Popularity: 1.94   Bookmark Count: 20
This 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.
Track Stock Prices with a Custom Control
Last Updated: 2 Nov 2006   Page Views: 15,765   Rating: 4.00/5    Votes: 4   Popularity: 2.41   Bookmark Count: 20
This article describes the construction of a custom control used to check stock prices as made available through a public web service.
Auto-Update as a Simple Custom Control
Last Updated: 2 Nov 2006   Page Views: 23,177   Rating: 2.20/5    Votes: 2   Popularity: 0.66   Bookmark Count: 18
This article describes an easy way to implement automated page refreshes through the use of a custom control.
Convert Currency Values with a Custom Control
Last Updated: 8 Nov 2006   Page Views: 20,030   Rating: 4.40/5    Votes: 5   Popularity: 3.08   Bookmark Count: 13
This article describes the details for constructing a custom ASP.NET 2.0 composite control used to convert one form of currency into another.
Lookup Area Codes by Zip Codes with an ASP.NET Custom Control
Last Updated: 8 Nov 2006   Page Views: 17,549   Rating: 4.33/5    Votes: 4   Popularity: 2.61   Bookmark Count: 22
This article describes the construction of a simple custom control used to lookup an area code and a city/state location based upon a selected zip code; the lookup is performed through the use of an available public web service.
Forecast the Weather with a Custom Control
Last Updated: 8 Nov 2006   Page Views: 21,002   Rating: 4.53/5    Votes: 6   Popularity: 3.52   Bookmark Count: 32
This article describes the construction of a custom control used to display a three day weather forecast based upon a designated zip code.
Add an RSS Feed Through a Custom Control
Last Updated: 10 Nov 2006   Page Views: 16,659   Rating: 4.11/5    Votes: 2   Popularity: 1.24   Bookmark Count: 34
This article describes the construction of a very simple custom server control used to display the content returned from an RSS feed.
Add a Daily Dilbert Comic with a Custom Control
Last Updated: 10 Nov 2006   Page Views: 15,955   Rating: 2.25/5    Votes: 4   Popularity: 1.35   Bookmark Count: 13
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
Add Multimedia Content with a Custom Control
Last Updated: 6 Dec 2006   Page Views: 25,836   Rating: 3.25/5    Votes: 6   Popularity: 2.53   Bookmark Count: 35
This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page.
Building a UNIX Time to Date Conversion Custom Control in VB
Last Updated: 4 Jun 2008   Page Views: 7,041   Rating: 4.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 4
Licence: The Code Project Open License (CPOL)   
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a WinForms application.
Building a UNIX Time to Date Custom Control in C#
Last Updated: 6 Jun 2008   Page Views: 8,516   Rating: 3.67/5    Votes: 3   Popularity: 1.75   Bookmark Count: 8
Licence: The Code Project Open License (CPOL)   
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a WinForms application.

User Controls

Using Control State in ASP.NET 2.0
Last Updated: 23 Aug 2006   Page Views: 33,206   Rating: 2.07/5    Votes: 9   Popularity: 1.97   Bookmark Count: 20
This article describes a simple approach to maintaining control state in an ASP.NET 2.0 custom web control.

Web Services

Allow Users to Report Meaningful Defect Information
Last Updated: 30 Jan 2007   Page Views: 25,102   Rating: 4.04/5    Votes: 11   Popularity: 4.21   Bookmark Count: 51
This article describes an approach to providing users with the means to submit error information directly back to the software developers as errors are encountered during the use of a targeted application
Geocoding a Physical Address using Yahoo Web Services and Visual Basic
Last Updated: 18 Jan 2008   Page Views: 11,294   Rating: 3.00/5    Votes: 2   Popularity: 0.90   Bookmark Count: 18
Licence: The Code Project Open License (CPOL)   
An article on Geocoding a physical address using Yahoo Web Services and Visual Basic
Consuming the Yahoo! Local Search Service in a C# WinForms Application
Last Updated: 18 Jan 2008   Page Views: 7,924   Rating: 1.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
An article on consuming the Yahoo! Local Search Service in a C# WinForms Application
Consuming the Yahoo! Local Search Service in a Visual Basic WinForms Application
Last Updated: 19 Jan 2008   Page Views: 6,518   Rating: 3.29/5    Votes: 3   Popularity: 1.57   Bookmark Count: 7
Licence: The Code Project Open License (CPOL)   
An article on consuming the Yahoo! Local Search Service in a Visual Basic WinForms Application
Upload Any File Type through a Visual Basic 2005 Web Service
Last Updated: 21 Jan 2008   Page Views: 18,096   Rating: 3.29/5    Votes: 4   Popularity: 1.98   Bookmark Count: 27
Licence: The Code Project Open License (CPOL)   
An article on uploading any file type through a Visual Basic 2005 Web Service
Geocoding a Physical Address using Yahoo Web Services and C#
Last Updated: 21 Jan 2008   Page Views: 11,288   Rating: 4.09/5    Votes: 5   Popularity: 2.86   Bookmark Count: 27
Licence: The Code Project Open License (CPOL)   
An article on geocoding a physical address using Yahoo Web Services and C#

Audio and Video

C# Voice and Tone Alert Generator
Last Updated: 25 Aug 2006   Page Views: 57,178   Rating: 4.55/5    Votes: 15   Popularity: 5.35   Bookmark Count: 78
This article describes an application used to generate and test aural alerts.
Embedding and Playing WAV Audio Files in a WinForms Application
Last Updated: 31 Jan 2007   Page Views: 41,709   Rating: 4.53/5    Votes: 9   Popularity: 4.32   Bookmark Count: 48
This article describes an approach to embedding WAV audio files into an application and playing them through the use of the System.Media class library
Text to Speech with the Microsoft Speech Library and SDK version 5.1
Last Updated: 31 Aug 2006   Page Views: 58,113   Rating: 3.69/5    Votes: 9   Popularity: 3.52   Bookmark Count: 56
This article describes an application used to exercise some of the Text To Speech features available to .NET developers through the Microsoft Speech 5.1 SDK.
Just for Fun – A Small Piano Keyboard
Last Updated: 3 Oct 2006   Page Views: 30,733   Rating: 3.93/5    Votes: 6   Popularity: 3.06   Bookmark Count: 36
This article describes a project used to build a simple piano keyboard that plays some not too terrific sounding notes, courtesy of the Kernel32.dll’s Beep function.

GDI+

Building a Simple Image Conversion Utility
Last Updated: 13 Sep 2006   Page Views: 36,961   Rating: 4.37/5    Votes: 9   Popularity: 4.17   Bookmark Count: 45
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Convert a DataGridView into a Bitmap
Last Updated: 26 Oct 2006   Page Views: 35,657   Rating: 4.23/5    Votes: 7   Popularity: 3.58   Bookmark Count: 35
This article describes an easy approach to converting a DataGridView control into a Bitmap.
Simple Image Mapping Utility
Last Updated: 26 Oct 2006   Page Views: 28,501   Rating: 4.44/5    Votes: 4   Popularity: 2.67   Bookmark Count: 29
This article describes an easy approach to building a simple image mapping utility that may be used to mark and store points as pixel based coordinates from an image file or directly from a web page.

Database

An Approach to Viewing the Structure of a Database Using VB 2005
Last Updated: 14 Sep 2006   Page Views: 33,395   Rating: 4.29/5    Votes: 14   Popularity: 4.92   Bookmark Count: 44
This article describes an easy approach to examining all of the tables, views, and columns in a database.
View Database Structure Using C#
Last Updated: 20 Jan 2008   Page Views: 25,716   Rating: 4.24/5    Votes: 8   Popularity: 3.82   Bookmark Count: 61
Licence: The Code Project Open License (CPOL)   
An article on how to view a database structure using C#

LINQ

Using LINQ to Objects in Visual Basic
Last Updated: 4 Jun 2008   Page Views: 10,007   Rating: 3.60/5    Votes: 3   Popularity: 1.72   Bookmark Count: 9
Licence: The Code Project Open License (CPOL)   
This article provides an introduction to employing LINQ to Objects queries to support a simple WinForms application; the article addresses the construction of LINQ to Objects statements, and then goes on to describe how one might use LINQ to Objects within the context of an actual application.
Simple LINQ to SQL in C#
Last Updated: 4 Jun 2008   Page Views: 38,071   Rating: 4.28/5    Votes: 13   Popularity: 4.77   Bookmark Count: 50
Licence: The Code Project Open License (CPOL)   
This article provides an introduction to employing LINQ to SQL within a Windows Forms application. The article will address the incorporation of LINQ to SQL into a WinForms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored proced
Using LINQ to SQL in Visual Basic
Last Updated: 6 Jun 2008   Page Views: 23,137   Rating: 4.29/5    Votes: 9   Popularity: 4.10   Bookmark Count: 30
Licence: The Code Project Open License (CPOL)   
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored proce
Using LINQ to Objects in C#
Last Updated: 6 Jun 2008   Page Views: 31,772   Rating: 3.87/5    Votes: 12   Popularity: 4.18   Bookmark Count: 47
Licence: The Code Project Open License (CPOL)   
This article provides an introduction to employing LINQ to Objects queries to support a simple win forms application; the article addresses the construction of LINQ to Objects statements and then goes on to describe how one might use LINQ to Objects within the context of an actual application.
C# Scrollable Picturebox Custom Control
Last Updated: 9 Jun 2008   Page Views: 24,496   Rating: 4.00/5    Votes: 2   Popularity: 1.20   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project.

C / C++ Language

Internet Connection State Control
Last Updated: 3 Oct 2006   Page Views: 37,448   Rating: 3.15/5    Votes: 8   Popularity: 2.85   Bookmark Count: 53
This article describes an easy approach to building two controls used to monitor the status of an internet connection and provide the user with some indication of that status.
Segmented LED Control Emulation
Last Updated: 4 Oct 2006   Page Views: 23,944   Rating: 3.39/5    Votes: 8   Popularity: 3.06   Bookmark Count: 25
This project describes an approach for constructing a hardware emulation of a segmented seven element LED display.

C#

Passing Data between Windows Forms
Last Updated: 27 Jan 2007   Page Views: 62,946   Rating: 3.83/5    Votes: 40   Popularity: 6.13   Bookmark Count: 136
Passing Data between Windows Forms
RSS Feed Link Reader
Last Updated: 29 Feb 2008   Page Views: 14,341   Rating: 4.33/5    Votes: 2   Popularity: 1.30   Bookmark Count: 34
Licence: The Code Project Open License (CPOL)   
Constructing a simple application that may be used to view RSS feeds from the desktop
Word Processor Based Upon an Extended RichTextBox Control
Last Updated: 11 Apr 2007   Page Views: 76,440   Rating: 4.69/5    Votes: 43   Popularity: 7.67   Bookmark Count: 150
Licence: The Code Project Open License (CPOL)   
This article describes an easy approach to building a simple word processor around an extended version of the Rich Text Box (RTB) control
Mapping with a GPS and C#
Last Updated: 23 Jan 2008   Page Views: 49,818   Rating: 4.62/5    Votes: 20   Popularity: 6.01   Bookmark Count: 89
Licence: The Code Project Open License (CPOL)   
An article on mapping with a GPS in C#
Running a Web Site in Kiosk Mode with C#
Last Updated: 27 Feb 2008   Page Views: 16,050   Rating: 3.36/5    Votes: 7   Popularity: 2.84   Bookmark Count: 30
Licence: The Code Project Open License (CPOL)   
This article is about running a Web site in kiosk mode and disabling some normal keyboard control functionality to limit a user’s ability to depart from kiosk mode.
Parsing Sentences and Building Text Statics in C#
Last Updated: 4 Jun 2008   Page Views: 10,323   Rating: 2.22/5    Votes: 4   Popularity: 1.34   Bookmark Count: 12
Licence: The Code Project Open License (CPOL)   
This article describes three approaches to parsing the sentences from a body of text; three approaches are shown as a means of describing the pros and cons for performing this task using each different approach.
RSS Feed Link Reader
Last Updated: 5 Jun 2008   Page Views: 8,662   Rating: 4.43/5    Votes: 5   Popularity: 3.10   Bookmark Count: 18
Licence: The Code Project Open License (CPOL)   
This article discusses the construction of a simple application that may be used to view RSS feeds from the desktop.
Image Viewer User Control with Preview Capability
Last Updated: 5 Jun 2008   Page Views: 8,649   Rating: 4.00/5    Votes: 5   Popularity: 2.80   Bookmark Count: 17
Licence: The Code Project Open License (CPOL)   
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files.
Cascading Deletes in LINQ to SQL
Last Updated: 7 Jul 2008   Page Views: 8,728   Rating: 3.67/5    Votes: 2   Popularity: 1.10   Bookmark Count: 18
Licence: The Code Project Open License (CPOL)   
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL.
Build a Simple Watermarking Utility in C#
Last Updated: 19 Jan 2008   Page Views: 17,146   Rating: 4.13/5    Votes: 11   Popularity: 4.30   Bookmark Count: 44
Licence: The Code Project Open License (CPOL)   
An article on building a simple Watermarking utility in C#
Fill in PDF Form Fields using the Open Source iTextSharp Dynamic Link Library
Last Updated: 22 Jan 2008   Page Views: 30,121   Rating: 4.70/5    Votes: 9   Popularity: 4.48   Bookmark Count: 70
Licence: The Code Project Open License (CPOL)   
Article describing a quick and simple approach to programmatically completing a PDF document through use of the iTextSharp DLL
Upload Any File Type through a Web Service
Last Updated: 23 Jan 2008   Page Views: 14,035   Rating: 3.71/5    Votes: 4   Popularity: 2.24   Bookmark Count: 43
Licence: The Code Project Open License (CPOL)   
This article shall describe an approach that may be used to upload any sort of a file through a web service from a Windows Forms application.
Manage Data in a WinForms Application (without the Database)
Last Updated: 6 Jun 2008   Page Views: 8,498   Rating: 3.61/5    Votes: 11   Popularity: 3.76   Bookmark Count: 33
Licence: The Code Project Open License (CPOL)   
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.

VB.NET

Building a Simple Word Processor Around an Extended RichTextBox Control
Last Updated: 13 Sep 2006   Page Views: 110,627   Rating: 4.39/5    Votes: 28   Popularity: 6.35   Bookmark Count: 131
This article describes an easy approach to building a simple word processor around an extended version of the RichTextBox (RTB) control.
RSS Feed Link Reader
Last Updated: 28 Feb 2008   Page Views: 7,370   Rating: 2.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 20
Licence: The Code Project Open License (CPOL)   
Construction of a simple application that may be used to view RSS feeds from the desktop
Killing Processes from a Visual Basic Application
Last Updated: 9 Jun 2008   Page Views: 17,573   Rating: 3.83/5    Votes: 4   Popularity: 2.31   Bookmark Count: 31
Licence: The Code Project Open License (CPOL)   
This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID.
Error and Event Logging in VB.NET
Last Updated: 23 Aug 2006   Page Views: 51,107   Rating: 3.44/5    Votes: 15   Popularity: 4.05   Bookmark Count: 46
This article describes an approach to writing to a custom error log and to writing events into the system event log.
Mapping with a GPS and VB.NET
Last Updated: 22 Jan 2008   Page Views: 27,754   Rating: 4.31/5    Votes: 7   Popularity: 3.64   Bookmark Count: 50
Licence: The Code Project Open License (CPOL)   
An article on mapping with a GPS in VB.NET
RSS Feed Link Reader
Last Updated: 5 Jun 2008   Page Views: 4,683   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 9
Licence: The Code Project Open License (CPOL)   
This article discusses the construction of a simple application that may be used to view RSS feeds from the desktop.
Image Viewer User Control with Preview Capability
Last Updated: 5 Jun 2008   Page Views: 11,898   Rating: 3.50/5    Votes: 5   Popularity: 2.45   Bookmark Count: 24
Licence: The Code Project Open License (CPOL)   
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files.
Manage Data in a WinForms Application (without the Database)
Last Updated: 6 Jun 2008   Page Views: 10,570   Rating: 3.75/5    Votes: 3   Popularity: 1.79   Bookmark Count: 26
Licence: The Code Project Open License (CPOL)   
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Cascading Deletes in LINQ to SQL with Visual Basic
Last Updated: 8 Jul 2008   Page Views: 7,800   Rating: 2.70/5    Votes: 6   Popularity: 2.10   Bookmark Count: 11
Licence: The Code Project Open License (CPOL)   
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL.
Parsing Sentences and Building Text Statics in Visual Basic
Last Updated: 4 Jun 2008   Page Views: 13,933   Rating: 4.17/5    Votes: 4   Popularity: 2.51   Bookmark Count: 27
Licence: The Code Project Open License (CPOL)   
This article describes three approaches to parsing the sentences from a body of text; three approaches are shown as a means of describing the pros and cons for performing this task using each different approach.
Build Your Own Visual Studio: An Application Framework for Editing Objects at Runtime
Last Updated: 12 Sep 2006   Page Views: 38,126   Rating: 3.89/5    Votes: 17   Popularity: 4.78   Bookmark Count: 80
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
Phone Home: An Approach to Software Activation
Last Updated: 19 Sep 2006   Page Views: 26,000   Rating: 3.38/5    Votes: 12   Popularity: 3.64   Bookmark Count: 69
This article describes an easy approach to keeping track of each installation of an application. The intent of the example is to demonstrate the use of a simple web service to collect and store information about each user and machine running the application.
Simple Web and RGB Color Picker Utility
Last Updated: 11 Oct 2006   Page Views: 25,857   Rating: 3.62/5    Votes: 8   Popularity: 3.27   Bookmark Count: 16
The article addresses the construction of a simple utility application useful for selecting an RGB or web color.
Build a Simple Watermarking Utility in Visual Basic 2005
Last Updated: 19 Jan 2008   Page Views: 13,741   Rating: 4.00/5    Votes: 3   Popularity: 1.91   Bookmark Count: 20
Licence: The Code Project Open License (CPOL)   
An article on building a simple Watermarking utility in Visual Basic 2005
XML Pathfinder: a Visual Basic Utility
Last Updated: 27 Feb 2008   Page Views: 9,771   Rating: 4.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
Constructing a simple utility that may be used to locate and evaluate paths within an XML document and testing queries against those paths
Programmatically Complete PDF Form Fields using Visual Basic and the iTextSharp DLL
Last Updated: 22 Jan 2008   Page Views: 48,646   Rating: 4.60/5    Votes: 28   Popularity: 6.65   Bookmark Count: 73
Licence: The Code Project Open License (CPOL)   
Article describing how to programmatically complete PDF form fields with Visual Basic and the iTextSharp DLL

XML

XML Pathfinder – A C# Utility
Last Updated: 26 Feb 2008   Page Views: 13,179   Rating: 3.57/5    Votes: 4   Popularity: 2.15   Bookmark Count: 29
Licence: The Code Project Open License (CPOL)   
This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.

Internet / Network

Send a Text Message to a Cell Phone from a VB.NET Application
Last Updated: 23 Aug 2006   Page Views: 98,422   Rating: 4.14/5    Votes: 23   Popularity: 5.64   Bookmark Count: 95
This article describes a simple way to send text messages to a cellular phone from within a VB.NET desktop application.

String handling

Processing Command Line Arguments
Last Updated: 27 Dec 2006   Page Views: 21,292   Rating: 2.85/5    Votes: 4   Popularity: 1.71   Bookmark Count: 14
This article describes an approach to processing multiple command line arguments.

Threads, Processes & IPC

Finding and Listing Processes in Visual Basic 2005
Last Updated: 23 Jan 2008   Page Views: 10,688   Rating: 3.20/5    Votes: 4   Popularity: 1.93   Bookmark Count: 7
Licence: The Code Project Open License (CPOL)   
An article about finding and listing processes in Visual Basic 2005
Finding and Listing Processes in C#
Last Updated: 23 Jan 2008   Page Views: 8,285   Rating: 2.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 17
Licence: The Code Project Open License (CPOL)   
An article about finding and listing processes in C#

Hardware & System

Preventing a CD from Auto-Playing
Last Updated: 28 Aug 2006   Page Views: 17,543   Rating: 4.40/5    Votes: 3   Popularity: 2.10   Bookmark Count: 15
This article describes the approach used programmatically to prevent a CD from going into auto play mode; this may be useful to you if you are, for example, writing an application that logs directly to CD and you are trying to burn data periodically to a CD.
Monitor and Display CPU State Information
Last Updated: 27 Dec 2006   Page Views: 33,448   Rating: 2.61/5    Votes: 6   Popularity: 2.03   Bookmark Count: 43
This article describes a quick and simple approach to displaying information about the state of the CPU or CPUs on a targeted machine; the example provided shows how to display the percentage of processor time consumed by the CPU or CPUs on the target machine.

WMI

Obtain System Information Using Windows Management Instrumentation Calls
Last Updated: 22 Jan 2008   Page Views: 20,259   Rating: 4.08/5    Votes: 9   Popularity: 3.89   Bookmark Count: 35
Licence: The Code Project Open License (CPOL)   
An article on how to obtain System Information using Windows Management Instrumentation Calls

salysle


Member

Occupation: Software Developer (Senior)
Location: United States United States


Last Updated 20 Nov 2009
Web10 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use