Re: OCX Container Problem
:( Any ideas? If someone is interested I can post my project group
Re: OCX Container Problem
You might want to play with the auto redraw property of all controls involved (as in your last OCX and all other components of your OCX control. In the Paint event (and resize event too) you might want to make sure you have the same code in those two (it solved some resizing problems of mine to have the resize code in resize and paint both...not sure why but it did for me :-) )
Re: OCX Container Problem
Thank you for your reply MystikShadows. I did as you told me to... But the auto-redraw changed in my three OCX didn't do anything.
However, I discovered that if the second OCX's BackStyle property is changed to "Opaque" instead of "Transparent" will not present the problem mentioned before... Yet it will present the problem that the other members of this control will be covered by the second OCX.
Any ideas how to prevent this from happening? I need the three OCX to be transparent but it seems it is causing a problem when doing so...
Thanks again!