|
Home >> Code Snippets
Multithreading in Visual Basic.NET | Version: VB 2015 | Author: Pramod Kumar Singh | Submitted: 2/17/2021 | Views: 4295 |
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>> |
All In One Calulator | Version: VB 2005 | Author: Ahmed Adel | Submitted: 1/15/2017 | Views: 7858 | Complete code for all in one calculator. |
Decimal to Inch 64ths Fractions | Version: VB 2010 | Author: Bob Brandt | Submitted: 11/21/2015 | Views: 5139 | 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 Brandt | Submitted: 3/7/2015 | Views: 7612 | 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>> |
Draw Polyline To AutoCAD from Excel Coordinates | Version: VB6 | Author: Sajid Javid | Submitted: 11/15/2014 | Views: 6596 | 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 Excel | Version: VB6 | Author: Sajid Javid | Submitted: 11/15/2014 | Views: 14712 | 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.
|
HangMan | Version: VB 2010 | Author: FutureCodesToday | Submitted: 10/11/2014 | Views: 10533 | 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 ...
|
|