Click here to Skip to main content
15,867,686 members
Everything / Programming Languages / Visual Basic 8 (2005)

Visual Basic 8 (2005)

VB8

Great Reads

by Abhishek Sur
Gives an introduction of how to create SQL CLR managed objects in SQL server.
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 Miran.Uhan
Grayscale and color scale filters.

Latest Articles

by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
by nogChoco
LineNumbers that dock to a RichTextBox or show as an overlay on top of it
by Troy Simpson
Setup a simple and cheap computer controlled watering system using VB.NET or C# and a parallel port relay controller

All Articles

Sort by Score

Visual Basic 8 (2005) 

11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
11 Oct 2013 by heemanshubhalla
How to use Masked Textbox control in .NET
25 May 2011 by Simon_Whale
why not just create a custom handler for all the textboxes? addhandler textbox1.textchanged, addressof textchangedhandler addhandler textbox2.textchanged, addressof textchangedhandler .... 'add additional textbox handlers .... addhandler textbox7.textchanged, addressof...
5 Sep 2013 by Mike Meinz
Function returns exe name and command line for the provided filename and extension.
21 Jun 2010 by William Winner
Here's an alternate: a custom class that is serializable to store all of that in instead of a single string that you'd then have to parse.Or store it all in an XML file. There are plenty of object-oriented ways to go about this that would be much more readable than just storing it all in a...
10 Jun 2010 by Anshul R
A class for N-Digit Arithmetic
13 Feb 2014 by Mik Wadstrom
Simple way to use Crystal reports as embedded dynamic printable reports
10 Jun 2010 by Anshul R
Converts a given decimal number to fraction
30 Apr 2013 by Michael Rosqvist
If you want to measure something on the screen, here is a utility.
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
14 Jul 2010 by Simon_Whale
imports system.iodim Filename as string = "C:\Users\Sony\Desktop\Readme.txt"dim FileInfo as new fileinfo(filename)'this gets the filename and extension e.g. readme.txtmessagebox.show (Fileinfo.name)'this gets the extensionmessagebox.show (Fileinfo.extension)'this gets the...
17 Dec 2012 by fadi_sayyed
WPF Compare two brushes IsEquals
7 Jul 2011 by Prerak Patel
How to remove characters from a numeric string
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
14 Jul 2010 by Koshy Panicker John
File Name from Path
21 Jun 2010 by Anshul R
Saving a form's settings
5 Jul 2011 by Syed Wayez Ahmed
How to remove characters from a Numeric String:
2 Dec 2009 by bobishkindaguy
A simple entry box for various numbers, especially phone numbers.
24 May 2011 by Anshul R
Handle code redundancy for many controls in one subroutine