• 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

    • Is this like tailscale?
    • I had no idea you could do this, thanks for the heads up!
    • Bonkers, really, when you think about the resources at Meta’s disposal.
    • You can now use Gemini in Google Forms to summarize responses by David Uzondu Over the last few months, Google has been aggressively pushing its Gemini AI into every corner of its Workspace apps, like generating entire documents from a prompt in Google Docs or creating fully editable charts in Sheets. Now, the company has set its sights on Google Forms. The latest update introduces a feature that uses Gemini to summarize text-based responses automatically. For any form with short-answer or paragraph questions, a new "Summarize responses" button will appear in the Responses tab once you collect more than three entries. Clicking it prompts Gemini to read the form's title, questions, and all the submitted text to spit out a summary of the key themes. Though Google bills this as a fresh expansion into Forms, we have actually had some Gemini intelligence in the app for a bit through the "Help me create a form" button. That feature, which drafts questions for you, was rolled out through the company's Workspace Labs program. For those unaware, Workspace Labs is basically Google's public testing ground, available in select countries, for new, and sometimes unproven, AI tools before a general release. Once a summary is generated, you can copy it to use elsewhere or hit "Retry" to see if Gemini comes up with a different take. If new responses roll in after you have generated a summary, you can click a "Refresh" button to update it with the latest data. For now, this feature is only available in English, and to use it, you'll need access to a paid Google Workspace plan, such as Business Standard, Business Plus, Enterprise Standard, or Enterprise Plus. It is also available to customers who pay for the Google AI Pro and Ultra plans or specific Gemini Education add-ons. The feature has started rolling out gradually, for Rapid Release domains, and will begin rolling out for Scheduled Release domains on June 26.
    • Do you have a 365 account? I should have been more clear, I mean free accounts.
  • Recent Achievements

    • Week One Done
      Tech Dogs earned a badge
      Week One Done
    • Enthusiast
      computerdave91111 went up a rank
      Enthusiast
    • Week One Done
      Falisha Manpower earned a badge
      Week One Done
    • One Month Later
      elsa777 earned a badge
      One Month Later
    • Week One Done
      elsa777 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      533
    2. 2
      ATLien_0
      273
    3. 3
      +FloatingFatMan
      201
    4. 4
      +Edouard
      200
    5. 5
      snowy owl
      138
  • Tell a friend

    Love Neowin? Tell a friend!