Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    3,448
    Tokens
    1,400

    Latest Awards:

    Default Simple Clock In VB 6

    Ok, this tutorial will teach you step by step, how to make a digital clock in VB (visual basic) 6!

    ok so start off and create a simple standard exe



    Now you should have this



    next click the Label Button [look in screenshot] and draw a box [look in screenshot]



    now double click on the "box" you have made to get this up, Delete everything and paste this into the box

    Code:
    Private Sub Timer1_Timer()
    
    Label1.Caption = Time
    
    End Sub


    Now close that and make a TIMER [ image ]



    place this anywhere, not go to the right side (click on timer first) and change the setting to this



    and now click play!
    Last edited by [Chris]; 27-01-2007 at 09:51 PM.

  2. #2
    Join Date
    Sep 2006
    Location
    England, UK
    Posts
    1,141
    Tokens
    75
    Habbo
    Cool--

    Latest Awards:

    Default

    nice tut its workin fine for me

  3. #3
    Join Date
    Dec 2006
    Location
    None of your business!
    Posts
    2,492
    Tokens
    50

    Latest Awards:

    Default

    Good tutorial + rep.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •