Post: A form... inside a form? [VB.NET]
02-16-2013, 10:08 PM #1
Spongebob.
I defeated!
(adsbygoogle = window.adsbygoogle || []).push({}); Is there a way to like... open a form inside a form without having to open it in a separate window?

You must login or register to view this content.

I want it to show up next to the TreeView thing.
(adsbygoogle = window.adsbygoogle || []).push({});
02-16-2013, 11:14 PM #2
Sloth
Banned
Originally posted by Spongebob. View Post
Is there a way to like... open a form inside a form without having to open it in a separate window?

You must login or register to view this content.

I want it to show up next to the TreeView thing.

You could create a new form, remove the borders set the area were it'll open in pixels and disable resizing.

The following user thanked Sloth for this useful post:

Spongebob.
02-16-2013, 11:39 PM #3
Spongebob.
I defeated!
Originally posted by KronosCloud View Post
You could create a new form, remove the borders set the area were it'll open in pixels and disable resizing.


Oh ok I'll try that.
02-17-2013, 04:16 PM #4
Pichu
RIP PICHU.
Originally posted by Spongebob. View Post
Is there a way to like... open a form inside a form without having to open it in a separate window?

You must login or register to view this content.

I want it to show up next to the TreeView thing.




Don't do what the other guy said; you could just use a panel for that..

The following user thanked Pichu for this useful post:

Spongebob.
02-17-2013, 04:34 PM #5
Sloth
Banned
Originally posted by Pichu View Post


Don't do what the other guy said; you could just use a panel for that..


It was 4am when I posted that not the best time to think about it.

The following user thanked Sloth for this useful post:

Pichu
02-17-2013, 05:39 PM #6
Spongebob.
I defeated!
Originally posted by Pichu View Post


Don't do what the other guy said; you could just use a panel for that..


But that looks ugly lol I don't want the whole thing to be a container, just a small part of it. Thanks anyway
02-17-2013, 05:44 PM #7
Pichu
RIP PICHU.
Originally posted by Spongebob. View Post
But that looks ugly lol I don't want the whole thing to be a container, just a small part of it. Thanks anyway


You will have to modify it; it's an example.

Most of these tutorials give a "how to" and expect you to modify it from there to get what you desire.
02-17-2013, 07:39 PM #8
Zesh
Keeper
How about making the second form a child form? Maybe you could do something with that.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo