• 0

i need little time countdown program


Question

Recommended Posts

  • 0
  velkymx said:
Quick idea - can you add the ability to create a reoccuring option... like Monday, Tues, Wed, Thur, Fri - at 7:30 - play ALARM.MP3.... also can you add a adjustable snoose???

584871588[/snapback]

Done! Added an option for events to happen regularly and the clock updates itself as such :p

http://www.josolyne.demon.co.uk/countdown.zip

thanks

XgD

  • 0

hey thats awesome! I got it counting down until my B-day:) but umm, if you try to move an icon behind the counter (when its transparent on the desktop) the icon gets stuck. That may be something hard to fix, but I thought I'd let you know.

  • 0

The CPU usage used to be really low, then I added milliseconds. Would anyone really miss it if I pulled them out again??

Latest version has the option of having just floating text, and no background.

I'll upload the source after this round of updates/fixes.

http://www.josolyne.demon.co.uk/countdown.zip

Thanks

XgD

  • 0

It does have a tray icon! and when you hover over it it does show the text!

I've had a look in that file... nothing really worth getting excited about :wacko:

any other ideas/suggestions?

Source Code uploaded @

http://www.josolyne.demon.co.uk/countdown-src.zip

Thx

XgD

  • 0

Well, if your like me and NEVER turn your computer off, you just need 4 varibles, VB, and a timer that tinks every one seconds.

Have a SEC, MIN, HR, DAY varibles and the tiemr control. Hell, here would eb the code.

Dim SEC, MN, HR, DAY as Integer

SEC = 0

MN = 0

HR = 0

DAY = 0

-------------------------------------

(on the timer set for 1000)

SEC = SEC + 1

If SEC >= 60 then

MN = MN + 1

SEC = 0

End if

If MN >= 60 then

HR = HR + 1

MN = 0

End if

If HR >= 24 then

DAY = DAY + 1

HR = 0

End if

If DAY >= 21 then

Label1.Caption = "PICK YOUR DAMN GIRLFRIEND UP!"

DAY = 0

End if

There ya go, its a hard coded 3 week count down. For the record, i use military time.

  • 0
  ventrox said:
just a little question

is it possible not having the system tray icon?

i couldn't find a way to disable it

thanx

584891026[/snapback]

OK, added systray disable option and tidied the app up a bit. Tis looking quite good now I think.

Anything else anyone wants adding?

http://www.josolyne.demon.co.uk/countdown.zip

thanks

XgD

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Sorry for having to do sponsored deals in order to keep the lights on. Our Stackcommerce partner determines the deals we publish (I do not choose them myself) but I suppose what people don't see or worry about doesn't affect them. If a tiny percentage of these articles (1 Neowin Deal a day) affects you this much, then I am sorry. We're not the only news site to have to do this btw others have to as well
    • My guess. Much like the original Siri, Apple never intended to innovate in the AI space. I bet their whole plan was to buy some up-and-coming AI company, slap their logo on it, and make it proprietary. But they either waited too late, or couldn't find a company willing to accept their low ball offer. Now they're forced to do it but they will be kicking and screaming the whole time. IMO, they will eventually purchase a company, slap their logo on it, and use their tier 1 marketing department to leap frog the competition.
    • The best wireless controller for PC is now even more affordable by Taras Buria I recently reviewed the GameSir Super Nova wireless controller for PC and mobile devices, and I came to the conclusion that this gamepad is one of the best in the business, as long as you do not play on consoles. It is affordable, well-made, and insanely customizable. Besides, you get durable Hall Effect sticks and triggers, a dock station that works as a USB hub, and a 1000Hz polling rate. Best part? The Super Nova is now even more affordable than before, with a 25% discount on Amazon. The GameSir Super Nova is available in two colors: Blue and Pink. However, you can remove the front plate and replace it with another one, like Purple. What I like about this gamepad is that it delivers the complete package: good-quality craftsmanship, solid materials, customizable RGB lights, a solid multi-device connection, and very deep customization via the GameSir app on Windows and mobile devices. It also has a gyro that works with all supported devices, not just the Nintendo Switch. The Super Nova is a no-go only for those playing games on Xbox or PlayStation. The controller is not compatible with consoles, but other than that, this gamepad is hard to beat at just $44.99. Not only is it cheaper than the standard Xbox Wireless Controller, but it also offers fantastic value for the money and a rich feature set. GameSir Super Nova Wireless Controller for PC and mobile - $44.99 | 25% off on Amazon US This Amazon deal is US-specific and not available in other regions unless specified. If you don't like it or want to look at more options, check out the Amazon US deals page here. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • How to change folder colors in OneDrive by Taras Buria Microsoft's OneDrive cloud storage has plenty of useful productivity features that help you get around your file libraries. Colored folders are a relatively new feature that not every OneDrive user is aware of. While the ability to have colorful folders might seem minor at first glance, it can be very helpful for sorting stuff in your OneDrive. Microsoft says the feature lets users "personalize and manage folder colors for better content visibility." Even Apple agrees with this—iOS, iPadOS, and macOS 26 let you change folder colors in the Files/Finder app. Change folder color in OneDrive on Windows The process is very simple, but it is not the same as changing a folder icon in File Explorer. While you can change the icon of any folder in OneDrive on Windows 11 (Right Click > Properties > Customize > Change Icon), these icons do not sync across platforms. At the same time, while OneDrive folder colors do sync, the feature is not available for personal accounts in the web version of OneDrive. As for mobile devices, it is coming soon to Android and iOS OneDrive clients. Despite the current limitations, here is how to change folder colors in OneDrive on Windows: Make sure OneDrive is set up and running and sync is not paused. Find the folder whose color you want to change, and right-click it. Select OneDrive > Folder Color. Pick one of the 16 colors available and click Ok. The OneDrive app will sync your changes so that they appear across all devices that support folder colors in OneDrive. If you have a business account, you can open OneDrive for the web, right-click any folder and select Folder Color. Changes will sync across your devices right away. Do you find colored folders in OneDrive useful? Share your thoughts in the comments.
    • Awesome. That's what I was thinking Jim. Yea from what I can tell you connect the AIC card to the AIC header on the motherboard, so it doesn't just run through the PCI lanes. That's fine guys. Thanks for clarifying 🙂 I was getting a little bit lost with all of this, but I need a minimum of TB3 and the connector on the MB has it, but not on the back of my PC chassis / MB IO shield. Anyway I found that the cheapest I can get it is Amazon at 70 quid, so I'm just gonna have to fork out for it. Thanks everyone. 🙂 👍  Don't worry about Mindovermaster. He's just his chirpy cheerful self lol. Thanks everyone 🙂
  • Recent Achievements

    • Reacting Well
      rshit earned a badge
      Reacting Well
    • Reacting Well
      Alan- earned a badge
      Reacting Well
    • Week One Done
      IAMFLUXX earned a badge
      Week One Done
    • One Month Later
      Æhund earned a badge
      One Month Later
    • One Month Later
      CoolRaoul earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      535
    2. 2
      ATLien_0
      269
    3. 3
      +FloatingFatMan
      211
    4. 4
      +Edouard
      204
    5. 5
      snowy owl
      140
  • Tell a friend

    Love Neowin? Tell a friend!