| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_ Control the Windows Services; START / STOP SERVICES! and list all services on your computer VB.NET | VB.NET | Intermediate / Jon Barker (from psc cd) | 5063 since 1/1/2015 3:03:00 AM |
By 18 Users
|
|
This code will list all windows services, running or not, and can start / stop them as you wish. This example doesnt use any service controls at all! The services are inputted into a listview control. Enjoy! (and vote if you think i did a good job :)
...(description truncated) (ScreenShot) |
|
|
|
 |
_ Disable the X button on your form, or another Windows form at run-time (with HWND) _ | VB.NET | Beginner / Jon Barker (from psc cd) | 3268 since 1/1/2015 7:49:00 AM |
By 6 Users
|
|
This code will disable the X button on any form you know the HWND (unique number) for.
To test this code on your own application, provide the function with ActiveForm.Handle().ToInt32() (ScreenShot) |
|
|
|
 |
_ QuickEvent - event viewer for NT / 2000 / XP. Just like win eventvwr.exe program. Also remote PC _ | VB.NET | Intermediate / Jon Barker (from psc cd) | 2273 since 1/1/2015 2:19:00 PM |
By 3 Users
|
|
See the screenshot, lists events in all event folders, alows you to see extra details about them including user name, time, date etc... Improvment on my code only submission about using the eventlog a few months ago. (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
_ VB.NET BrowseFor Folder + Example _ | VB.NET | Intermediate / BurningShadow (from psc cd) | 2406 since 1/1/2015 7:46:00 PM |
By 11 Users
|
|
Implements a BrowseForFolder class the .NET-way supporting features like initial path, create new directory,... |
|
|
|
 |
Active Directory (LDAP Query) | C# | Intermediate / Derik J. Palacino (from psc cd) | 3390 since 1/1/2015 12:01:00 PM |
By 3 Users
|
|
Demonstrates how to query active directory using LDAP queries and the System.DirectoryServices namspace (ScreenShot) |
|
|
|
 |
Active Directory Helper | C#, VB.NET, ASP.NET, C++.NET | Intermediate / Craig Aroa (from psc cd) | 3276 since 1/1/2015 9:43:00 AM |
By 4 Users
|
|
Working on my latest project required quite a degree of development against the Active Directory. Not having had any AD experience before slowed me down for a while, but after trawling through lost of news groups etc, I gathered enough information to do w ...(description truncated) |
|
|
|
 |
Active Directory Search | VB.NET | Intermediate / TonyD (from psc cd) | 4309 since 1/6/2015 9:40:00 AM |
By 5 Users 5 Excellent Ratings
|
|
This application uses LDAP (Lightweight Directory Access Protocol) to search Active Directory items from the treeview, the toolbar "Find" button or double clicking on the item in the listview (ScreenShot) |
|
|
|
 |
Alternate way of using Shell | VB.NET | Beginner / cmk (from psc cd) | 1945 since 1/1/2015 6:47:00 PM |
By 5 Users
|
|
Alternate way of using Shell command in .Net |
|
|
|
 |
An example of MultiThreading with thread priority, sleep, resume, abort, and some other basic stuff. | VB.NET | Intermediate / adgfdghftetrthrthr (from psc cd) | 2371 since 1/2/2015 9:17:00 AM |
By 9 Users
|
|
Basically some info on multithreading.
There are three progressbar controls. Three threads to fill them.
Nothing amazing, but i think the multithreading is an amazing add-in to vb. Its VERY easy to use. |
|
|
|
 |
App.Path & App.EXEName | VB.NET | Beginner / Pankaj Nagar (from psc cd) | 2983 since 1/1/2015 12:05:00 AM |
By 7 Users
|
|
As .Net does Not include App object as in VB here is a solution for App.Path and App.ExeName |
|