Open GoogleCodeExporter opened 9 years ago
Now I keep getting:
Retrieving the COM class factory for component with CLSID
{D6BCA079-F61C-4E1E-B453-32A0477D02E3} failed due to the following error:
80040154 Class not registered (Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG)).
Public tp as new browser = nothing 'This is a usercontrol
Public Sub AddTab
tp = New browser() 'An arrow points at this.
tp.ButtonConfiguration.Appearance.Shape = QShape1
tp.ButtonConfiguration.AppearanceHot.Shape = QShape1
tp.ButtonConfiguration.AppearanceActive.Shape = QShape1
tp.ButtonConfiguration.MaximumSize = New Size(205, 25)
tp.ButtonConfiguration.MinimumSize = New Size(205, 25)
tc.Controls.Add(tp)
btnAddTab.ButtonOrder = -1
End Sub
Original comment by Agust31...@gmail.com
on 19 May 2012 at 12:16
Original issue reported on code.google.com by
Agust31...@gmail.com
on 17 May 2012 at 12:59