Because everyone is entitled to my opinion.  Welcome to A Dream of Sky!

name: will baker
dob: 3.15.1974
age: 31
height: 6'1"
weight: 240 lbs.
race: caucasian
birth: joplin, mo
residence: san antonio, tx
high school: john marshall
college: utsa
occupation: i.t. manager
religion: anglican christian
sign: pisces

blogrollin'
digby
billmon
rising hegemon
gonzography
the daily howler
fafblog
eschaton
idiot milk
12% beer
betabitch
invinciblegirl
leebozeebo
michael berube
bagnews notes
arianna
rox populi
adventus
no capital
echidne

other sites:
moveon.org
democracy for america
slashdot
center for american progress
the revealer

Hello, world
2004-03-25 : 9:59 a.m.

Imports System

Imports System.Drawing

Imports System.Windows.Forms

Public Class HelloWindows

Inherits Form

Private lblHelloWindows As Label

Public Shared Sub Main( )

Application.Run(New HelloWindows( ))

End Sub

Public Sub New( )

lblHelloWindows = New Label( )

With lblHelloWindows

.Location = New Point(37, 31)

.Size = New Size(392, 64)

.Font = New Font("Arial", 36)

.Text = "Hello, Windows!"

.TabIndex = 0

.TextAlign = ContentAlignment.TopCenter

End With

Me.Text = "Programming Visual Basic .NET"

AutoScaleBaseSize = New Size(5, 13)

FormBorderStyle = FormBorderStyle.FixedSingle

ClientSize = New Size(466, 127)

Controls.Add(lblHelloWindows)

End Sub

End Class

design by bad monkey design works, copyright 2005 - all rights reserved
this site is optimized for FireFox 1.0, because Explorer is for mouth-breathers.


Get Firefox!Valid HTML 4.01!