• 0

i need little time countdown program


Question

Recommended Posts

  • 0

I've been looking through example code for hints on how to send text to the clock area, no success yet. I have fixed a few bugs, and the latest version is up.

As for the Alt-Tab thing, I have not found a way of doing it without starting again, although the prog does not appear on the al-tab list when it is unlocked for some reason

Im reading through TClock's source code at the moment, but its in C(++) and I dont really understand it too well. I'll keep trying though, and let you know if I find anything that works.

Thanks

XgD

  • 0
  XgD said:
I've been looking through example code for hints on how to send text to the clock area, no success yet. I have fixed a few bugs, and the latest version is up.

As for the Alt-Tab thing, I have not found a way of doing it without starting again, although the prog does not appear on the al-tab list when it is unlocked for some reason

Im reading through TClock's source code at the moment, but its in C(++) and I dont really understand it too well. I'll keep trying though, and let you know if I find anything that works.

Thanks

XgD

yeah

i noticed it that the alt+tab thing doesn't appear when you have it unlocked

oh well...

just let us know if you figure it out, with the alt+tab thing too

thanks :D

  • 0
  XgD said:
I've been looking through example code for hints on how to send text to the clock area, no success yet. I have fixed a few bugs, and the latest version is up.

As for the Alt-Tab thing, I have not found a way of doing it without starting again, although the prog does not appear on the al-tab list when it is unlocked for some reason

Im reading through TClock's source code at the moment, but its in C(++) and I dont really understand it too well. I'll keep trying though, and let you know if I find anything that works.

Thanks

XgD

Text to the clock area...Tclock does this by using a DLL to hook into windows and intercept all the messages. Now you can do your own drawing and stuff.

  • 0

OK, original app updated with code from that demo, i'll keep working on it and improve it.

The countdown window doesn't disappear when the taskbar mode is activated yet because otherwise there will be no wayto access the settings page.

I will also clean up the settings page soon.

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

thx

XgD

  • 0

Hey, I know its been a while:

I've done a bit more on it now. Tray support is working better

-the background should match better now

-the size should fit better

I added a few more features such as form shape and changed the lock thingy coz it annoyed me

Can't think of anything else so here:

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

Thanks

XgD

  • 0

Is there any way of making it have an option to minimise to a tray icon with a tooltop telling the time left. What about an option to play a wav file when the timer reaches zero.

Apart from those ideas this program is cool and definately a "keeper", keep up the good work. (Y)

  • 0

OK, im working on the sound effect and tray icon, i might add milliseconds but this will increase cpu usage, should be done within the next day or too, but Im still trying to find a way to hide the app from alt-tab. The only way to do it is to have the form style as a tool window (which is what it is when unlocked - hence the disappearance from alt-tab when unlocked)

If anyone has any code in any language to accomplish this then please share it! the solution is eluding me!!

Thanks

XgD

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

    • No registered users viewing this page.