home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / hlp_auth / vbubble / bubtest.bas < prev    next >
Encoding:
BASIC Source File  |  1991-12-31  |  181 b   |  4 lines

  1. Declare Function CreateBubble% Lib "bubble.dll" (ByVal x%, ByVal y%, ByVal xs%, ByVal y%, ByVal title$, ByVal txt$)
  2. Declare Function DeleteBubble% Lib "bubble.dll" (ByVal wnd%)
  3.  
  4.