C
C#2mo ago
nutsack 2003

im making a project on windowsforms for my final project and when i start it on the second form

a button i made wont show up
7 Replies
Pobiega
Pobiega2mo ago
Not sure how we're supposed to be able to help with that little information. Perhaps show your $code ?
MODiX
MODiX2mo ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat For longer snippets, use: https://paste.mod.gg/
nutsack 2003
nutsack 2003OP2mo ago
of that one form? actually fuck that i want to add a click event that will take me to the next form and hide the other form the previous one nvm i hjandled that but yeah the other form wont function properly still
Kiriox
Kiriox2mo ago
c#
var form2 = Form2();
form2.Show();
form1.Hide();
c#
var form2 = Form2();
form2.Show();
form1.Hide();
nutsack 2003
nutsack 2003OP2mo ago
he wanted us to make a selection screen said we can use chatgpt for help right i put the code it fucked the form up i delered the code but now when i add some new stuff to the form it wont appear when i boot the project should i delete it and remake the form? i dont know how to fix it okay basically i made the loading screen i put a button that says click to continue and i added a mouseclick even to it its supposed to direct me to the form called game but it doesnt work and it gives an error let me send the code
nutsack 2003
nutsack 2003OP2mo ago
BlazeBin - uuxanadpxoru
A tool for sharing your source code with the world!
nutsack 2003
nutsack 2003OP2mo ago
theres also a timer event that makes the form shake when it pops up the loading screen one not the game one could that be causing the issue i did a potential fix it told me to do and now it takes me to an empty form an not the desired forn what can i do

Did you find this page helpful?