(With help) I have a menu that dynamically reads and replicates another app's menu, then subclasses itself and passes the menu messages to the other app. When my app loses and regains focus, the menu disappears so it has to be recreated and the user sees this. I've also created one that doesn't use SetMenu but once it subclasses, the menu disappears upon losing focus. So what can I do to subclass but keep the user from seeing a flickering menu?

Thanks in advance,
Wade