VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Creates an invisible form that is still active. Code works best when placed in a module and called

BLUEFOX  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Mon 3rd February 2003   Mon 8th February 2021

Creates an invisible form that is still active. Code works best when placed in a module and called as a subroutine. (This is a modification to

API Declarations



Declare Function CreateEllipticRgn Lib "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Long) As Long


Rate Creates an invisible form that is still active. Code works best when placed in a module and called (1(1 Vote))
Creates an invisible form that is still active. Code works best when placed in a module and called .bas

Creates an invisible form that is still active. Code works best when placed in a module and called Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters