Quick Search for:  in language:    
UltraTimer,Control,uses,APIs,Just,preset,tota
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,149,602. lines
 Jobs: 144. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
 
PDC 2003: Make the connection
Login



Latest Code Ticker for Visual Basic.
Click here to see a screenshot of this code!HistoryWriter Add-In V.1
By Zvonko Kostovski on 9/3

(Screen Shot)

Click here to see a screenshot of this code!Control Winamp
By Dennis Wollentin on 9/3

(Screen Shot)

Fake Virus Version 1.0
By C.J. Laing on 9/3


][String Encoder
By Andron Smth on 9/3


Font Catalog
By Bill Adams on 9/3


professional search
By Ziad Said on 9/3


Click here to see a screenshot of this code!Drew's Meta Tag Generator
By Drew Phillips on 9/3

(Screen Shot)

Fast BruteForce Class
By §e7eN on 9/3


Click here to see a screenshot of this code!Lotus Domino Exploit Scanner
By §e7eN on 9/3

(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!





Affiliate Sites



 
 
   

ActiveX UltraTimer Control (UPDATED) w/ SOURCE

Print
Email
 
winzip icon
Submitted on: 3/14/1999
By: Paczero  
Level: Advanced
User Rating: By 5 Users
Compatibility:VB 4.0 (32-bit), VB 5.0, VB 6.0

Users have accessed this code 14980 times.
 
 
     The UltraTimer Control uses NO APIs. Just pre-set the total interval any where from 1 millisecond to about 24 days. Set the TimerMode to fire Periodic or One-Time timer events. Initial Interval is calculated in milliseconds and up to (59999ms), then combined with the Minute and Hour intervals for the total interval between calls to the control's timer event. Also fires MinuteAlarm and HourAlarm events. For more details on this and other controls created by Paczero, visit http://www.paczero.cjb.net
 
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 Winzipto 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.
 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Advanced 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
4/15/1999 5:22:00 AM:ROBERTO RODRIGUEZ
Tu estas bien birrioso(estudiaste 
bastante).
You has studied much...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/27/1999 7:44:00 PM:Chris
I love the idea of this control. 
However, I've never personally 
programmed a control so I have a really 
dumb question. Do you just paste all of 
this into a "user control" the compile 
it? 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/10/1999 3:12:00 AM:PacZero
This code has been updated and the 
compiled ocx can be found at PacZero's 
home page - http://paczero.cjb.net
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/20/2000 5:20:07 PM:Richard
Thank you,PacZero!
It works fine for 
my project.It's the best timer I ever 
seen!
RW
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/27/2000 11:26:37 PM:Shred303
Great code.  Very easy to use.  Worked 
very well.  Thanks!  This picks up the 
slack where the VB timer control really 
fell short.  Here's one suggestion.  
Allow the minutes to be set more than 
59 minutes.  Ie. the control would 
accept 90 minutes instead of having to 
convert it to 1 hour and 30 minutes. Ok 
ok I know that's really pushing it.  We 
have the source so when/if I get around 
to making that change I'll post it.  
Thanks! Thanks! Thanks!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/7/2000 5:27:34 PM:Luis A. Arcos
I like your control but I think I found 
a bug.  If you set the Enable property 
to False, the timer continues to 
function.  You have to also set the 
Interval to 0 in order for it to stop. 
Please reply and let me know if this is 
a bug or a design feature.  Thank you.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/20/2003 5:33:28 AM:
Ther is no way that tis will go down to 
one millisecound. How it won an award 
is beyond me. I hahe linked it to 
Mscomm and put a Scope on the output 
and it is all over the place, and the 
fastest it can go is about 50 
millisecounds. 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/20/2003 5:36:15 AM:
There is no way that this will go down 
to one millisecond. How it won an award 
is beyond me. I have linked it to 
Mscomm and put a Scope on the output 
and it is all over the place, and the 
fastest it can go is about 50 
milliseconds. And that is not constant.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

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.
 
Name:
Comment:

 

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 | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 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.