How to put Items in Recentlist from my Quickstartapp - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html) +--- Forum: General Discussion (http://forum.tordex.com/forum-8.html) +--- Thread: How to put Items in Recentlist from my Quickstartapp (/thread-2369.html) |
How to put Items in Recentlist from my Quickstartapp - bob3150 - 06-09-2006 Where to find the Info for last run time and Runs Count in Recent list? I need this information for putting other items from my Quickstartapp into the list. It is no problem to copy a link in the Recent list folder, but the " last run time" and "Runs Count" entries are empty and therefore they are not correctly sorted in the list. Or is there an other method to put Items from outside into this list? - Yuri Kobets - 06-09-2006 The Recent menu is filled automatically. If you copy comething there shortcut will be in the list forever. - bob3150 - 06-09-2006 I know that, but I wanted to know where the information for the management of the recent list is stored or if there is an other possibility to feed the list from outside. - Yuri Kobets - 06-09-2006 hmm... all information in the tlbdata.xml files - bob3150 - 06-09-2006 And where can I find this file - I already was searching for such files but cannot find it. - Yuri Kobets - 06-09-2006 These files are hidden. You must enable view the hidden files in the Folder Options (control panel). Then right-click the TLB menu button and select "Open" - the folder with shortcuts and tlbdata.xml file will be opened. - bob3150 - 06-09-2006 Ok, everything is clear except of the date format. Can you explain it please. - Yuri Kobets - 06-09-2006 This is FILETIME a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC). - bob3150 - 06-09-2006 Thank you, I think with this info I can work. |