CaptureScreen

<< Click to Display Table of Contents >>

 

CaptureScreen

CaptureScreen(Filename)

Captures the content of a Splitter, saving it to a file pointed by Filename, in BMP format. Example:

Sub CommandButton1_Click()
  ' When clicking this button,
  ' copies Splitter's content
  ' to Frame.bmp file.
  Screen.Frame.CaptureScreen ("c:\temp\frame.bmp")
End Sub

Was this page useful?