Toolbar that doesn't steal focus
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Does anyone know how to develop a toolbar that doesn't steal focus from the foreground window? For example: In Visual Studio .NET, undock a tool window and then click on one of the buttons on the main window toolbar. Notice the tool window continues to have focus. I want to do the same thing as Visual Studio. Currently I am using the Windows API ToolbarWindow32 class and the rebar control. Cheers David