Apr 16

Visual Basic 2010 – Exception Handling Sample

Description: A sample on how to handle error in visual basic .net using try and catch method. FileNotFoundException, DirectoryNotFoundException, IOException and Exception. Download Project

 

 

 

 

 

 

Screenshot

Apr 13

Visual Basic .Net Gestures Sample

Version: Visual Basic 2010
Description : This sample enumerates all the system gestures and populates a CheckedListBox with their names. When gestures are checked or unchecked, recognition of them is turned on or off. Some additional processing is required to handle the AllGestures and NoGestures commands. Download Project

 

 

 

 

 

Screenshot

Apr 10

Visual Basic 2010 Sample Common Dialog

Description: Visual basic 2010 sample on how to use common dialog for Open File Dialog (System.Windows.Forms.OpenFileDialog),  Save File Dialog (System.Windows.Forms.SaveFileDialog), Select Color Dialog (System.Windows.Forms.ColorDialog), Font Dialog (System.Windows.Forms.FontDialog) and Folder Browser Dialog (System.Windows.Forms.FolderBroserDialog). Download Project

 

 

 

 

 

Screenshot