| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Basic Free Threading | VB.NET | Beginner / Petko Petkov (from psc cd) | 779 since 1/2/2015 1:15:00 AM |
By 4 Users
|
|
Basic Free Threading |
|
|
|
 |
Basic Threading | VB.NET | Beginner / Dodger (from psc cd) | 1033 since 1/2/2015 2:02:00 AM |
By 4 Users
|
|
This is a simple example of threading in vb.NET. It demonstrates thread creation, starting, suspending, resuming, sleeping and aborting. Includes error handling with try/catch control structures. (ScreenShot) |
|
|
|
 |
Create a new thread in VB.Net | VB.NET | Intermediate / Thomas Raben (from psc cd) | 3698 since 1/1/2015 1:07:00 AM |
By 4 Users
|
|
Create a new thread with ease. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Create MMC Snap-In to Configure Service | C#, VB.NET, ASP.NET | Advanced / Brett v Ortolano (from psc cd) | 2611 since 1/5/2015 11:04:00 PM |
By 2 Users
|
|
This code demonstrates creating a MMC (Micrsoft Mangement Console) Snap-In in VB.NET. In this case, it is used to configure the App.Config settings that are consumed by a Service. (ScreenShot) |
|
|
|
 |
CSharp System Locker V.1.4 | C# | Intermediate / Dominator Legend (from psc cd) | 2238 since 1/5/2015 6:00:00 AM |
By 6 Users
|
|
C# System Locker Version 1.4 ---
You want to lock you computer, and prevent any one to access it, you making a remote control system and you want to control other users login, you making a net cafe autmation system and you want to lock other computer. -- ...(description truncated) (ScreenShot) |
|
|
|
 |
Delegate | VB.NET | Intermediate / Diogo Ferreira Lopes (from psc cd) | 866 since 1/3/2015 8:41:00 AM |
By 7 Users
|
|
This article will explain u what is delegate, and what it is used for. For those ones who have always dreamed with the momment we could use pointers to function in VB like we do in C and C++, Now is the time! Come in and dont forget to Vote! =) |
|
|
|
 |
Display the File Open Dialog | VB.NET | Beginner / Melxium CG (from psc cd) | 1377 since 1/1/2015 1:43:00 AM |
By 5 Users
|
|
Display the windows common file open dialog to select files. File filters, multi-select, starting directory. Requires no ActiveX or OXC controls on the form. |
|
|
|
 |
DNS Scanner | VB.NET | Beginner / Thomas Ault | 2538 since 8/5/2015 11:39:45 PM | Unrated
|
|
Scan and Resolve IP to Hostname. I revised my older app. This new scanner now runs on a thread and call cross-threading to update text controls,so no more freezing. Its not as fast as I thought it could be but i am still trying to learn threading. All com ...(description truncated) (ScreenShot) |
|
|
|
 |
Easy ShellExecute replacement without API calls | VB.NET, ASP.NET | Beginner / John Willemse (from psc cd) | 1212 since 1/2/2015 5:54:00 AM |
By 14 Users
|
|
With only a few lines of code you will be able to open any document with the associated executable file or, if no association present, you will be prompted to open the file with the program you choose. This can also be used to execute an executable file. ...(description truncated) |
|
|
|
 |
Easy Version information from .NET assembly | VB.NET, ASP.NET | Beginner / Harvey (from psc cd) | 1105 since 1/1/2015 9:00:00 AM |
By 5 Users
|
|
Returning Versions, ProductName and Copyright information in .NET is a .PainInTheButt this class will simplify the whole process and save you at least and hour of trying to figure out how Microsoft implemented the Assembly |
|