All source code in Visual Basic Ask a Visual Basic Pro Discussion Forum Categories All jobs in Visual Basic
present,first,programming,series,Technical,wh
   Code/Articles � |  Newest/Best � |  Community � |  Jobs � |  Other � |  Goto � | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 5,135,513. lines
 Jobs: 279. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for Visual Basic.
Improvised Employee Examination System
By kevern on 3/15


PortScanner
By Kaustubh Pratap Chand on 3/15


Click here to see a screenshot of this code!EXCEL SHEET LIKE PROTECCTION
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/15

(Screen Shot)

Click here to see a screenshot of this code!Risk for Stroke in Atrial Fibrillation
By Warren Goff on 3/4

(Screen Shot)

Click here to see a screenshot of this code!DFT - Discrete Fourier Transform of digitaly sampled data
By Dolac on 3/14

(Screen Shot)

ClickText *UPDATE*
By Lars Jansen on 3/14


Centroid in Polygon Finder for AutoCAD
By Mark Acuna on 3/4


Click here to see a screenshot of this code!Crypto
By Krishna Ram Prakash on 3/13

(Screen Shot)

LOCK YOUR TEXTBOX
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/13


Click here to see a screenshot of this code!SMSlogger
By Emilio Ficara on 3/8

(Screen Shot)

Click here to see a screenshot of this code!Real Photomosaic v12 (cieLAB)
By reexre on 3/12

(Screen Shot)

Click here to see a screenshot of this code!Kimmo - MyHelp
By Anele Mbanga on 9/24

(Screen Shot)

Click here to see a screenshot of this code!Kimmo - CoolCode Update
By Anele Mbanga on 2/9

(Screen Shot)

Click here to see a screenshot of this code!NIC VALIDATION
By Kasun Nayanajith Jayamuni on 3/12

(Screen Shot)

Click here to see a screenshot of this code!Bezier ART v.0
By reexre on 3/11

(Screen Shot)

Lista Mp3
By Massimiliano Ganzaborn on 3/17


Click here to see a screenshot of this code!Swarm of Gnats
By Paul Bahlawan on 7/15

(Screen Shot)

Click here to see a screenshot of this code!Create runtime popup menu
By Red Corn on 3/11

(Screen Shot)

Click here to see a screenshot of this code!Time Engine 7.7.661
By Kaveh Abdollahi on 3/10

(Screen Shot)

Click here to see a screenshot of this code!DM Timepicker
By Frank Donckers on 3/10

(Screen Shot)

Click here to see a screenshot of this code!Time Engine 7.7.661
By Kaveh Abdollahi on 3/9

(Screen Shot)

Click here to see a screenshot of this code!RGB <--> Cie Lab Converter
By reexre on 3/9

(Screen Shot)

Click here to see a screenshot of this code!DmDatePicker
By Frank Donckers on 3/3

(Screen Shot)

Click here to see a screenshot of this code!Air Line Reservation History System
By Muhammad Faraz Shaikh on 3/6

(Screen Shot)

Sales and Inventory
By Eduard Dueñas on 3/8


Enrollment System
By Eduard Dueñas on 3/8


Click here to see a screenshot of this code!School Management System
By Ashar Babar on 3/8

(Screen Shot)

Phonebook
By Andron Smith on 3/7


Click here to see a screenshot of this code!Formats the time in Real-Time.
By programadorvb6 on 3/7

(Screen Shot)

sticky VB windows that stick to each other (like seen in Winamp)
By Louis Coder on 1/9


Click here to see a screenshot of this code!calculator
By wadii el jaziri on 3/6

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

CLockSimiliator Programming Technicals

Print
Email
 
winzip icon
Submitted on: 11/19/2009 8:53:05 AM
By: Andron Smith  
Level: Beginner
User Rating: By 1 Users
Compatibility:VB 6.0

Users have accessed this code 1845 times.
 
author picture
(About the author)
 
     I present to you the first in a new programming series: PRogramming Technical which presents the clock. This code demonstrates classes for beginners but also contains programming technical notes for those who like programming logic. This code is Rated B for beginners. Look for More upcoming Programming Technicals. Please do use my Comments for discussion of the code/understandings, accepted responses will be added to the clocktech document and credit will be given
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 38 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
11/20/2009 8:33:02 PMemmanuel

thats ok just like u said is for beginners
(If this comment was disrespectful, please report it.)

 
11/27/2009 4:50:56 AMAOTChronoTrigger

As categorized; this works for beginners. However, one thing you should change is Private WithEvents Clock As clockClass to Private Clock As clockClass. Although the clockClass object defines events, no event subroutines are defined in the form where the object is instantiated, and thus, WithEvents is not needed; most object classes expose events, but many are not needed or used. If your intent is to "teach VB" or "teach programming," it is very important to introduce one concept at a time.
(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright� 1997-2010 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.