|
Home >> Miscellaneous code
Multithreading in Visual Basic.NET | Version: VB 2015 | Author: Pramod Kumar Singh | Submitted: 2/17/2021 | Views: 4294 |
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 Replace | Version: VB 2015 | Author: Mostafa Bazghandi | Submitted: 8/21/2020 | Downloads: 1191 | 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 Tracker | Version: C# 2015 | Author: Dave Bowlin | Submitted: 9/29/2019 | Downloads: 908 | 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 Button | Version: VB 2015 | Author: Leo13 | Submitted: 12/30/2018 | Downloads: 1991 | 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>> |
Pixel TTS | Version: VB 2015 | Author: Edeal Aschalew | Submitted: 6/10/2018 | Downloads: 1510 | 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 file | Version: VB 2005 | Author: Frank Kusluski | Submitted: 9/9/2017 | Downloads: 1977 | 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 Button | Version: C# 2015 | Author: Ben | Submitted: 8/28/2017 | Downloads: 1393 | 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 Folders | Version: VB 2010 | Author: Thomas1965 | Submitted: 8/10/2017 | Downloads: 1813 | 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 Info | Version: VB 2015 | Author: GASMASKEN | Submitted: 4/14/2017 | Downloads: 2577 | 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 ...
|
|