Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Code Snippets

Multithreading in Visual Basic.NETVersion: VB 2015
Author: Pramod Kumar SinghSubmitted: 2/17/2021Views: 4611
The sample code demonstrates multithreading in VB.NET. The application creates two threads that are accesing the same account amount.This reqires synchronization of threads, which is accomplished in VB.NET through use of the Monitor object of the the Th ...more>>

Addition in vb.net console applicationVersion: VB 2015
Author: marvelous nyamunokoraSubmitted: 11/30/2019Views: 5864
This program will help you add 2 numbers in the Windows console.

addmenu subitems at runtime, no api calls neededVersion: VB6
Author: docserySubmitted: 11/18/2018Views: 5742
This simple program adds menu items or subitems at runtime without any api calls

All In One CalulatorVersion: VB 2005
Author: Ahmed AdelSubmitted: 1/15/2017Views: 7954
Complete code for all in one calculator.

Decimal to Inch 64ths FractionsVersion: VB 2010
Author: Bob BrandtSubmitted: 11/21/2015Views: 5215
Converts decimal numbers to Inch fractions, in increments of 64's 32's 16's 8's 4's 2's 0.02 of an Inch accuracy.

Detect Double Mouse Click in Single Mouse Click Version: VB 2010
Author: Bob BrandtSubmitted: 3/7/2015Views: 7727
Detecting a Mouse Double_Click in a procedure that only Detects a Single Mouse Click I used a button for demo reasons only, Originally I used it in Skybound.Gecko GeckoBrowser_DomMouseDown() and GeckoBrowser_CreateWindow() So the First click was det ...more>>

DB connection module in ADO.NETVersion: VB 2010
Author: mamiya_shouSubmitted: 11/18/2014Views: 8917
DB connection module in ADO.NET.

Draw Polyline To AutoCAD from Excel CoordinatesVersion: VB6
Author: Sajid JavidSubmitted: 11/15/2014Views: 6673
This program uses coordinates of Polylines from Excel and Draw Polyline to AutoCAD,This program can draw many polyline at a time.There should be one empty cell between coordinates of individual polylines.

Get Coordinates of Polylines from AutoCAD to ExcelVersion: VB6
Author: Sajid JavidSubmitted: 11/15/2014Views: 14973
This is Excel VBA Code to get coordinates of Polylines from AutoCAD as you will select Polyline/Polylines .You can get Coordinates of more than one polyline at a time.Program will create empty row between coordinates of polylines in Excel.

HangManVersion: VB 2010
Author: FutureCodesTodaySubmitted: 10/11/2014Views: 10640
Hangman game can be improved but mostly finished. 598 lines of code.

Page 1 of  67  Next >>

Go to page: 1  2  3  4  5  6  ...