Share Pastebin
Guest
Private paste!

Untitled

By: a guest | Apr 30th, 2010 | Syntax: VB.NET | Size: 0.21 KB | Hits: 105 | Expires: Never
Copy text to clipboard
  1. Public Class Form1
  2.  
  3.     Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  4.  
  5.         Me.BackColor = System.Drawing.Color.DarkBlue
  6.  
  7.     End Sub
  8. End Class