If you want to implement help for windows, memory files, or other objects that are not covered by the Vermont Views help system, you can write your own event function using help_proc(). In your function, you should initialize one or more help structures with the appropriate help information. Then your function calls help_proc() to display the information and allow the user to browse through the text. Insert your event function into the appropriate event table, attached to the Help key. When the user presses the Help key, your function will be called.