
Control won't show after passing paramters
Like the subjects says, I am trying to load a control
from a HTML page with some paramters. I get the box
about the safety to interact with the control, etc
(deal with that later). When I click no, it doesnt read
the parameters with the UserControl_ReadProperties
event (as expected). When I click yes the control does
not show. Not even the empty little box, just a white
page. It does reach the UserControl_ReadProperties event
and the params are read. It also fires the show event,
but noting is drawn on the screen.
Any ideas?