Class for Creating Shaped Forms (v 1.1)
Category:
Forms and ControlsType:
ClassesDifficulty:
AdvancedAuthor:
Cem KalyoncuVersion Compatibility: Visual Basic 5
More information:
This is a .dll for creating simple or complex shaped forms. You can create round, rectangular, and elliptic forms, or you can combine these shapes. Also you can mask a form's visible controls to create a shape.
Sample Usage:
'---------------------------------------------
Dim New_FormShapes
Private Sub Form_Load()
Set New_FormShapes = New FormShapes
New_FormShapes.Add.MaskForm Me
New_FormShapes.Item(0).Show Me.hwnd
End Sub
The package includes a sample client program and a readme file that contains more detail.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download rgndll.zip