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, according to the next 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?