IonicWind Software

IWBasic => Tutorials => Topic started by: Columbo on August 16, 2014, 02:51:26 PM

Title: Text clock in window
Post by: Columbo on August 16, 2014, 02:51:26 PM
I'm new to programming in Windows but I programmed quite a bit back in the old DOS days using Basic, dBase III and Clipper.  Back then, using interrupts, we could place a text clock, (Example:  23:35:10), in the app and it would update every second. Can anyone tell me how I could do that in IWBasic Windows?

Thanks,
Title: Re: Text clock in window
Post by: LarryMc on August 16, 2014, 07:16:47 PM
This should give you the general idea.
Title: Re: Text clock in window
Post by: Columbo on August 16, 2014, 08:24:05 PM
Great,...  Thaks Larry.  I have downloaded it and I will take a peek shortly.

Much appreciated.