
Invisible at Runtime or Not Invisible at Runtime ?
When you have it invisible at runtime, the container in not required. Else,
the control requires a container to host the control. Anyway it's up to you.
Regards,
Mike
Quote:
> I have delved into the subject of having a control (with worker threads
> similar to the MSComm or Winsock controls) that is invisible at runtime,
and
> all that entails...
> A colleague has suggested that we make the control visible at runtime and
> just set the Visible property to false at start up...
> This seems to work fine but I have to wonder is there a downside to
> this...Any Comments?