OLE mini-server toolbar
Derek Bernhart -- derek_bernhart@affymetrix.com Monday, May 13, 1996 VC++ 4.1 / NT 3.51 I have an OLE container and an OLE mini-server. When the container = invokes the mini-server it merges the container and server menus and = displays the server's toolbar below the container's toolbar. The = server's toolbar is dockable, but it will not dock to the right of the = container's toolbar. It will dock below the container's toolbar. What am I missing?
Dean McCrory -- deanm@microsoft.com Tuesday, May 14, 1996 The OLE protocols that allow toolbar space to be allocated between container & server do not allow the kind of integration you are asking for. The server can only ask for "border space" -- it can't ask for space w/in border space that the container is also using. Thus, server toolbars must appear on a separate row, just as you are seeing. // Dean >---------- >From: Derek Bernhart[SMTP:derek_bernhart@affymetrix.com] >Sent: Monday, May 13, 1996 10:34 AM >To: mfc list >Subject: OLE mini-server toolbar > >VC++ 4.1 / NT 3.51 > >I have an OLE container and an OLE mini-server. When the container >invokes the mini-server it merges the container and server menus and >displays the server's toolbar below the container's toolbar. The >server's toolbar is dockable, but it will not dock to the right of the >container's toolbar. It will dock below the container's toolbar. > >What am I missing? > > >
| Вернуться в корень Архива |