| Posted: January 18 2006 at 1:32pm | IP Logged
|
|
|
I made a COM control in C#. Referenced its TLB in VB6 and added it to a vb6 form by with the KSize pro control on it:
Set a = Me.Controls.Add("TransactionAudit.ctlTransaction", "a") Set a.Container = Me.Picture1 a.Height = Me.Picture1.Height a.Width = Me.Picture1.Width
I now get an error Invalid class string.
Looking for object with ProgID: TransactionAudit.ctlTransaction when the resize looks at it's progid.
Another resise control I am looking at dosn't have the same problome, but it dosen't work as well.
Anything I can do to get around this, or should I go with the other control?
Alden
|