✅ School Project

i'm stuck on how to make another form in .NET windows form where if i click the "Check Tiers" button it will take me to a package tiers of the tier i click. Like this example on canva
No description
No description
6 Replies
leowest
leowest3w ago
well there is 2 ways to do this A) you create usercontrol as pages and then u swap the usercontrol when u click a button or B) you create a new form, and make the button open that new form which u choose u will have to provide more code of what u are unable to do or having difficult with
Tokoyami Towa
Tokoyami TowaOP3w ago
so another double buffered panel again where i need to create a new form, is it also applicable to all or 1 form for just 1 button?
leowest
leowest3w ago
no idea what ur saying, u either use usercontrols inside a panel(option A) or u use a form, a form is a completely new window(option B) if u use a usercontrol it would be swapping the content inside the form(your main window) u already have if u use new form then it creates a new window separated from the one u already have open.
Tokoyami Towa
Tokoyami TowaOP3w ago
alright, it worked! thanks
MODiX
MODiX3w ago
If you have no further questions, please use /close to mark the forum thread as answered
SleepWellPupper
Your teacher should read some urban dictionary before creating acronyms like kys smh

Did you find this page helpful?