www.icetips.com  Icetips Utilities Documentation 5/15/2016    

Utility Template: Export Windows without Help ID

Previous  Top  Next  


This template exports a list of procedures that have windows, but no HLP attribute, i.e. no help ID.  It exports to a file with the same name as the application with a ".NoHlp" extension.  I.e. if your application is myapp.app, then the template will export to myapp.NoHlp. 

 

This is very useful to keep track of windows that haven't been documented or haven't had a Help ID assigned to them. 

 

Template_ITExportWindowsWithoutHLP

 

The .NoHlp file is a simple list of procedures that have no help ID.  If the Export procedures with HelpID is checked it will export all procedure with a window and list the help ID text as well.  Example:
 
BrowseDemo

BrowseDemoForm

ColorDemo                      'ColorDemoWindow'

ControlTypesDemo

IExplorerDemo

IconsDemo

Main                           'Appframe_Main'

MenuTest

NotepadDemo

OutlookDemo

StylesDemo

TabbedViewDemo

Welcome

 

If Export procedures with HelpID is not checked, the list would look like this:

 

BrowseDemo

BrowseDemoForm

ControlTypesDemo

IExplorerDemo

IconsDemo

MenuTest

NotepadDemo

OutlookDemo

StylesDemo

TabbedViewDemo

Welcome

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/export_windows_without_help_id.htm