Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / Visual Basic

gTimePicker- Control to Pick a Time Value (VB.NET)

Rate me:
Please Sign up or sign in to vote.
4.88/5 (38 votes)
8 Feb 2012CPOL7 min read 136.4K   3.9K   69  
Stop using the DateTimePicker for time values. This control makes it easy to pick a time, and if you act now, get the matching Nullable gDateTimePicker at no extra cost.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim TimeColors8 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors2 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors3 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors4 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors5 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors6 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors7 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Dim TimeColors1 As gTimePickerControl.TimeColors = New gTimePickerControl.TimeColors
        Me.TextBox1 = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.TextBox2 = New System.Windows.Forms.TextBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.TextBox3 = New System.Windows.Forms.TextBox
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.RadioButton6 = New System.Windows.Forms.RadioButton
        Me.RadioButton2 = New System.Windows.Forms.RadioButton
        Me.RadioButton1 = New System.Windows.Forms.RadioButton
        Me.Panel1 = New System.Windows.Forms.Panel
        Me.Button1 = New System.Windows.Forms.Button
        Me.TextBox4 = New System.Windows.Forms.TextBox
        Me.Button2 = New System.Windows.Forms.Button
        Me.RadioButton5 = New System.Windows.Forms.RadioButton
        Me.RadioButton4 = New System.Windows.Forms.RadioButton
        Me.RadioButton3 = New System.Windows.Forms.RadioButton
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.Button3 = New System.Windows.Forms.Button
        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
        Me.lblNowTime = New System.Windows.Forms.Label
        Me.CheckBox1 = New System.Windows.Forms.CheckBox
        Me.chkMidMins = New System.Windows.Forms.CheckBox
        Me.chk24Hour = New System.Windows.Forms.CheckBox
        Me.chkTrueHour = New System.Windows.Forms.CheckBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.TextBox5 = New System.Windows.Forms.TextBox
        Me.Button4 = New System.Windows.Forms.Button
        Me.Label6 = New System.Windows.Forms.Label
        Me.GTimePickerCntrl1 = New gTimePickerControl.gTimePickerCntrl
        Me.GTimePicker3 = New gTimePickerControl.gTimePicker
        Me.GTimePicker2 = New gTimePickerControl.gTimePicker
        Me.GTimePicker5 = New gTimePickerControl.gTimePicker
        Me.GTimePicker7 = New gTimePickerControl.gTimePicker
        Me.GTimePicker1 = New gTimePickerControl.gTimePicker
        Me.GTimePicker6 = New gTimePickerControl.gTimePicker
        Me.GDateTimePicker1 = New gTimePickerControl.gDateTimePicker
        Me.GDateTimePicker2 = New gTimePickerControl.gDateTimePicker
        Me.GTimePicker4 = New gTimePickerControl.gTimePicker
        Me.Label7 = New System.Windows.Forms.Label
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.Panel1.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.SuspendLayout()
        '
        'TextBox1
        '
        Me.TextBox1.Location = New System.Drawing.Point(272, 28)
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.Size = New System.Drawing.Size(77, 20)
        Me.TextBox1.TabIndex = 1
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(144, 71)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(63, 13)
        Me.Label1.TabIndex = 8
        Me.Label1.Text = "Pick a Time"
        Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'TextBox2
        '
        Me.TextBox2.BackColor = System.Drawing.Color.PowderBlue
        Me.TextBox2.Font = New System.Drawing.Font("Times New Roman", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.TextBox2.ForeColor = System.Drawing.Color.DarkBlue
        Me.TextBox2.Location = New System.Drawing.Point(200, 21)
        Me.TextBox2.Name = "TextBox2"
        Me.TextBox2.Size = New System.Drawing.Size(375, 32)
        Me.TextBox2.TabIndex = 20
        Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.GDateTimePicker2)
        Me.GroupBox1.Controls.Add(Me.TextBox2)
        Me.GroupBox1.Controls.Add(Me.GTimePicker4)
        Me.GroupBox1.Location = New System.Drawing.Point(5, 295)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(581, 65)
        Me.GroupBox1.TabIndex = 23
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Date and Time"
        '
        'TextBox3
        '
        Me.TextBox3.Location = New System.Drawing.Point(6, 85)
        Me.TextBox3.Name = "TextBox3"
        Me.TextBox3.Size = New System.Drawing.Size(225, 20)
        Me.TextBox3.TabIndex = 29
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.Label2)
        Me.GroupBox2.Controls.Add(Me.RadioButton6)
        Me.GroupBox2.Controls.Add(Me.RadioButton2)
        Me.GroupBox2.Controls.Add(Me.RadioButton1)
        Me.GroupBox2.Controls.Add(Me.GDateTimePicker1)
        Me.GroupBox2.Controls.Add(Me.Panel1)
        Me.GroupBox2.Controls.Add(Me.TextBox3)
        Me.GroupBox2.Location = New System.Drawing.Point(5, 151)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(361, 114)
        Me.GroupBox2.TabIndex = 31
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "gDateTimePicker"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(7, 49)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(39, 13)
        Me.Label2.TabIndex = 36
        Me.Label2.Text = "Output"
        '
        'RadioButton6
        '
        Me.RadioButton6.AutoSize = True
        Me.RadioButton6.Location = New System.Drawing.Point(167, 63)
        Me.RadioButton6.Name = "RadioButton6"
        Me.RadioButton6.Size = New System.Drawing.Size(60, 17)
        Me.RadioButton6.TabIndex = 35
        Me.RadioButton6.Text = "Custom"
        Me.RadioButton6.UseVisualStyleBackColor = True
        '
        'RadioButton2
        '
        Me.RadioButton2.AutoSize = True
        Me.RadioButton2.Checked = True
        Me.RadioButton2.Location = New System.Drawing.Point(87, 63)
        Me.RadioButton2.Name = "RadioButton2"
        Me.RadioButton2.Size = New System.Drawing.Size(49, 17)
        Me.RadioButton2.TabIndex = 34
        Me.RadioButton2.TabStop = True
        Me.RadioButton2.Text = "Long"
        Me.RadioButton2.UseVisualStyleBackColor = True
        '
        'RadioButton1
        '
        Me.RadioButton1.AutoSize = True
        Me.RadioButton1.Location = New System.Drawing.Point(12, 63)
        Me.RadioButton1.Name = "RadioButton1"
        Me.RadioButton1.Size = New System.Drawing.Size(50, 17)
        Me.RadioButton1.TabIndex = 33
        Me.RadioButton1.Text = "Short"
        Me.RadioButton1.UseVisualStyleBackColor = True
        '
        'Panel1
        '
        Me.Panel1.Controls.Add(Me.Button1)
        Me.Panel1.Controls.Add(Me.TextBox4)
        Me.Panel1.Controls.Add(Me.Button2)
        Me.Panel1.Controls.Add(Me.RadioButton5)
        Me.Panel1.Controls.Add(Me.RadioButton4)
        Me.Panel1.Controls.Add(Me.RadioButton3)
        Me.Panel1.Location = New System.Drawing.Point(233, 10)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(123, 98)
        Me.Panel1.TabIndex = 31
        '
        'Button1
        '
        Me.Button1.Location = New System.Drawing.Point(69, 8)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(50, 23)
        Me.Button1.TabIndex = 35
        Me.Button1.Text = "NULL"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'TextBox4
        '
        Me.TextBox4.Location = New System.Drawing.Point(8, 72)
        Me.TextBox4.Name = "TextBox4"
        Me.TextBox4.Size = New System.Drawing.Size(111, 20)
        Me.TextBox4.TabIndex = 34
        Me.TextBox4.Text = "MM/dd/yyyy"
        '
        'Button2
        '
        Me.Button2.Location = New System.Drawing.Point(68, 37)
        Me.Button2.Name = "Button2"
        Me.Button2.Size = New System.Drawing.Size(50, 23)
        Me.Button2.TabIndex = 36
        Me.Button2.Text = "Today"
        Me.Button2.UseVisualStyleBackColor = True
        '
        'RadioButton5
        '
        Me.RadioButton5.AutoSize = True
        Me.RadioButton5.Checked = True
        Me.RadioButton5.Location = New System.Drawing.Point(8, 51)
        Me.RadioButton5.Name = "RadioButton5"
        Me.RadioButton5.Size = New System.Drawing.Size(60, 17)
        Me.RadioButton5.TabIndex = 33
        Me.RadioButton5.TabStop = True
        Me.RadioButton5.Text = "Custom"
        Me.RadioButton5.UseVisualStyleBackColor = True
        '
        'RadioButton4
        '
        Me.RadioButton4.AutoSize = True
        Me.RadioButton4.Location = New System.Drawing.Point(8, 28)
        Me.RadioButton4.Name = "RadioButton4"
        Me.RadioButton4.Size = New System.Drawing.Size(49, 17)
        Me.RadioButton4.TabIndex = 32
        Me.RadioButton4.TabStop = True
        Me.RadioButton4.Text = "Long"
        Me.RadioButton4.UseVisualStyleBackColor = True
        '
        'RadioButton3
        '
        Me.RadioButton3.AutoSize = True
        Me.RadioButton3.Location = New System.Drawing.Point(8, 5)
        Me.RadioButton3.Name = "RadioButton3"
        Me.RadioButton3.Size = New System.Drawing.Size(50, 17)
        Me.RadioButton3.TabIndex = 31
        Me.RadioButton3.TabStop = True
        Me.RadioButton3.Text = "Short"
        Me.RadioButton3.UseVisualStyleBackColor = True
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.GTimePicker3)
        Me.GroupBox3.Controls.Add(Me.TextBox1)
        Me.GroupBox3.Controls.Add(Me.GTimePicker2)
        Me.GroupBox3.Controls.Add(Me.GTimePicker5)
        Me.GroupBox3.Controls.Add(Me.GTimePicker7)
        Me.GroupBox3.Controls.Add(Me.GTimePicker1)
        Me.GroupBox3.Controls.Add(Me.GTimePicker6)
        Me.GroupBox3.Controls.Add(Me.Label1)
        Me.GroupBox3.Location = New System.Drawing.Point(5, 8)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(361, 137)
        Me.GroupBox3.TabIndex = 32
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "gTimePicker"
        '
        'Button3
        '
        Me.Button3.Location = New System.Drawing.Point(111, 271)
        Me.Button3.Name = "Button3"
        Me.Button3.Size = New System.Drawing.Size(155, 23)
        Me.Button3.TabIndex = 33
        Me.Button3.Text = "Show Databinding Example"
        Me.Button3.UseVisualStyleBackColor = True
        '
        'Timer1
        '
        Me.Timer1.Interval = 1000
        '
        'lblNowTime
        '
        Me.lblNowTime.AutoSize = True
        Me.lblNowTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblNowTime.ForeColor = System.Drawing.Color.Blue
        Me.lblNowTime.Location = New System.Drawing.Point(372, 8)
        Me.lblNowTime.Name = "lblNowTime"
        Me.lblNowTime.Size = New System.Drawing.Size(45, 13)
        Me.lblNowTime.TabIndex = 34
        Me.lblNowTime.Text = "Label3"
        '
        'CheckBox1
        '
        Me.CheckBox1.AutoSize = True
        Me.CheckBox1.Checked = True
        Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
        Me.CheckBox1.Location = New System.Drawing.Point(478, 7)
        Me.CheckBox1.Name = "CheckBox1"
        Me.CheckBox1.Size = New System.Drawing.Size(114, 17)
        Me.CheckBox1.TabIndex = 35
        Me.CheckBox1.Text = "Keep Time Current"
        Me.CheckBox1.UseVisualStyleBackColor = True
        '
        'chkMidMins
        '
        Me.chkMidMins.AutoSize = True
        Me.chkMidMins.Checked = True
        Me.chkMidMins.CheckState = System.Windows.Forms.CheckState.Checked
        Me.chkMidMins.Location = New System.Drawing.Point(414, 245)
        Me.chkMidMins.Name = "chkMidMins"
        Me.chkMidMins.Size = New System.Drawing.Size(133, 17)
        Me.chkMidMins.TabIndex = 36
        Me.chkMidMins.Text = "Show Mid Minute Dots"
        Me.chkMidMins.UseVisualStyleBackColor = True
        '
        'chk24Hour
        '
        Me.chk24Hour.AutoSize = True
        Me.chk24Hour.Location = New System.Drawing.Point(506, 275)
        Me.chk24Hour.Name = "chk24Hour"
        Me.chk24Hour.Size = New System.Drawing.Size(64, 17)
        Me.chk24Hour.TabIndex = 37
        Me.chk24Hour.Text = "24 Hour"
        Me.chk24Hour.UseVisualStyleBackColor = True
        '
        'chkTrueHour
        '
        Me.chkTrueHour.AutoSize = True
        Me.chkTrueHour.Checked = True
        Me.chkTrueHour.CheckState = System.Windows.Forms.CheckState.Checked
        Me.chkTrueHour.Location = New System.Drawing.Point(389, 274)
        Me.chkTrueHour.Name = "chkTrueHour"
        Me.chkTrueHour.Size = New System.Drawing.Size(104, 17)
        Me.chkTrueHour.TabIndex = 38
        Me.chkTrueHour.Text = "Show True Hour"
        Me.chkTrueHour.UseVisualStyleBackColor = True
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(304, 363)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(39, 13)
        Me.Label3.TabIndex = 40
        Me.Label3.Text = "Label3"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(304, 376)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(39, 13)
        Me.Label4.TabIndex = 40
        Me.Label4.Text = "Label3"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(304, 389)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(39, 13)
        Me.Label5.TabIndex = 40
        Me.Label5.Text = "Label3"
        '
        'TextBox5
        '
        Me.TextBox5.Location = New System.Drawing.Point(494, 370)
        Me.TextBox5.Name = "TextBox5"
        Me.TextBox5.Size = New System.Drawing.Size(75, 20)
        Me.TextBox5.TabIndex = 41
        Me.TextBox5.Text = "12:05 PM"
        '
        'Button4
        '
        Me.Button4.Location = New System.Drawing.Point(495, 396)
        Me.Button4.Name = "Button4"
        Me.Button4.Size = New System.Drawing.Size(75, 23)
        Me.Button4.TabIndex = 42
        Me.Button4.Text = "Button4"
        Me.Button4.UseVisualStyleBackColor = True
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(349, 363)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(39, 13)
        Me.Label6.TabIndex = 40
        Me.Label6.Text = "Label3"
        '
        'GTimePickerCntrl1
        '
        Me.GTimePickerCntrl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.GTimePickerCntrl1.Hr24 = False
        Me.GTimePickerCntrl1.Location = New System.Drawing.Point(373, 26)
        Me.GTimePickerCntrl1.Name = "GTimePickerCntrl1"
        Me.GTimePickerCntrl1.ShowMidMins = True
        Me.GTimePickerCntrl1.Size = New System.Drawing.Size(214, 210)
        Me.GTimePickerCntrl1.TabIndex = 39
        Me.GTimePickerCntrl1.Time = "07:00"
        Me.GTimePickerCntrl1.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.AM
        TimeColors8.BackGround = System.Drawing.Color.White
        TimeColors8.Box = System.Drawing.Color.White
        TimeColors8.DisplayTime = System.Drawing.Color.Red
        TimeColors8.FaceInner = System.Drawing.Color.White
        TimeColors8.FaceOuter = System.Drawing.Color.LightGoldenrodYellow
        TimeColors8.FrameInner = System.Drawing.Color.AliceBlue
        TimeColors8.FrameOuter = System.Drawing.Color.CornflowerBlue
        TimeColors8.Hour = System.Drawing.Color.DarkBlue
        TimeColors8.HourHand = System.Drawing.Color.DarkBlue
        TimeColors8.Minute = System.Drawing.Color.Blue
        TimeColors8.MinuteHand = System.Drawing.Color.OrangeRed
        TimeColors8.MinutePlus = System.Drawing.Color.LightSlateGray
        TimeColors8.TimeAMPM_OFF = System.Drawing.Color.LightSteelBlue
        TimeColors8.TimeAMPM_ON = System.Drawing.Color.MediumBlue
        Me.GTimePickerCntrl1.TimeColors = TimeColors8
        Me.GTimePickerCntrl1.TrueHour = True
        '
        'GTimePicker3
        '
        Me.GTimePicker3.ButtonForeColor = System.Drawing.Color.DarkSlateBlue
        Me.GTimePicker3.Hr24 = True
        Me.GTimePicker3.Location = New System.Drawing.Point(9, 28)
        Me.GTimePicker3.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker3.Name = "GTimePicker3"
        Me.GTimePicker3.NullColorA = System.Drawing.Color.Lavender
        Me.GTimePicker3.NullColorB = System.Drawing.Color.Blue
        Me.GTimePicker3.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard
        Me.GTimePicker3.NullText = ""
        Me.GTimePicker3.NullTextColor = System.Drawing.Color.Black
        Me.GTimePicker3.NullTextInFront = False
        Me.GTimePicker3.ShowMidMins = False
        Me.GTimePicker3.Size = New System.Drawing.Size(75, 20)
        Me.GTimePicker3.TabIndex = 7
        Me.GTimePicker3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
        Me.GTimePicker3.TextBackColor = System.Drawing.Color.White
        Me.GTimePicker3.TextFont = New System.Drawing.Font("Arial", 8.25!)
        Me.GTimePicker3.TextForeColor = System.Drawing.Color.Black
        Me.GTimePicker3.Time = "13:30"
        Me.GTimePicker3.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.PM
        TimeColors2.BackGround = System.Drawing.Color.White
        TimeColors2.Box = System.Drawing.Color.White
        TimeColors2.DisplayTime = System.Drawing.Color.Red
        TimeColors2.FaceInner = System.Drawing.Color.White
        TimeColors2.FaceOuter = System.Drawing.Color.LightGoldenrodYellow
        TimeColors2.FrameInner = System.Drawing.Color.AliceBlue
        TimeColors2.FrameOuter = System.Drawing.Color.CornflowerBlue
        TimeColors2.Hour = System.Drawing.Color.DarkBlue
        TimeColors2.HourHand = System.Drawing.Color.DarkBlue
        TimeColors2.Minute = System.Drawing.Color.Blue
        TimeColors2.MinuteHand = System.Drawing.Color.OrangeRed
        TimeColors2.MinutePlus = System.Drawing.Color.LightSlateGray
        TimeColors2.TimeAMPM_OFF = System.Drawing.Color.LightSteelBlue
        TimeColors2.TimeAMPM_ON = System.Drawing.Color.MediumBlue
        Me.GTimePicker3.TimeColors = TimeColors2
        Me.GTimePicker3.TrueHour = True
        '
        'GTimePicker2
        '
        Me.GTimePicker2.ButtonForeColor = System.Drawing.Color.DarkSlateBlue
        Me.GTimePicker2.Hr24 = False
        Me.GTimePicker2.Location = New System.Drawing.Point(187, 25)
        Me.GTimePicker2.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker2.Name = "GTimePicker2"
        Me.GTimePicker2.NullColorA = System.Drawing.Color.Gold
        Me.GTimePicker2.NullColorB = System.Drawing.Color.White
        Me.GTimePicker2.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.DarkHorizontal
        Me.GTimePicker2.NullTextColor = System.Drawing.Color.Firebrick
        Me.GTimePicker2.NullTextInFront = False
        Me.GTimePicker2.ShowMidMins = True
        Me.GTimePicker2.Size = New System.Drawing.Size(83, 26)
        Me.GTimePicker2.TabIndex = 3
        Me.GTimePicker2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
        Me.GTimePicker2.TextBackColor = System.Drawing.Color.White
        Me.GTimePicker2.TextFont = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GTimePicker2.TextForeColor = System.Drawing.Color.Black
        Me.GTimePicker2.Time = "02:05"
        Me.GTimePicker2.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.AM
        TimeColors3.BackGround = System.Drawing.Color.White
        TimeColors3.Box = System.Drawing.Color.WhiteSmoke
        TimeColors3.DisplayTime = System.Drawing.Color.Red
        TimeColors3.FaceInner = System.Drawing.Color.WhiteSmoke
        TimeColors3.FaceOuter = System.Drawing.Color.DarkKhaki
        TimeColors3.FrameInner = System.Drawing.Color.LightCyan
        TimeColors3.FrameOuter = System.Drawing.Color.CornflowerBlue
        TimeColors3.Hour = System.Drawing.Color.DarkBlue
        TimeColors3.HourHand = System.Drawing.Color.MediumBlue
        TimeColors3.Minute = System.Drawing.Color.Blue
        TimeColors3.MinuteHand = System.Drawing.Color.OrangeRed
        TimeColors3.MinutePlus = System.Drawing.Color.MediumSlateBlue
        TimeColors3.TimeAMPM_OFF = System.Drawing.Color.LightSteelBlue
        TimeColors3.TimeAMPM_ON = System.Drawing.Color.Red
        Me.GTimePicker2.TimeColors = TimeColors3
        Me.GTimePicker2.TrueHour = True
        '
        'GTimePicker5
        '
        Me.GTimePicker5.ButtonForeColor = System.Drawing.Color.DarkSlateBlue
        Me.GTimePicker5.Hr24 = True
        Me.GTimePicker5.Location = New System.Drawing.Point(91, 27)
        Me.GTimePicker5.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker5.Name = "GTimePicker5"
        Me.GTimePicker5.NullColorA = System.Drawing.Color.LightSteelBlue
        Me.GTimePicker5.NullColorB = System.Drawing.Color.White
        Me.GTimePicker5.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal
        Me.GTimePicker5.NullTextColor = System.Drawing.Color.White
        Me.GTimePicker5.NullTextInFront = False
        Me.GTimePicker5.ShowMidMins = True
        Me.GTimePicker5.Size = New System.Drawing.Size(82, 23)
        Me.GTimePicker5.TabIndex = 7
        Me.GTimePicker5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
        Me.GTimePicker5.TextBackColor = System.Drawing.Color.DarkBlue
        Me.GTimePicker5.TextFont = New System.Drawing.Font("Courier New", 10.0!, System.Drawing.FontStyle.Bold)
        Me.GTimePicker5.TextForeColor = System.Drawing.Color.White
        Me.GTimePicker5.Time = "23:59"
        Me.GTimePicker5.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.PM
        TimeColors4.BackGround = System.Drawing.Color.LightCyan
        TimeColors4.Box = System.Drawing.Color.AliceBlue
        TimeColors4.DisplayTime = System.Drawing.Color.RoyalBlue
        TimeColors4.FaceInner = System.Drawing.Color.SkyBlue
        TimeColors4.FaceOuter = System.Drawing.Color.DarkBlue
        TimeColors4.FrameInner = System.Drawing.Color.LightBlue
        TimeColors4.FrameOuter = System.Drawing.Color.RoyalBlue
        TimeColors4.Hour = System.Drawing.Color.Gold
        TimeColors4.HourHand = System.Drawing.Color.PaleGoldenrod
        TimeColors4.Minute = System.Drawing.Color.Lavender
        TimeColors4.MinuteHand = System.Drawing.Color.LightGray
        TimeColors4.MinutePlus = System.Drawing.Color.CornflowerBlue
        TimeColors4.TimeAMPM_OFF = System.Drawing.Color.CornflowerBlue
        TimeColors4.TimeAMPM_ON = System.Drawing.Color.DarkBlue
        Me.GTimePicker5.TimeColors = TimeColors4
        Me.GTimePicker5.TrueHour = False
        '
        'GTimePicker7
        '
        Me.GTimePicker7.ButtonForeColor = System.Drawing.Color.DarkSlateBlue
        Me.GTimePicker7.Hr24 = True
        Me.GTimePicker7.Location = New System.Drawing.Point(250, 83)
        Me.GTimePicker7.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker7.Name = "GTimePicker7"
        Me.GTimePicker7.NullColorA = System.Drawing.Color.LightSteelBlue
        Me.GTimePicker7.NullColorB = System.Drawing.Color.White
        Me.GTimePicker7.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.LargeConfetti
        Me.GTimePicker7.NullTextColor = System.Drawing.Color.Black
        Me.GTimePicker7.NullTextInFront = False
        Me.GTimePicker7.ShowMidMins = True
        Me.GTimePicker7.Size = New System.Drawing.Size(100, 29)
        Me.GTimePicker7.TabIndex = 17
        Me.GTimePicker7.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
        Me.GTimePicker7.TextBackColor = System.Drawing.Color.AliceBlue
        Me.GTimePicker7.TextFont = New System.Drawing.Font("Courier New", 14.0!, System.Drawing.FontStyle.Bold)
        Me.GTimePicker7.TextForeColor = System.Drawing.Color.Black
        Me.GTimePicker7.Time = "03:15"
        Me.GTimePicker7.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.AM
        TimeColors5.BackGround = System.Drawing.Color.White
        TimeColors5.Box = System.Drawing.Color.White
        TimeColors5.DisplayTime = System.Drawing.Color.Red
        TimeColors5.FaceInner = System.Drawing.Color.White
        TimeColors5.FaceOuter = System.Drawing.Color.LightGoldenrodYellow
        TimeColors5.FrameInner = System.Drawing.Color.AliceBlue
        TimeColors5.FrameOuter = System.Drawing.Color.CornflowerBlue
        TimeColors5.Hour = System.Drawing.Color.DarkBlue
        TimeColors5.HourHand = System.Drawing.Color.DarkBlue
        TimeColors5.Minute = System.Drawing.Color.Blue
        TimeColors5.MinuteHand = System.Drawing.Color.OrangeRed
        TimeColors5.MinutePlus = System.Drawing.Color.LightSlateGray
        TimeColors5.TimeAMPM_OFF = System.Drawing.Color.LightSteelBlue
        TimeColors5.TimeAMPM_ON = System.Drawing.Color.MediumBlue
        Me.GTimePicker7.TimeColors = TimeColors5
        Me.GTimePicker7.TrueHour = True
        '
        'GTimePicker1
        '
        Me.GTimePicker1.ButtonBackColor = System.Drawing.Color.LightGreen
        Me.GTimePicker1.ButtonBorder = System.Drawing.Color.DarkGreen
        Me.GTimePicker1.ButtonForeColor = System.Drawing.Color.DarkGreen
        Me.GTimePicker1.ButtonHighlight = System.Drawing.Color.Honeydew
        Me.GTimePicker1.Hr24 = True
        Me.GTimePicker1.Location = New System.Drawing.Point(147, 86)
        Me.GTimePicker1.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker1.Name = "GTimePicker1"
        Me.GTimePicker1.NullColorA = System.Drawing.Color.LightGreen
        Me.GTimePicker1.NullColorB = System.Drawing.Color.White
        Me.GTimePicker1.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal
        Me.GTimePicker1.NullTextColor = System.Drawing.Color.ForestGreen
        Me.GTimePicker1.NullTextInFront = False
        Me.GTimePicker1.ShowMidMins = True
        Me.GTimePicker1.Size = New System.Drawing.Size(76, 23)
        Me.GTimePicker1.TabIndex = 2
        Me.GTimePicker1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
        Me.GTimePicker1.TextBackColor = System.Drawing.Color.PaleGreen
        Me.GTimePicker1.TextFont = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GTimePicker1.TextForeColor = System.Drawing.Color.Black
        Me.GTimePicker1.Time = ""
        Me.GTimePicker1.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.AM
        TimeColors6.BackGround = System.Drawing.Color.DarkSeaGreen
        TimeColors6.Box = System.Drawing.Color.Honeydew
        TimeColors6.DisplayTime = System.Drawing.Color.ForestGreen
        TimeColors6.FaceInner = System.Drawing.Color.Honeydew
        TimeColors6.FaceOuter = System.Drawing.Color.PaleGreen
        TimeColors6.FrameInner = System.Drawing.Color.PaleGreen
        TimeColors6.FrameOuter = System.Drawing.Color.DarkGreen
        TimeColors6.Hour = System.Drawing.Color.SeaGreen
        TimeColors6.HourHand = System.Drawing.Color.DarkGreen
        TimeColors6.Minute = System.Drawing.Color.Green
        TimeColors6.MinuteHand = System.Drawing.Color.ForestGreen
        TimeColors6.MinutePlus = System.Drawing.Color.DarkSeaGreen
        TimeColors6.TimeAMPM_OFF = System.Drawing.Color.DarkSeaGreen
        TimeColors6.TimeAMPM_ON = System.Drawing.Color.DarkGreen
        Me.GTimePicker1.TimeColors = TimeColors6
        Me.GTimePicker1.TrueHour = True
        '
        'GTimePicker6
        '
        Me.GTimePicker6.ButtonBackColor = System.Drawing.Color.Goldenrod
        Me.GTimePicker6.ButtonBorder = System.Drawing.Color.SaddleBrown
        Me.GTimePicker6.ButtonForeColor = System.Drawing.Color.Sienna
        Me.GTimePicker6.Hr24 = True
        Me.GTimePicker6.Location = New System.Drawing.Point(9, 78)
        Me.GTimePicker6.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker6.Name = "GTimePicker6"
        Me.GTimePicker6.NullAlpha = 100
        Me.GTimePicker6.NullColorA = System.Drawing.Color.Peru
        Me.GTimePicker6.NullColorB = System.Drawing.Color.Transparent
        Me.GTimePicker6.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard
        Me.GTimePicker6.NullTextColor = System.Drawing.Color.SaddleBrown
        Me.GTimePicker6.NullTextInFront = False
        Me.GTimePicker6.ShowMidMins = True
        Me.GTimePicker6.Size = New System.Drawing.Size(120, 38)
        Me.GTimePicker6.TabIndex = 16
        Me.GTimePicker6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
        Me.GTimePicker6.TextBackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
        Me.GTimePicker6.TextFont = New System.Drawing.Font("Arial", 20.0!, System.Drawing.FontStyle.Bold)
        Me.GTimePicker6.TextForeColor = System.Drawing.Color.DarkRed
        Me.GTimePicker6.Time = "21:12"
        Me.GTimePicker6.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.PM
        TimeColors7.BackGround = System.Drawing.Color.Ivory
        TimeColors7.Box = System.Drawing.Color.LemonChiffon
        TimeColors7.DisplayTime = System.Drawing.Color.Sienna
        TimeColors7.FaceInner = System.Drawing.Color.Ivory
        TimeColors7.FaceOuter = System.Drawing.Color.Khaki
        TimeColors7.FrameInner = System.Drawing.Color.LemonChiffon
        TimeColors7.FrameOuter = System.Drawing.Color.DarkGoldenrod
        TimeColors7.Hour = System.Drawing.Color.Sienna
        TimeColors7.HourHand = System.Drawing.Color.Sienna
        TimeColors7.Minute = System.Drawing.Color.DarkGoldenrod
        TimeColors7.MinuteHand = System.Drawing.Color.DarkGoldenrod
        TimeColors7.MinutePlus = System.Drawing.Color.BurlyWood
        TimeColors7.TimeAMPM_OFF = System.Drawing.Color.Tan
        TimeColors7.TimeAMPM_ON = System.Drawing.Color.Sienna
        Me.GTimePicker6.TimeColors = TimeColors7
        Me.GTimePicker6.TrueHour = True
        '
        'GDateTimePicker1
        '
        Me.GDateTimePicker1.BackFillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
        Me.GDateTimePicker1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GDateTimePicker1.gFormat = System.Windows.Forms.DateTimePickerFormat.Custom
        Me.GDateTimePicker1.gFormatString = "MM/dd/yyyy"
        Me.GDateTimePicker1.gValue = New Date(2009, 9, 21, 0, 0, 0, 0)
        Me.GDateTimePicker1.Location = New System.Drawing.Point(6, 18)
        Me.GDateTimePicker1.Name = "GDateTimePicker1"
        Me.GDateTimePicker1.NullColorA = System.Drawing.Color.IndianRed
        Me.GDateTimePicker1.NullColorB = System.Drawing.Color.White
        Me.GDateTimePicker1.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.Percent50
        Me.GDateTimePicker1.NullTextColor = System.Drawing.Color.DarkRed
        Me.GDateTimePicker1.NullTextInFront = False
        Me.GDateTimePicker1.Size = New System.Drawing.Size(225, 22)
        Me.GDateTimePicker1.TabIndex = 32
        '
        'GDateTimePicker2
        '
        Me.GDateTimePicker2.BackFillColor = System.Drawing.SystemColors.Window
        Me.GDateTimePicker2.Font = New System.Drawing.Font("Times New Roman", 12.0!)
        Me.GDateTimePicker2.gFormat = System.Windows.Forms.DateTimePickerFormat.Custom
        Me.GDateTimePicker2.gFormatString = "MM/dd/yyyy"
        Me.GDateTimePicker2.gValue = New Date(2009, 9, 21, 0, 0, 0, 0)
        Me.GDateTimePicker2.Location = New System.Drawing.Point(6, 24)
        Me.GDateTimePicker2.Name = "GDateTimePicker2"
        Me.GDateTimePicker2.NullColorA = System.Drawing.Color.SteelBlue
        Me.GDateTimePicker2.NullColorB = System.Drawing.Color.White
        Me.GDateTimePicker2.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal
        Me.GDateTimePicker2.NullTextColor = System.Drawing.Color.DarkBlue
        Me.GDateTimePicker2.NullTextInFront = False
        Me.GDateTimePicker2.Size = New System.Drawing.Size(103, 26)
        Me.GDateTimePicker2.TabIndex = 21
        '
        'GTimePicker4
        '
        Me.GTimePicker4.ButtonForeColor = System.Drawing.Color.DarkSlateBlue
        Me.GTimePicker4.Hr24 = False
        Me.GTimePicker4.Location = New System.Drawing.Point(115, 24)
        Me.GTimePicker4.MinimumSize = New System.Drawing.Size(55, 20)
        Me.GTimePicker4.Name = "GTimePicker4"
        Me.GTimePicker4.NullColorA = System.Drawing.Color.SteelBlue
        Me.GTimePicker4.NullColorB = System.Drawing.Color.White
        Me.GTimePicker4.NullHatchStyle = System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal
        Me.GTimePicker4.NullText = ""
        Me.GTimePicker4.NullTextColor = System.Drawing.Color.DarkBlue
        Me.GTimePicker4.NullTextInFront = False
        Me.GTimePicker4.ShowMidMins = False
        Me.GTimePicker4.Size = New System.Drawing.Size(79, 26)
        Me.GTimePicker4.TabIndex = 15
        Me.GTimePicker4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
        Me.GTimePicker4.TextBackColor = System.Drawing.Color.White
        Me.GTimePicker4.TextFont = New System.Drawing.Font("Times New Roman", 12.0!)
        Me.GTimePicker4.TextForeColor = System.Drawing.Color.Black
        Me.GTimePicker4.Time = "03:15"
        Me.GTimePicker4.TimeAMPM = gTimePickerControl.gTimePickerCntrl.eTimeAMPM.PM
        TimeColors1.BackGround = System.Drawing.Color.White
        TimeColors1.Box = System.Drawing.Color.White
        TimeColors1.DisplayTime = System.Drawing.Color.Red
        TimeColors1.FaceInner = System.Drawing.Color.White
        TimeColors1.FaceOuter = System.Drawing.Color.LightGoldenrodYellow
        TimeColors1.FrameInner = System.Drawing.Color.AliceBlue
        TimeColors1.FrameOuter = System.Drawing.Color.CornflowerBlue
        TimeColors1.Hour = System.Drawing.Color.DarkBlue
        TimeColors1.HourHand = System.Drawing.Color.DarkBlue
        TimeColors1.Minute = System.Drawing.Color.Blue
        TimeColors1.MinuteHand = System.Drawing.Color.OrangeRed
        TimeColors1.MinutePlus = System.Drawing.Color.LightSlateGray
        TimeColors1.TimeAMPM_OFF = System.Drawing.Color.LightSteelBlue
        TimeColors1.TimeAMPM_ON = System.Drawing.Color.MediumBlue
        Me.GTimePicker4.TimeColors = TimeColors1
        Me.GTimePicker4.TrueHour = True
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(386, 389)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(39, 13)
        Me.Label7.TabIndex = 40
        Me.Label7.Text = "Label3"
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.Gainsboro
        Me.ClientSize = New System.Drawing.Size(592, 421)
        Me.Controls.Add(Me.Button4)
        Me.Controls.Add(Me.TextBox5)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.GTimePickerCntrl1)
        Me.Controls.Add(Me.chkTrueHour)
        Me.Controls.Add(Me.chk24Hour)
        Me.Controls.Add(Me.chkMidMins)
        Me.Controls.Add(Me.CheckBox1)
        Me.Controls.Add(Me.lblNowTime)
        Me.Controls.Add(Me.Button3)
        Me.Controls.Add(Me.GroupBox3)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.GroupBox1)
        Me.Name = "Form1"
        Me.Text = "gTimePicker and gDateTimePicker"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.Panel1.ResumeLayout(False)
        Me.Panel1.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
    Friend WithEvents GTimePicker1 As gTimePickerControl.gTimePicker
    Friend WithEvents GTimePicker2 As gTimePickerControl.gTimePicker
    Friend WithEvents GTimePicker3 As gTimePickerControl.gTimePicker
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents GTimePicker5 As gTimePickerControl.gTimePicker
    Friend WithEvents GTimePicker4 As gTimePickerControl.gTimePicker
    Friend WithEvents GTimePicker6 As gTimePickerControl.gTimePicker
    Friend WithEvents GTimePicker7 As gTimePickerControl.gTimePicker
    Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
    Friend WithEvents RadioButton5 As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents Button2 As System.Windows.Forms.Button
    Friend WithEvents GDateTimePicker1 As gTimePickerControl.gDateTimePicker
    Friend WithEvents GDateTimePicker2 As gTimePickerControl.gDateTimePicker
    Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButton6 As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents Button3 As System.Windows.Forms.Button
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    Friend WithEvents lblNowTime As System.Windows.Forms.Label
    Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
    Friend WithEvents chkMidMins As System.Windows.Forms.CheckBox
    Friend WithEvents chk24Hour As System.Windows.Forms.CheckBox
    Friend WithEvents chkTrueHour As System.Windows.Forms.CheckBox
    Friend WithEvents GTimePickerCntrl1 As gTimePickerControl.gTimePickerCntrl
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
    Friend WithEvents Button4 As System.Windows.Forms.Button
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label

End Class

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
I first got hooked on programing with the TI994A. After it finally lost all support I reluctantly moved to the Apple IIe. Thank You BeagleBros for getting me through. I wrote programs for my Scuba buisness during this time. Currently I am a Database manager and software developer. I started with VBA and VB6 and now having fun with VB.NET/WPF/C#...

Comments and Discussions