Invisible at Runtime or Not Invisible at Runtime ? 
Author Message
 Invisible at Runtime or Not Invisible at Runtime ?

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?


Mon, 21 Feb 2005 21:33:20 GMT  
 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?



Tue, 22 Feb 2005 23:42:06 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Invisible-at-runtime control is not

2. "invisible at runtime" callback problem

3. Invisible at Runtime

4. Invisible-at-Runtime in a WTL client

5. Invisible at runtime

6. How to make the control invisible at runtime?

7. Making dialog controls invisible at runtime

8. ActiveX: "Invisible at runtime" vs "visible at runtime"

9. CreateDialog can not use a invisible window as parent window in WinCE

10. Microsoft Visual C++ Runtime Library Runtime Error When Browsing in IE6

11. Microsoft Visual C++ Runtime Library Runtime Error When Browsing in IE6

12. Can the control which created by ATL with Invisible at runtime attribute received the windows message?

 

 
Powered by phpBB® Forum Software