Thread: Toolbar problem
View Single Post
  #1  
Old May 24th 07, 01:19 PM posted to microsoft.public.outlook.program_addins
lencastro
external usenet poster
 
Posts: 8
Default Toolbar problem

Dear All,

I am creating outlook2000 add in using vc++6.

I planned to have different toolbar for compose window, reply window,
main window...

I have implemented new inspector handling method.
The invoke function is called whenever a window is opened.
but how can i differentiate the opened window is a compose window or
reply window or read window etc...

I have created the toolbar for main window inside OnConnection
method.is that a only way to create it.

Ads