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 >> Miscellaneous code

Multithreading in Visual Basic.NETVersion: VB 2015
Author: Pramod Kumar SinghSubmitted: 2/17/2021Views: 4659
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>>

Search and ReplaceVersion: VB 2015
Author: Mostafa BazghandiSubmitted: 8/21/2020Downloads: 1254
A free tool provides search and replace operations on file content across multiple files. You can also remove line breaks and tabs in the file content.

RPG Initiative TrackerVersion: C# 2015
Author: Dave BowlinSubmitted: 9/29/2019Downloads: 952
An RPG initiative tracker with drag-n-drop support. RPG = games like Dungeons and Dragons, Pathfinder, etc.

How to make 3 events in a single ButtonVersion: VB 2015
Author: Leo13Submitted: 12/30/2018Downloads: 2027
This example shows how to have 3 events with a single button. * Start: Start or continue progress. * Stop: Stop the progress and wait. * Reset: Set all values ​​to 0 and stop the timer. The "Reset" event only appears when the progress r ...more>>

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

Pixel TTSVersion: VB 2015
Author: Edeal AschalewSubmitted: 6/10/2018Downloads: 1536
An advanced text to speech app. Contains features like reading HTML files. Male & Female voices, and more. Download it now!

Count number of pages in a PDF fileVersion: VB 2005
Author: Frank KusluskiSubmitted: 9/9/2017Downloads: 2018
Source code demonstrating how to pro-grammatically count the number of total pages in a PDF file. This code does not rely on using Adobe Acrobat or any other object library to determine the page count. It uses straight Visual Basic .NET code to open a PDF ...more>>

Popout ButtonVersion: C# 2015
Author: BenSubmitted: 8/28/2017Downloads: 1429
This is just an idea I was playing around with some buttons and colors to make buttons popout on mouse over a bit like some CSS menus do. Anyway code is basic and easy to understand hope it will help or give you some ideas.

Special FoldersVersion: VB 2010
Author: Thomas1965Submitted: 8/10/2017Downloads: 1847
Shows the names of the Special folders in a ListBox and the physical path in a LinkLabel. Opens the folder in Windows Explorer on a mouse click. Show also the use of the TableLayoutPanel Written in VB.NET 2010 Express.

Full System InfoVersion: VB 2015
Author: GASMASKENSubmitted: 4/14/2017Downloads: 2619
A simple project that gives you alot of info about your system.

Page 1 of  78  Next >>

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