How to change a control for another one
Hi everybody, I have an application with 40 forms and I'm using an OCX to change the view of my app, using skins
When I created my app I use labels, but this ocx hide (or don't paint the labels), so I need to replace mi labels for SkinLabel(is the label control that use this ocx) and I want to konw if anyone know how to change it replacing one control for the another one.
I also try to make the replace editing the .frm files in a notepad, but it doesn't work.
Thanks for your help.
Re: How to change a control for another one
http://www.vbforums.com/attachment.p...id=47243&stc=1If you first add the control to your project via Project|Controls, save it and then edit the frm files it should work.