Hi LiL_Is, Based on my understanding, you want to change some Items' text or dynamically add new item(delete old item) according to the database change. Am I guess right? I think you can use a Timer. http://msdn.microsoft.com/en-us/library/system.windows.forms.timer.aspx Handle the Tick event of the timer to do database check, for example, check database every 5 second. When the data is change, you can update the toolstrips. Hope this helps you too. Sincerely, Kira Qian Please mark the replies as answers if they help and unmark if they don't. |