Hi
using google, there is an old excellent example by sandyrepope here
http://www.thinbasic.com/community/s...lendar-program
unfortunately it works in thinBasic_1.4.0.1 but not on the current version, i have added Michael correction about Line 224, and correcting mod usage from myYear mod 4 to mod(myYear, 4) the same for all other mod occurences.
there are other suggestions at the above link.
attached sandyrepope corrected slightly for the TB version 1.8.9
about thumbnails look at the new undocumented yet GDIp module example "C:\thinBasic\SampleScripts\GDIp\GDIp_LoadImage.tbasic" it display 5 big images as thumbnails. your job is to cook the GDIp example with the calendar example to provide something new.
calendar.JPG
Bookmarks