Add a form "into a form"
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
This a very simple tutorial even for beginners
many of you think that to add a form "into a form" like in the image bellow is hard IT'S NOT
![Image]()
create a new project
add 1 Button and change it's text to "New Form"
now now go to Project ---> Add Windows Form and add a new form
double click on the button "New Form" and write this small code
a new form will appear each time you click the button
![Image]()
That's it
i hope you like it
many of you think that to add a form "into a form" like in the image bellow is hard IT'S NOT

create a new project
add 1 Button and change it's text to "New Form"
now now go to Project ---> Add Windows Form and add a new form
double click on the button "New Form" and write this small code
Code: Select all
now debug it and see that when you click on the button the second form will appear inside the firstDim newform As New Form2()
newform.TopLevel = False
Me.Controls.Add(newform)
newform.Show()
a new form will appear each time you click the button

That's it
i hope you like it
You can find me on Facebook or on Skype mihai_92b
ooh dang dude thank you
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

YES YES YES YES!!!!!! I was having a pain trying to figure this out, and you finally helped me out. Thumbs up on this one!!!!!
this would work great on a multiple picture viewer
You can find me on Facebook or on Skype mihai_92b
Hey, thanks for the post. This really helped me!!
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

ask it in C++ section?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Copyright Information
Copyright © Codenstuff.com 2020 - 2023