We try migrate our vb6 project to use sxs tehnology ....but have problem with dynamic add control to form (VBControlExtender ).
Problem is when add control to form with "Controls.Add" got instance of VBControlExtender that is not functional....rise error like "object doesn't support this property or method" or "Invalid object use" when use property or method
I found that people have like same problem (Strange Case of the missing method, Legacy vb6 application with SXS = "object doesn't support this property or method.") and suggestion is implement "Direct user control". Can somebody know how implement this in vb6 code? How we can fix problem with sxs and dynamic add control to form?