| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Registry.NET | VB.NET | Beginner / Lionhart Systems (from psc cd) | 1469 since 1/1/2015 10:28:00 AM |
By 16 Users
|
|
Finally, Microsoft actually made it fairly straight forward to access the Registry. This simple application show 6 major Registry Calls, CreateKey,DeleteKey,DeleteKeyTree,SetValue,ReadValue,DeleteValue
And the best part is they're all done in about 4 to 8 ...(description truncated) (ScreenShot) |
|
|
|
 |
RunDosCommand Function | VB.NET | Beginner / Igor Krupitsky (from psc cd) | 1258 since 1/4/2015 10:39:00 PM |
By 2 Users
|
|
Run MS DOS Command and get results back in VB.NET |
|
|
|
 |
Send a Text Message to a Cell Phone | VB.NET | Advanced / Malik Iftikhar Hussain (from psc cd) | 2076 since 1/4/2015 5:08:00 PM |
By 4 Users
|
|
A simple way to send text messages to a cellular phone from within a VB.NET desktop application. The source code provided includes a relatively good list of carriers to simplify the task of connecting with a cell phone and the task itself is really no mor ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Send email with Attachments from ASP .Net Page | VB.NET, ASP.NET | Beginner / Pankaj Nagar (from psc cd) | 1225 since 1/1/2015 2:16:00 AM |
By 6 Users
|
|
Send email with attachments from an ASP .Net page. Basically the example demostrates the use of System.Web.Mail Namespace classes.
Important:Create a subdirectory "email" in your IIS web root create a subdirectory "uploads" in this "email" directory, copy ...(description truncated) |
|
|
|
 |
Sending complex emails in .NET 1.1 | C# | Intermediate / Florentin BADEA (from psc cd) | 783 since 1/4/2015 3:50:00 AM |
By 8 Users
|
|
This article describes complex issues about sending emails in .NET 1.1 (such as using a SMTP server that requires authentication). |
|
|
|
 |
Serviceviewer/watcher | VB.NET | Beginner / Wallonso (from psc cd) | 1381 since 1/6/2015 9:27:00 AM |
By 2 Users
|
|
Small program to watch selected services and states on selected remote computers in your office
Uses an Ini-File to configure
Uses an unbound datagrid (for newbies : like old MSFlexgrid)
Class for reading INI uses only API-calls for faster reading (ScreenShot) |
|
|
|
 |
Socket Connector using .NET | VB.NET | Advanced / Brian Yule (from psc cd) | 1099 since 1/1/2015 10:01:00 AM |
By 5 Users
|
|
It shows how to connect a socket using .NET assemblies for socket transmissions. |
|
|
|
 |
Start Shutdown | VB.NET | Beginner / Herbert N Swearengen III (from psc cd) | 1398 since 1/4/2015 1:11:00 AM |
By 4 Users
|
|
I had a batch file that shut down my computer after my antivirus scan. The problem was I couldn't abort the shutdown. This little program solves the problem. (ScreenShot) |
|
|
|
 |
SuperSpy (process, servises, module, thread, startup and folder change) | VB.NET | Beginner / Benoit Robin R-N soft (from psc cd) | 1635 since 1/5/2015 5:30:00 AM |
By 2 Users
|
|
View and control Process and Services
get detailed information about process / service
Can add a process to the baned list (baned process will be close or kill if a baned process is runing)
you can view the Path of a process and goto the directory by pres ...(description truncated) (ScreenShot) |
|
|
|
 |
Systray | VB.NET | Intermediate / Brian Yule (from psc cd) | 1021 since 1/1/2015 8:25:00 AM |
By 4 Users
|
|
Handles Icons, Balloon Messages, Explorer Restarts, Icon & Balloon Mouse Events. Doesn't require a Form. |
|