Click here to Skip to main content
15,886,067 members
Everything / Programming Languages / Visual Basic 10

Visual Basic 10

VB10

Great Reads

by CS Rocks
This is a slideshow that works in a Silverlight 3 UserControl.
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 Mr. xieguigang 谢桂纲
Mathematical method of S-system equation to simulate a biochemical network system

Latest Articles

by Robert Gustafson
I've created an enhanced version of the Extended RichTextBox created by Razi Syed.
by Doug- VisualBasic VB.NET
A quick Function to get UTC / NTP time
by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
by Alexandros Pappas
Example of a self hosted WCF service over HTTPS with transaction

All Articles

Sort by Score

Visual Basic 10 

13 Sep 2012 by CorvetteGuru
Backup Stored Procedures in SQL Server.
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...
10 Sep 2012 by CorvetteGuru
A few fun Dictionary utiltities.
18 Feb 2013 by dirigo
Preventing a log file from growing forever
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...
27 Sep 2010 by Willem Hijlkema
SQL Blob field into picture box
3 Sep 2013 by karenpayne
Using newer conventions of coding in VS2010 and higher
15 Nov 2015 by David Vanson
A small application to pretty print Arduino code with syntax highlighting
10 Jun 2010 by Anshul R
A class for N-Digit Arithmetic
11 Dec 2014 by Gehan Fernando
Custom glass message box for WinForms development.
10 Jun 2010 by Anshul R
Converts a given decimal number to fraction
28 Jan 2020 by Doug- VisualBasic VB.NET
A quick Function to get UTC / NTP time
10 Jun 2010 by Anshul R
Shortcut for Commenting
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
6 Mar 2012 by cass3000
Read n bytes from the serial port in .net
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
8 Jan 2013 by evry1falls
Receiving response correctly from pop mail server is the first step on receiving emails to your own email client.
6 May 2010 by Marcello Cantelmo
Function Sqrt(ByVal value As BigInteger) As BigInteger Dim a As BigInteger = BigInteger.One Dim b As BigInteger = (value >> 5) + 8 While (b.CompareTo(a) >= 0) Dim m As BigInteger = BigInteger.Add(a, b) >> 1 If (BigInteger.Multiply(m,...
5 May 2012 by Chamila Nishantha
Adding report pages to create one report
21 Jun 2010 by Anshul R
Saving a form's settings
24 May 2011 by Anshul R
Handle code redundancy for many controls in one subroutine