I have a FileList Box which shows multiple textfiles that are basically dates for a calender program. The format is 01-02-2010.txt, for example. I can trim and replace the variable to convert that to 01/02/2010 which is a date I wish to make bold on the MonthView.
Can someone help with looping through the FileListBox entries and applying those to make the corresponding dates on the MonthView bold so it will indicate which dates have text entries against them?
Thanks![]()




Reply With Quote