This is v1.0, there's plenty of room for improvement, extra features, that's why i'm releasing some of the source code, hopefully you can learn and build your own digi-clocks with it. I'm not going to give it all though.
The Source Files are a slimmed down version of my program, as it's pointless giving you it all, you'll never learn anything.
Are these the basic codes?
Like the telling time code (can't remember haven't been on visual basics in a LONG time),
and then for the color changes, its just the visible thing, like visible = true or w/e it is, like I said I can't remember,
and I'm guessing the alarm is a message box using this code?:
Are these the basic codes?
Like the telling time code (can't remember haven't been on visual basics in a LONG time),
and then for the color changes, its just the visible thing, like visible = true or w/e it is, like I said I can't remember,
and I'm guessing the alarm is a message box using this code?:
It's fairly basic coding; yeah. I was bored so i started coding some random programs, and i thought this one looked kinda cool, so i shared it.
The code for the time is simply using the Time$ function Yes, - I use Mid() to find the digits in the time, and then display the appropriate image.
The alarm is a Message Box with systemmodal properties. (Interrupts all programs). And also a continuous very loud beeping by using the Beep function. Which can't be cancelled until the user closes the program or presses stop.
Stop using VB6 God Damn it !!!
And you need 2 virus scans for each of the file using VirusTotal.com and VirusScan.org
Until then, unapproved.
Originally Posted by what3verr
It's fairly basic coding; yeah. I was bored so i started coding some random programs, and i thought this one looked kinda cool, so i shared it.
The code for the time is simply using the Time$ function Yes, - I use Mid() to find the digits in the time, and then display the appropriate image.
The alarm is a Message Box with systemmodal properties. (Interrupts all programs). And also a continuous very loud beeping by using the Beep function. Which can't be cancelled until the user closes the program or presses stop.
A good idea could be a snooze button? Just make it so it goes off after, 5 minutes? or w/e seems the best amount to you.
Also, make a save option, which is fairly easy I think for vb08 and vb10, I don't know about visual basic 6
And I think you should use a newer visual basics, because it's easier to use, (I think, I've never really used vb6), and I also think it has more options and stuff to add.
Originally Posted by Hassan
Stop using VB6 God Damn it !!!
And you need 2 virus scans for each of the file using VirusTotal.com and VirusScan.org