This document discusses two types of dialog boxes in VB6: MessageBox and InputBox. It provides details on the syntax and parameters for each. MessageBox displays a message and waits for a button click response, returning a number indicating the button. InputBox displays a prompt and waits for text input, returning a string. The document gives examples of common buttons, icons, and return values for MessageBox and explains the prompt, title, and default text parameters for InputBox.