May 15

Visual Basic .Net 2010 Basic Image/Picture Editing

Description: Visual Basic .Net 2010 on how to edit image/picture during runtime using System.Drawing and System.Drawing.Imaging. Basic editing tools like cropping, rotate images, zoom, flip horizontal/vertical, negative effect and gray scale. Download Project

 

 

 

 

 

 

Screenshot

May 03

Visual Basic 2010 Explorer Style Sample

Description: DirectoryScanner  – This is a simple application that scans all directories and sub-directories in either all logical drives or a user-selected starting directory. The list of drives is obtained by using the method. A tree view control displays the directory structure reflecting the latest scan. Directories are colored green, yellow, or red based on their total size inclusive of all sub-directories and files. The method is used to retrieve the list of files, and the class is used to receive the file size. ExplorerStyleViewer  – This is a simpler version of the Windows Explorer application. The ExplorerStyleViewer displays more file information than DirectoryScanner by using the property. It demonstrates how to associate icons with file types by using the property. It enables the user to run an application associated with the file type (if an association exists) by double-clicking the file (just like in Windows Explorer). Applications are started by using the method. Download Project

 

 

 

 

 

 

Screenshot