SDI under VB.NET

M

Maileen

Hi,

under VC++.NET we have the possibility to make a SDI application, by loading in the client area (of the main form), another form.
I do not know if we can do the same in VB.NET or if i have to use MDI and to "make up" application in such way.

Does someone know it ?
thanks a lot,
Maileen
 
H

Herfried K. Wagner [MVP]

Maileen said:
under VC++.NET we have the possibility to make a SDI application, by
loading in the client area (of the main form), another form.
I do not know if we can do the same in VB.NET or if i have to use MDI and
to "make up" application in such way.

I don't think it's in general a good idea to embed whole forms including
titlebars into another form. However, as always there might be cases where
this makes sense:

<URL:http://dotnetrix.co.uk/misc.html>
-> "Add forms as user controls."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top