Click here to Skip to main content
15,886,664 members
Everything / Programming Languages / Visual Basic.NET 7.x (2002/03)

Visual Basic.NET 7.x (2002/03)

VB7.x

Great Reads

by Jecho Jekov
Provides an easy way to use C calling convention callback functions in C# and VB
by kirkaiya
A very simple, XAML-based month-view calendar that shows appointments, exposes events, and allows dragging appointments in the current month.
by S.SRIVATHSAN
Implementation Nhibernate concept in VB.NET
by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.

Latest Articles

by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
by Eric P Schneider
Basic demo on how to serialize and deserialize custom collections
by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
by icemanind
How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database

All Articles

Sort by Updated

Visual Basic.NET 7.x (2002/03) 

6 Apr 2007 by Aakash Jain
This article exemplifies how to use the Data Relation of ADO.NET with Data Table to create the in memory Data Relation between two tables.
31 Oct 2009 by Abhishek Sur
This article will enable you to add custom search rules to your application using Bing Search API with much more
1 Feb 2008 by Agha Zair Ali
A way to capture signature on Pocket PC and saving as BMP file
7 Aug 2007 by albert arul prakash
XSS gaining popularity to hack into websites. This article describes how to power yourself against XSS
20 Jan 2008 by Alberto M.
Eliminar archivos de forma segura con distintos metodos
5 Nov 2007 by aleksisa
How to build a simple event log montior/watcher (using TCP in .NET) to monitor event log changes on a remote machine(s).
25 Jul 2007 by aleksisa
Create an Open File Dialog for a Windows Mobile 6 (SmartPhone) devices.
9 Mar 2008 by Alessandro Del Sole
An introduction to some new cool features of the Visual Basic 9.0 language syntax.
24 May 2007 by alhokail
This is a control that takes a starting point and an ending point as objects and draws a line between them
30 Oct 2007 by Amgad Fahmi
This application helps you to easily create your own classes without needing to waste your time writing the same code again and again
4 Aug 2008 by Amir Emamjomeh
A simple example of how to classify data using genetic algorithm and VB.Net
19 Apr 2007 by Amir Pournasserian
This class will help you to calculate/evaluate formulas based on a string which could be changed at run-time.
26 Sep 2007 by Amol M Vaidya
Using this macro, you can check the output of a code snippet without creating a new project/form. You can do this right from your current code window.
30 Dec 2007 by Anders Revsgaard
No matter how well you design your system, a distributed SOA application is always complex. When a SOA application fails, it can be difficult to track down the cause of the problem and the Web service where the error occurred. To handle this difficulty, you need a logging system such as UptoLog.
29 Oct 2007 by Andrei Smolin
This article describes the ways a VB.NET developer can create a COM Add-in for Microsoft Office 2000, 2002 (XP), 2003, and 2007 in order to customize Office applications including adding UI elements and event handling.
4 Aug 2008 by Andrei Smolin
Outlook Today is a sample of a custom Outlook home folder page. In this article, you will learn how to create such a page in VBScript and in .NET (VB, C#, C++).
4 Jun 2009 by arinhere
Perform ImageMagick operations in ASP.NET using command line
15 Jan 2008 by arinhere
Convert your swf movie file to image
8 Jul 2008 by arinhere
This piece of code will show you to convert any video file format to high quality flv and stream it on web server
25 Sep 2007 by Artem Smirnov
This article is about when to throw an exception, why take some effort and define a custom exception class, how to provide more information to the developers that consume your component, and, finally, how to unit test your exceptions.
2 Sep 2008 by Ashley Staggs
This article will explain how to fade a form in and out, using VB.NET.
5 Apr 2008 by Atanu Maity
Protect any file by encryption and decryption with password. It encrypts the file and saves as secure XML with binary format, and stores file password as custom PK encrypter routine.
26 Feb 2007 by atojha
3 Apr 2008 by Ben Kotvis
This article explains about developing abstract functions for accessing Stored Procedures.
17 Feb 2008 by Bhardwaj Deepak
Really Nice Look n' Feel in a DataGridView
8 Aug 2008 by BlueBit.uy
How to fix dotNetMSN library to easily connect to MSN service
11 Dec 2007 by Buffalloy
A way to convert a folder into a file...
18 Dec 2007 by call_vino
Handling exceptions with the Enterprise Library.
11 Jul 2008 by Calle Mellergardh
Create a listbox control that provides events for when adding or removing items.
7 Apr 2008 by chanderp, Yash Bharadwaj
you want to display some text in your application and side-by-side you want to prevent the user from copying the content. . One way to implement this use label, but label do not support the formatting of the text and RTF formats.
26 Jun 2010 by chanderp, Yash Bharadwaj
In some application we need to fullscreen the App .Here is simple class that can fullscreen any App. Just create a variable of this class type and call the function using the class variable.
12 May 2008 by Chirag Maisuriya
An article on Binding Enum to DropdownListbox with the SortedList that sorts entries by value instead of by key.
24 Jun 2008 by Chris Kolkman
A fairly simple to use Winsock component, allowing simple networked applications. Built modeling the VB6 component of the same name, with enhancements.
21 Feb 2007 by chrishuff
Provide a dynamic menu for drilling through data, or using the new Vista style of breadcrumbing for menu control.
6 Oct 2008 by chrissie1
An article on how to use the new AAA (Arrange, Act and Assert) syntax using VB.Net. And the difference between the new and the old syntax.
5 Jun 2008 by Claudio Pizzillo
An ASP.NET handler to apply WPF XAML templates on images.
27 Nov 2007 by cruzagr3 networks
keep your uploaded files secury, preventing download from users that have the full path
7 May 2009 by CS Rocks
This article demonstrates how to download a file from a (HTTPS) WebDAV server in VB.NET
7 Jul 2009 by CS Rocks
This article demonstrates how to manually create a COM DLL with VS 2005.
22 Feb 2010 by Damon88
A class which enables the user to Drag the form by clicking Form's Surface
15 Jul 2008 by Dan Dombrowski
Replace a cursor system-wide and restore it to the original cursor.
22 Aug 2008 by Daniel Ch. Bloch (MCSD, MCAD, MCTS)
How to use events through your application for multiple receivers.
3 Jun 2008 by Darren Fieldhouse
Using LINQ to XML to download RSS enclosures.
19 Oct 2007 by David Catherman
Components don't have a .Parent property like controls do. Getting a reference to the instance of the parent form the component was on is very difficult.
10 Jan 2016 by David Vanson
Generate you own barcodes for your business, Promotional items or to share links with friends.
2 Apr 2016 by David Vanson
A progress bar control you can customize
13 Nov 2008 by DavidHolland
Code to open regedit and connect to remote host
6 Aug 2012 by dawmail333
An example of how to implement and validate non-personal CD-Keys (ideal for distribution on the back of CD cases)
26 Nov 2008 by db7uk
A brief overview of Extension Methods.
1 Dec 2011 by DCUtility
Screen Snaper is perfect to quickly share a picture-perfect representation of anything on your screen.
14 May 2008 by delcatto
With the free wordviewer 2003/2007 and some xml docs you can print everthing any time
28 May 2008 by Didara F Dosabhai
Define schedules to the program for executing programmer defined jobs
29 Apr 2007 by Dimitar Madjarov
An article which describes an alternative way of cooperation between Oracle PL/SQL and C#
6 Jul 2009 by dnair926
Gey any control's value in the type specified.
26 May 2008 by Duncan Edwards Jones
A component that allows you to monitor all the controls on the form and list any that have changed (for dirty checking)
22 Apr 2014 by Duncan Edwards Jones
Introduces and discusses the Common Language Runtime framework classes used in printing from a .NET Windows Forms application.
16 May 2007 by Edelman
Need to bind controls to pre-set enums? Here's how!
12 May 2011 by Elizalde G. Baguinon
Most programmers prefer hand-coding database queries. This is a class that automates query building, while the code is as readable as the program logic.
15 Mar 2008 by Enver Buzoku
Shows how to get the process ID and show a modal window on the parent processes window
31 Jan 2019 by Eric P Schneider
Basic demo on how to serialize and deserialize custom collections
31 Oct 2008 by Eric P Schneider
A listbox which supports custom drawing properties for each list item.
11 Feb 2007 by Eric Shandil
Browse for folder on computer with MS SQL Server from a remote computer.
29 Jun 2007 by Fabricio Miranda
In this article, i will be showing how to parse and modify a peace of HTML code using a nice and helpfull .NET assembly.
7 Dec 2011 by Fatania Dipak
How to underline the wrong word using Microsoft Office Word
5 Jul 2008 by FF77
This project contains a Web Custom Control for rendering images directly from the database. Can be used with image fields, text, date, or numerical fields (it generates an image containing the text), and with URL fields (like in a regular image control).
10 May 2007 by FrankNight
The article shows how to use SQL features of Microsoft LogParser with ADO.NET
15 May 2007 by FrankNight
This article shows an example of how to build a software component according to best practices that is customizable through code generation techniques.
3 Apr 2007 by fstrahberger
Editing XML files using a GridView.
12 Sep 2008 by Gagan.20
This is an easiest program that allows you to send e-mails by only defining SMTP Server name.
2 Mar 2008 by Gayan Buddhika
How to Load Windows Form From Data Base
14 Jul 2008 by gerudobombshell
A way to simplify your game classes and code for maximum efficency.
4 May 2007 by GgAben
Some tips to improve efficiency of your web application
12 Feb 2007 by Greg Osborne
Another progress bar, but this one has differnt types, and allows text.
11 Mar 2008 by HADBI Moussa Benameur {Mozads}
Explain how to make a picture converter & downloader (Only HTTP is supported)
22 Dec 2007 by Hamed.M
A simple way to snap a form without borders to the screen.
23 Apr 2007 by Herbrandson
A simple solution to keeping multiple projects version numbers in sync
27 May 2016 by icemanind
How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database
2 Nov 2015 by icemanind
4 Feb 2007 by igalnassi
This project, along with the suggested form of use, will let you organize your iTunes libraries and make them ready for iPod Sync, making use of a reusable progress window that has a cancel button.
20 Dec 2008 by Imran A Momin
Its a small piece of code, that converts the image file into array of byte which can be stored into database at type image
3 Jan 2008 by imran afzal
How to add Click Event on TextBox
15 Jan 2009 by Indra PR
An article about linking datagridview with XML file
3 Nov 2007 by Islam Khalil Saber
The article show how to implementi AJAX in Asp.Net using XMLHttpRequest Object
14 Jan 2014 by ISpliter
When discussing VB6, we should look at the reality of the situation and not on preconceived opinions. New source code projects are made daily in Visual Basic 6.0. The paper proposes the reintroduction of Visual Basic 6.0 on the market, in parallel with Visual Studio line.
17 Dec 2007 by Ivan Krivyakov
Rhino Mocks version 3.3 can mock any MarshalByRefObject.
22 Oct 2007 by Ivan0001
This class performs operations and evaluates functions with complex numbers. There are different kinds of available functions (log functions, trigonometric functios...). Check it out.
7 May 2009 by jabit
Generates a bunch of gibberish from real text.
31 Mar 2009 by James Mouchett
To format a string into currency without the dependency of VB6
11 Dec 2007 by James Sullivan
In this article, I would like to share my experience and knowledge about ASP.NET Caching and how it can improve your website performance.
24 Jul 2007 by jamesfancy
Macro to find related .h/.cpp files and do some action.
14 Feb 2008 by Jarno Burger
How to use use brightness, contrast, saturation, hue in your DirectShow.Net filtergraph.
14 Feb 2008 by Jarno Burger
How to seek and get the position and duration for your DirectShow movie with VB.NET.
28 Jun 2007 by Jason Barrera
Create a Code/Text editor. Line numbering with or without wordwrap enabled.
15 Jul 2008 by Jay Stacey
Creating a scrollable GridView with a fixed header.
26 Mar 2008 by jcoehoorn
Use this validator control to require that at least one control in a list has a value.
4 Jan 2008 by jdx256
Jibu is a high-level multithreading API for .NET 2.0 and above.
13 May 2008 by jebarson
Timeless or non-progress based waiting / progress control using WPF