OfficeHint with TAdvSmoothImageListBox

I just can't seems to make TadvSmoothImageListBox to show Office Hint instead of normal hint.
Here's my setting

1. Set ShowHint to True;

2. For each item in the listbox, I have item.OfficeHint.Notes.Add('Hint text....');

What else do i need to set ??


Did you drop the TAdvOfficeHint component on the form ?

Spot On, I felt so stupid, I forgotten to put TAdvOfficeHint on the Form which I thought I did.