To use:

- Add Propview.VBX to your project using File.Add File.
- Place a PropView Control on your form.
- At Design Time, double click PropView control with Right MouseButton
- At Run Time, Left MouseButton click PropView control or declare the
  following Sub
	Declare Sub ShowControls Lib "propview.dll" (ByVal hwnd%)

  and call it as follows:

	ShowControls FormName.hwnd

  In this case, you need not add the .VBX file to your project.

PropView.VBX always prints to the Default printer.

NOTE: You can mulitiple PropView controls on a Form in in Multiple
      Forms, but only one per form is actually needed, or none
      per form if the ShowControls() sub is used.