Re: VB6 - Time Calculator
Good job, but you spelled minutes from on the calculator portion ;)
Re: VB6 - Time Calculator
You should consider wrapping this into a class. I hate doing time calculations, but if this was in a class it would be very helpful. If you are not familiar with classes you can start a thread in the Classic VB forum and I am sure you will get plenty of help.
Re: VB6 - Time Calculator
i can't make it into a class yet because i have to learn more about class and i need to goto school at 8:00. Thanks for the responces. :)
Re: VB6 - Time Calculator
I would suggest you take the time to learn about classes when you do have time. I posted a (rather poor) example project in the code bank. The link is in my signature.
PS - Nice avatar.
Re: VB6 - Time Calculator
i was thinking about something else sorry. i can't make things into a dll or activeX controll but i <b>Can</b> make things into class modules.