Click to open or copy the API2Help project files.
This add-in creates documentation for a function prototype. Simply open a source code file in Visual C++ and highlight a function prototype. Then click the add-in. You will be prompted to create either a .rtf file or a .htm file. You can use the resulting file to create help for the function.
To build the sample
To run the add-in
API2Help creates a small toolbar that is visible when you close the Customize dialog box.
This sample demonstrates the following keywords:
CComModule.Init; CWinApp::ExitInstance; CComModule.GetClassObject; CComModule.RegisterServer; CRegKey.Open; CString.LoadString; CRegKey.SetKeyValue; CComModule.UnregisterServer; CFile.Write; CString.LoadString; WriteString; CString.TrimLeft; CString.TrimRight; CString.Find; CString.SetAt; Iapplication; CCommandsObj::CreateInstance; EnableWindow; SetWindowText; CString::GetLength; DoModal