aspEdit.NET is the successor of my popular aspEdit.
This is a Online Website-Editor. You can (over the internet) create/delete directories, create/edit/delete files and a lot of other stuff. There are no server-side components needed.
For using this code ...(description truncated)
This VB.NET console application connects to a NNTP server and downloads all Headers and Bodys of a Newsgroup and saves them to the local hard drive.
Easy example for understanding TcpClient (and NNTP commands, of course).
This little Windows Applications shows how to search through directories to find empty files and folders and it's also possible to delete them.
This piece of code uses a lot of the stuff in the System.IO namespace...
This little sample shows the use of the ASP.NET form authentication. It comes with forms for registration/login/edit user data/logoff. The data is saved in a database using oledb.
If you like this sample, please don't forget to vote...
This is a GUI Generator, which reads all the GUI Information needed from a XML File, paints it to a WinForm and binds events.
This is the prototype of a part of a huge project I have to work on. Yet it supports the most important WinControls and all possi ...(description truncated)(ScreenShot)
This code shows some of the possibilities of WMI: You connect over a network (with username and password) to another machine; you can view processes, services and shares and execute command-line commands.
There is a DataGrid used with DataBinding.
It work ...(description truncated)