VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Bubble effects on forms

Waty Thierry  (60 Submissions)   Custom Controls/Forms/Menus   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Tue 30th March 1999   Mon 8th February 2021

Bubble effects on forms

API Declarations


' * Programmer Name : Waty Thierry
' * Web Site : www.geocities.com/ResearchTriangle/6311/
' * E-Mail : [email protected]
' * Date : 13/10/98
' * Time : 10:24
' * Module Name : Form_Module
' * Module Filename : Form.bas
' **********************************************************************
' * Comments :
' * Bubble effects on forms
' **********************************************************************

Option Explicit

Public Declare Function CreateEllipticRgn Lib "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
Public Declare Function SetWindowRgn Lib "User32" (ByVal Hwnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long


Rate Bubble effects on forms (2(2 Vote))
Bubble effects on forms.bas

Bubble effects on forms Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters