Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / VB8

VB8

VB8

Great Reads

by Mr.PoorEnglish
Compute "SnapValues" with minimum of fractional digits, useful in autoscaling Chart-control
by dheerajindian
Small but important questions
by Dazdarevic Edin
A .NET component that simplifies tracking of system's idle time.
by Chris Kolkman
A .NET implementation of a Deque object.

Latest Articles

by Mr.PoorEnglish
Compute "SnapValues" with minimum of fractional digits, useful in autoscaling Chart-control
by dheerajindian
Small but important questions
by Dazdarevic Edin
A .NET component that simplifies tracking of system's idle time.
by Chris Kolkman
A .NET implementation of a Deque object.

All Articles

Sort by Score

VB8 

by bobishkindaguy
A simple entry box for various numbers, especially phone numbers.
by Michael Rosqvist
If you want to measure something on the screen, here is a utility.
by Anshul R
The Perfect Translation/Conversion of Code
by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
by Mik Wadstrom
Simple way to use Crystal reports as embedded dynamic printable reports
by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
by Anshul R
Converts a given decimal number to fraction
by Mike Meinz
Function returns exe name and command line for the provided filename and extension.
by Koshy Panicker John
File Name from Path
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...
by Prerak Patel
How to remove characters from a numeric string
by Syed Wayez Ahmed
How to remove characters from a Numeric String:
by Anshul R
A class for N-Digit Arithmetic
by Anshul R
Handle code redundancy for many controls in one subroutine
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...
by Anshul R
Saving a form's settings
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...
by heemanshubhalla
How to use Masked Textbox control in .NET
by fadi_sayyed
WPF Compare two brushes IsEquals