

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Bio-IT World Magazine
We have 190 Miscellaneous tutorials, you can see below:
A LinkLabel that mimics the ones in the task pane of windows explorer.
Article explaining the step by step creation and installation of a simple windows service
A minimalist framerate counter.
TREE VIEW DIALOG BOX
This article explains how to build reusble components in .NET so that they can be used in container applications like Visual Studio .NET for RAD.
Adding ToolStripPanel support to the Composite UI Application Block
A button control that keeps track of the form’s dirty state
An extender control to make printing a form quick, easy and flexible
Simple program to create Excel XML spreadsheets from CSV files. Utility with source.
A textbox that acts like a LinkLabel.
A ComboBox with a read-only property that allows text copy and drop-down viewing
If you want to measure something on the screen, here is an utility.
Internet Explorer Clone in VB.NET
A maze with invisible walls for you to solve!
An artcal about richtextbox control
An Excel style spreadsheet component written in VB.NET
An article on how to expose COM interfaces for .NET components to be used by clients using Late Binding
Line numbering of a RichTextBox control using PictureBox control painting
How to create NumericUpDown control with unit measure. Support Vista Styles!
Update toolset with update client, creator and server-script
A simple class for mainpulating ID3v1 tags of MP3 files.
How to create a DataGridView with an associated Detail Edit Form using a strongly typed dataset data layer.
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.
This article will walk you through the steps required to create a form that fades in upon activation and fades out upon deactivation.
A high-resolution code timer for VB.NET using Kernel32 functions
Simple way to work with singleton forms
An email feedback control written in VB.NET
Ever wanted something faster than SetPixel? Well you\'ve found it.
A must read for anyone who is interested in VB.NET. This article uncovers some basic Object Oriented Programming features of Visual Basic .NET. The whole article is divided into 10 lessons. The source code for these lessons is provided with the article.
This article describes a possible way to manage your UDP connections, along with some protocol suggestions and a working sample of UDP client/server application
Creating Help files for VB.NET
Instructions for using Cards dynamic Link library. FreeCell game included.
Creating a DataGridViewFlagColumn in Outlook Style
Accessing Remote Exchange Server To read/delete mails using WEBDAV
An article on how to skin a scrollbar in a textbox or listbox with VB.NET
Impersonating a user while running asynchronous data retrieval in a webpart
This article describes classes that can be used to update data sources with object data via reflection.
An article on Winamp and Windows API
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.
Artificial intelligence
An article about the simple, yet often annoying to achieve, backtracking algorithm, the fastest method to generate a Sudoku.
A (fairly) simple tab control with closeable tabs.
This article will show how to retrieve the date and time from a remote server using the NetRemoteTOD function
A simple registration form that includes support for trial periods and key generation. Now updated to version 2.1!
Visually displays various searching and sorting techniques using different multitasking techniques.
Persist virtually any information (including user defined structures, enums, object, etc.), per user.
This article describes a method to search huge excel sheet using VLOOKUP and to how to change the font and color of data in cells.It also tells how to release office objects from memory.
Overriding the cellpaint event of the datagridview to give it a gradient background
.NET class to create and maintain vCard information
Connecting from VB.net to mySQL Database Connection
Windows XP\'s \'Out-Of-Box-Experience\' during its setup and activation, brought us a cool new style of Wizard with pages that fade, and a clean blue interface.
USPS One Code - Intelligent Mail Barcode (4-State Customer Barcode) - implementation with VB 2008
A program to help you to solve Sudoku problems or check if a Sudoku problem has only one solution.
A Windows Form control similar to the Task Manager memory graph in Windows 2000
Using the Signal Port to read in data instead of Data Port
This is just a VB.Net Class Wrapper for the Lotus Notes Interfaces
Code storage tool for any language but developed using Visual Basic .NET 2005. Includes syntax coloring for VB code and can load via the tools menu external option in Visual Studio 2005.
A class based on the Yahoo! Weather RSS feed
This project, along with the suggested form of use will let you organize huge your iTunes libraries and make them ready for iPod Sync, making use of a reusable Progress Window that has a cancel button.
Command line arguments issue when we migrate a VB 6.0 application to VB.NET using the VB.NET upgrade wizard
Animate and control sprites using GDI+
Code for email and web LinkLabels including a test to see if the web link is valid.
The Analog Clock control is a control that has almost all functionality that clock control can have and it is fully modifiable.
Demonstration of how to write custom settings providers
Panel with blend and bordercolors
A component to respond to a hotkey combination, system-wide.
A base class for closely simulating enum behavior with underlying type of string.
The article describes what is standardized in the PKCS (Public Key Cryptographic Standards) standards and their implementation in .NET 1.1 Framework.
A progress bar for when you don\'t know how long a process will take.
This article will attempt to explain and demonstrate how Microsoft has simplified the approach to writing provider-independent code. Switching between Oracle, SQL, or any Oledb or Odbc data source is now as easy as changing a configuration setting.
Retrieve R/3 Table Contents or ABAP functionality
Step by step guide to implement event handling in VB.NET.
A .NET implementation of a Deque object.
An article demonstration using the XMLTextReader class to split large XML files.
Ever wanted to allow the user to move an image with the mouse? This is one way to do it.
Add tracing capability to your app with one easy function
This example will illustrate how the value of a control can be saved to a Config ( *.confg) file and then be retrieved.
This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a dash of code.
A Treeview/Listview hybrid, inheriting from Control, all custom drawn...
This article describes how to call a COBOL program residing on an AS400 machine from a .NET application.
Ravi Bhavnani\'s WebResourceProvider ported to the .NET Framework
A progress list for displaying the status of various tasks
Using fake text for encrypted text transmission
VB.NET class implementing image Hue/Saturation/Lightning adjustment.
Capturing the Windows Messages for Windows Forms Controls
This is an advanced manipulation of the filesystemwatcher object
A single component that contains various windows hooks.
Creating a custom configuration section in .NET 2.0.
Use Windows APIs to write a console tool module, able to change your console background and foreground colors.
Demonstrates a single-instance application which can pass command-line parameters to a previous instance.
This class will help you to calculate/evaluate formula based on a string which could be changed run-time.
A bad trap in the IsNumeric() function.
Article shows creation of a webservice using VB.Net and Google
Shows how to change settings for a windows service during installation.
Creating a custom control that you can resize at runtime from all four corners.
This article hopefully will assist you in minimizing your learning curve
This article describes the basic procedures for creating a Project Template in VS.Net, that can be reused as a custom template for other projects.
Uses pure VB.NET code to extract and display icons as bitmap objects.
A look at some cool new VB 2005/.NET 2.0 features
Two textbox user controls for controlling textbox behavior and for providing a calendar for date selection.
An article on delegates in .NET.
An article on implementing the Whidbey (.NET 2.0) BackgroundWorker component in VB.NET 1.1, and extending it to support multiple arguments.
The TimeZoneInfo class provides properties and methods for any time zone on the system.
A library that lets you easily manipulate your drawings
Capture an entire web page and save it as an image.
This class allows the user to implement minimizing to tray in one line of code.
An add-in that handles incrementing assembly and file version numbers under certain conditions.
There are a number of config options for the TFS Event Handler Prototype. I will describe all of them in depth here. The first step is to set the Windows Communication Foundation service options, which really only requires you to change one value.
Creating an event handler with the Team Foundation Server Event Handlers is very easy. You will need to inherit from the AEventHandler class which is part of RDdotNet.TeamFoundation.dll located in the install directory (I will make an SDK later).
Demonstrates the use of CopyMemory in .NET to initialize classes
Learn to create your own casino-themed controls from scratch.
VMS is a windows service developed in .Net that monitors a Microsoft Visual SourceSafe (VSS) database. Customized alerts may be sent based on the defined filters.
Is it possible to find an easy way for parsing feeds without the format and versioning traps of XML schemas? The idea becomes reality thanks to regular expression...
A fairly simple to use Winsock component, allowing simple networked applications. Built modeling the VB6 component of the same name, with enhancements.
A class that extends the ListBox control by adding item tags, providing a simple way to move items up and down, and adding multiple sorting options.
.NET class to create and maintain vCalendar information
Convert image to grayscale except predefined color.
Utilising serialization to persist TreeView control hierarchy.
Adds an easy to use Gantt Chart to your application
Customize the appearance and behavior of a ComboBox without using Windows messaging.
An article on mapping with a GPS in VB.NET
This is a simple wrapper class that provides an easy interface for encrypting and decrypting byte arrays and strings.
A virtual file system created using VB.NET, a easy way to store multiple folders and files in two real physical files.
Compact a path or any string using built in .NET framework API
An examination of dynamic object instantiation and runtime machines to boost performance.
Shows a spinning progress bar, identical to the SQL Server 2005 busy indicator, without requiring any code.
Explains use of Custom Collection Editors to create objects for a component during design time.
Utility for automating code writing for VB.NET control\'s developers
Provide drag and drop functionalitly to TreeView controls.
Article and source code for creating a CNC graphical backplotter
An article attempting to demonstrate how to get an application to behave as a Single Instance in .NET.
An article on creating MSMQ triggers dynamically at runtime and firing it to take a custom action
Combining dynamic and static typing in VB.NET
Math Expression Evaluator
How to embed and use icons in your application, so you don\'t have to keep them as separate files.
Creating a rich OutlookBar in XP or Vista style.
A VB 6 Winsock clone for VB.NET.
Extend a PropertyGrid with an Item collection; easy customization of properties with custom editor, custom converter and databinding.
Apply a theme that resembles Visual Studio 2005 to the DockPanel Suite, using an Extender class.
Compile .NET code programmatically, in memory, then use the resulting assembly to instantiate an object of a class, access its properties and methods, and call a static function.
A simple example of how to classify data using genetic algorithm and VB.Net
Input Output Port Accessing and Surveillance System using VB.NET and Introduction to Parallel Ports.
Standard refactoring techniques coupled with automated refactoring tool provide excellent platform for legacy VB code upgrade. Legacy VB code suffers poor structure and bloated code due to lack of inheritance and other OO capabilities.
This article talks about working with Windows registry using VB.NET.
Math Expression Evaluator
Explains about PropertyGrid and how to use, with detailed examples
A pair of classes to read the ID3 tags from either a WMA or MP3 file.
A class to manipulate INI files, for .NET 2.0.
A native .NET class for saving URLs: text-only, HTML page, HTML archive, or HTML complete.
Demontration on how to use the evolutionary computing framework
An article on creating and populating an automated MS Access file from other databases.
This article describes an easy approach to examining all of the tables, views, and columns in a database.
A tiny app for timing things to 1/2 a second or so. My entry for the smallest useful app contest.
An article on updating Windows application through the web.
How to prepare an application for working with random files using VB.NET
Wrap up Routine Data Accessing Code into a class
An article on how to show large amounts of records using DataGridView\'s virtual mode in paging.
An article on how to expose COM interfaces for .NET components to be used by clients using Late Binding
Windows XP\'s \'Out-Of-Box-Experience\' during its setup and activation, brought us a cool new style of Wizard with pages that fade, and a clean blue interface.
An article attempting to demonstrate how to get an application to behave as a Single Instance in .NET.
How to use VB.NET to build a Windows Service that monitor folders looking for files in ZIP format (and unzip them).
A .NET control to assist in the creation and manipualtion of *.ini files
This article explains how we can display data using DataSet and DataGrid control after the database is created.
Describes a crude method of executing an SQL statement against an in-memory DataSet and returning a new DataSet containing the result table(s).
This article discusses ADO.NET TableAdapters – especially how to extend TableAdapter functionality using Visual Basic .NET
An article on how to capture activities on screen as a movie file using Microsoft Windows Media Encoder 9.
Create iTunes playlists.
Exploring the iTunes interface using VB.