  I took the idea to build this sample from a demonstration program
in MS Visual C++. Bezier curves moving across the screen seem to me
like a dancing rainbow.
	
  The sample tries to show VB, the windooze API and AxIThread working
together quite peacefully. 	

  I have limited it to 16 windows just for one reason: I own a screen 
with a maximum resolution of 800x600, and more windows seem to be as
small as stamps. If you'd like to see more windows, simply change the
'15' in the following line (you'll find it in the CheckMenuState() sub 
in the 'frmMain' code window):  

    mnu_new.Enabled = IIf(nChildren <= 15, True, False)
     
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++










	
 

  