itche
Dec 24th, 2001, 08:55 PM
I created a control in vb6 and I can add it to the frontpage or see it in the browser and in mfc application I can add it to the dialog in resourses view. However I cannot create an instance of the control with the wrapper class of the control, When I call control.Create(.....); the code compiles and runs but does not display the control, please help