For years, I've been using the flyout menu capabilities of Power Pro ...: Thanks to a post by Melba23, I've recently discovered the flyout part is easy for Autoit too www.autoitscript.com/forum/topic/145020-slide-animation-in-and-out-problem/?do=findComment&comment=1023900 My question is for the items... I can probably make most of what I want with the Listbox system. However, Melba also stated somewhere "I would use a double-click for this - ListBoxes (and ListViews) have a nasty habit of eating single-clicks." So this would necessitate me to use double-clicking... ? (which could get "tiring" quickly...) So my questions are ... (1) Which method would be preferred here that would ideally only need one click? (2) Can this method be combined with a hovering effect? (although that's of secondary importance) Thanks!