| VB Extension Tools HTML project report | |
| Project: CodeHelperCollection | Module: GCaptureWindows |
| Module Type  | Class module  |
|---|---|
| File  | C:\Code\EE-projects\units\vb\ActiveX\CodeHelperCollection\src\GCaptureWindows.cls  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 09 27  |
| Purpose  |
Make all methodes of MCaptureWindows public. In other words: just delegate all methode calls to the corresponding methode of MCaptureWindows.  |
| Requierements  | MCaptureWindows.bas  |
| Class_Initialize | |
| CreateBitmapPicture | |
| CaptureWindow | |
| CaptureScreen | |
| CaptureForm | |
| CaptureClient | |
| CaptureActiveWindow | |
| PrintPictureToFitPage |
| Procedure 'Class_Initialize' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'CreateBitmapPicture' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal Bitmap As Long ByVal Palette As Long  |
| Code return value  | Picture  |
| Procedure 'CaptureWindow' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal hWndSource As Long ByVal Client As Boolean ByVal LeftSource As Long ByVal TopSource As Long ByVal WidthSource As Long ByVal HeightSource As Long  |
| Code return value  | Picture  |
| Procedure 'CaptureScreen' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code return value  | Picture  |
| Procedure 'CaptureForm' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  | SourceForm As Object  |
| Code return value  | Picture  |
| Procedure 'CaptureClient' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  | SourceForm As Object  |
| Code return value  | Picture  |
| Procedure 'CaptureActiveWindow' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code return value  | Picture  |
| Procedure 'PrintPictureToFitPage' | List of procedures |
| Scope/Type  | Public Sub  |
|---|---|
| Code parameters  |
UsedPrinter As Object pic As Picture  |