Microsoft KB Archive/101070: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 44: Line 44:
In order for the title of your custom Microsoft Access application to appear in the Microsoft Windows Task List, you need to provide a Title Bar setting in the application's .INI file. The setting should be included in the [Run-Time Options] section of the .INI file and should have the following format:
In order for the title of your custom Microsoft Access application to appear in the Microsoft Windows Task List, you need to provide a Title Bar setting in the application's .INI file. The setting should be included in the [Run-Time Options] section of the .INI file and should have the following format:
<pre class="fixed_text">  [Run-Time Options]
<pre class="fixed_text">  [Run-Time Options]
   TitleBar=<MyApplicationName&gt;
   TitleBar=<MyApplicationName>
         </pre>
         </pre>
Substitute the name of your custom application for <MyApplicationName&gt; in the example above.<br />
Substitute the name of your custom application for <MyApplicationName> in the example above.<br />
<br />
<br />
Restart your custom application after making this change to the .INI file. The application's name will appear in the Task List.
Restart your custom application after making this change to the .INI file. The application's name will appear in the Task List.

Latest revision as of 10:07, 20 July 2020

Knowledge Base


ADK: How to Make Custom Application Name Appear in Task List

Article ID: 101070

Article Last Modified on 7/24/1999



APPLIES TO

  • Microsoft Access Distribution Kit 1.1



This article was previously published under Q101070

In order for the title of your custom Microsoft Access application to appear in the Microsoft Windows Task List, you need to provide a Title Bar setting in the application's .INI file. The setting should be included in the [Run-Time Options] section of the .INI file and should have the following format:

   [Run-Time Options]
   TitleBar=<MyApplicationName>
        

Substitute the name of your custom application for <MyApplicationName> in the example above.

Restart your custom application after making this change to the .INI file. The application's name will appear in the Task List.


Additional query words: nxml

Keywords: kbinfo kbui KB101070