home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / v_bubble / 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.