Coolbar Bug - VB6(not SP1) 
Author Message
 Coolbar Bug - VB6(not SP1)

Hello,

When I create OCX using VB 6.0(I've not installed SP1) which use coolbar as
a container of toolbar, it makes UA error when a IE window uses it, and a
form uses it shall be closed.

The exact situation is that as using Coolbar, if you set any control as the
child of a band, place the coolbar on any usercontrol object, make it as a
OCX, use the OCX in IE or any form, and close the IE or the form, you will
get a UA.

To avoid this, when the terminate event occurs, you must set the band's
child to be nothing like as following:

Public Sub UserControl_Terminate()
    Set Coolbar1.Bands(1).Child = Nothing
End Sub

You must set the all bands' child to be nothing so as not to occur UA error.
Any body know that this bug is fiexd in the SP1?



Sat, 07 Apr 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. compare 3rd party coolbar controls vs VB6 coolbar???

2. SQL7 and MDAC 2.1 SP1 Bug

3. SP1 Install Bug!!!

4. New bugs introduced by SP1, SP2, and SP3.

5. Problem ( Bug ?? ) with ADODB ( 2.1, 2.5, 2.6 SP1 )

6. New bugs introduced by SP1, SP2, and SP3.

7. VB6 ADO Data Environment Bug or not

8. Packaging and Deployment Wizard VB6 SP1

9. VB6 SP1 ok, how about the vbrun60.exe

10. Windows 2k SP1 + VB6 SP4 w/ component problem

11. VB6.0 SP1 wiped out my Print method

12. Error downloading VB6 SP1 / core

 

 
Powered by phpBB® Forum Software