Customizing Microsoft Office Toolbar for Separate Memory Space

Last reviewed: August 25, 1995
Article ID: Q135603
The information in this article applies to:
  • Microsoft Windows NT operating system versions 3.5 and 3.51
  • Microsoft Windows NT Advanced Server versions 3.5 and 3.51
  • Microsoft Office for Windows version 4.2

SUMMARY

You can run 16-bit Windows-based applications in their own memory space under Windows NT 3.5 and 3.51. This is most easily accomplished by selecting the program icon in Program Manager, choosing Properties from the File menu, and selecting "Run in Separate Memory Space."

Because the Microsoft Office Toolbar does not use Program Manager you need to create a custom Application Button to run a 16-bit application in its own memory space.

MORE INFORMATION

The following procedure explains how to run a 16-bit Windows-based application in its own address space. It uses Microsoft Excel as an example.

  1. Create a batch file containing the following commands:

          start /separate /b d:\msoffice\excel\excel.exe
          exit
    

    This example refers to the batch file as C:\BAT\SAMPLE.BAT

  2. Start the toolbar by running Microsoft Office from the Microsoft Office Program Group.

  3. Click the application button, on the far right hand side of the toolbar, for creating customized buttons. Choose Customize.

  4. In the Customize dialog box, choose Toolbar and then choose Add. Fill in the fields as follows:

         Description: Custom Excel
         Command Line: c:\bat\sample.bat
         Working Directory: <As desired>
         Button Image: <As desired>
    


KBCategory: kbother
KBSubcategory: nt16ap
Additional reference words: prodnt 3.50 3.51 word ppt powerpoint power
point access


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 25, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.