View Single Post
  #1  
Old May 13th 09, 01:44 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 23
Default Creating toolbar in new Explorer

Hi,
I read through all the available information regarding creating of a
toolbar in new windows. I found out that when creating a new inspector
one should:

handle newinspector event and advise for the activate event

inside the inspectoractivate handler create the toolbar

inside the close event destroy the toolbar

Everything works fine. Each button is given a unique tag as Ken Slovak
suggested and so only the correct button click handler gets called. So
far so good.

My question is: how to do the same for the new explorer window? The
difference is that the exploreractivate event does not get called
until i deactivate and then reactivate the window, which means that I
am forced to create my GUI in inside the newexplorer event where all
the objects are not guaranteed to be initialized. Any solutions?

Thanks
Ads