I know Forms are based on the MFC (Microsoft Foundation Classes). But I never seen an example in existence of invoking child windows within the form, which you can think of a form within a form. Just recently I've been playing around with them in C++. I know in VB6 one way of doing it would be not to use a form at all and explicitly do Win32 API within a module and draw windows manually that way, which would make it possible to do child windows. But as for VB6, is it possible without having to resort to API's? I'm curious. :ehh:
↧