Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Scott Lysle"

Piano EmulationVersion: VB 2005
Author: Scott LysleSubmitted: 11/23/2014Downloads: 2537
Project used to build a simple piano keyboard that plays some notes courtesy of the Kernel32.dll’s beep function.

Scrollable Picturebox as a Custom ControlVersion: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 3564
This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project. There are different ways to scroll an image; it can be done using GDI+ for example, but the approach used in this demo is based upon wha ...more>>

Image Viewer Custom Control in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/7/2008Downloads: 6804
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files. The control displays the previous and next images in the file along with the current image ...more>>

Image Viewer User Control in C#Version: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 4343
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files. The control displays the previous and next images in the file along with the current image ...more>>

Get the Time Since Last System Bootup in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/7/2008Downloads: 5346
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up. The application uses element of the System.Management library to run a select query against Win32_OperatingSystem; the ...more>>

Time Since Last Bootup in C#Version: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 3175
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up. The application uses element of the System.Management library to run a select query against Win32_OperatingSystem; the ...more>>

LINQ to SQL in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/3/2008Downloads: 5388
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and h ...more>>

LINQ to SQL in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3118
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and h ...more>>

LINQ to Objects in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3387
This article provides an introduction to employing LINQ to Objects queries to support a simple win forms application; the article addresses the construction of LINQ to Objects statements and then goes on to describe how one might use LINQ to Objects withi ...more>>

LINQ to Objects in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 2445
This article provides an introduction to employing LINQ to Objects queries to support a simple win forms application; the article addresses the construction of LINQ to Objects statements and then goes on to describe how one might use LINQ to Objects withi ...more>>
Page 1 of  6  Next >>

Go to page: 1  2  3  4  5  6