How to open another form when clicking on a button c# visual studio

preview_player
Показать описание
How to open another form when clicking on a button c# visual studio
Рекомендации по теме
Комментарии
Автор

Thanks, it works without any problems!

alxvplayz
Автор

thank to you i finish making my own application in VS12!

helixracing
Автор

is there a way i could just switch the form instead of creating a new window? Ty. Great Vid.

pokegamer
Автор

thanks, your video is very helpful, just watch it and I easily get it.

phongtrangia
Автор

its incredible and working with acccuracy

crackgive
Автор

Watching this after exam, and realising how simple it was :(

namjotsingh
Автор

Hi! I have two buttons on my Form 1, and I was planning to linked the button 1 and 2 to Form 2 and 3, respectively. I did your code to linked the button 1 to Form 2 and it worked. However, I couldn't do the same thing to button 2 to linked to Form 3. In output, there's a line that keeps repeating and it doesn't work when I run it. What could possibly the problem? I really hope you could help me. Thank you a lot!

naydaarpon
Автор

This will work better:
Hide();
Terms f2 = new Terms();
f2.Show();

RandomzOG
Автор

I'm using the same code but it's not working...Any solution??? Why show() is not working

HussnainAli-soxq
Автор

I want to make a button and after clicking on that button three other button will appear. How?

sanjeevkumar-vkcg
Автор

how to modify the other form and add button to it

amv
Автор

and if l click button and show form2 l want to hide form1 and what is the code?

sandrohack
Автор

Wow I did not think it was that easy. - unexperienced guy. <me

talesfromdahood