I am a first timer, I have to do a C# WinsForm project and i am almost finished and i rly need help!

Im doing this for GCSE and I need some help desperatly, please if you are willing do not hesitate to dm me and help pls pls Things like what 'code to put under this button to do this' simple things like that. Complete first timer btw, know NOTHING abt how C# lang works
No description
16 Replies
Jimmacle
Jimmacleโ€ข3mo ago
we don't do DMs here, and you'll need to provide some more information about a) what your end goal is and b) what is stopping you from getting there
! ๐šž๐š—๐š๐šข๐š’๐š—๐š  ่ฐท  โ‚ดร˜โฑคโฑคร˜โ‚ฉ UwU~
a) I made a click counter button, I added a timer, I want the button to stop counting my clicks after 15 seconds. Thats all for now b) I do not know what im looking at i have never coded before idk what to do or where to write what ;-;
! ๐šž๐š—๐š๐šข๐š’๐š—๐š  ่ฐท  โ‚ดร˜โฑคโฑคร˜โ‚ฉ UwU~
Click timer properties stuff I will provide any screenshots and copy pastes I am serious abt this
Jimmacle
Jimmacleโ€ข3mo ago
do you have an instructor that's supposed to be teaching you? if you know nothing about C# i wouldn't start with winforms, i'd start with $helloworld
! ๐šž๐š—๐š๐šข๐š’๐š—๐š  ่ฐท  โ‚ดร˜โฑคโฑคร˜โ‚ฉ UwU~
Yea this was our first ever task We just did Theory work and BoOm now do a C# project None of us in the class have ever dipped their feet into coding ๐Ÿ’€ Excpect 1 guy barely So for the moast part the teacher has been just doing the work for us But now for this last last challenge its all ourselves But we havent been taught anything teacher just does it for us ๐Ÿ’€๐Ÿ’€๐Ÿ‘ We learn SOOO MUCH in that class Anyways I just need help with giving buttons functions Thats it I just need to be told what to write
Jimmacle
Jimmacleโ€ข3mo ago
we can help you figure it out but if you're just looking for someone to give you code you won't find that
Jimmacle
Jimmacleโ€ข3mo ago
because clearly that's how you got in this situation to begin with ๐Ÿ˜›
! ๐šž๐š—๐š๐šข๐š’๐š—๐š  ่ฐท  โ‚ดร˜โฑคโฑคร˜โ‚ฉ UwU~
Pls tell me How do i make my Button stop counting with a timer after the timer hits 15 seconds Thats all
Jimmacle
Jimmacleโ€ข3mo ago
basically, and i don't expect you to understand all of this * set up the timer so its Elapsed event fires after 15 seconds * handle the Elapsed event and use it to set a flag to check in your button code * in the button code, only count up if the flag hasn't been set
! ๐šž๐š—๐š๐šข๐š’๐š—๐š  ่ฐท  โ‚ดร˜โฑคโฑคร˜โ‚ฉ UwU~
Thank you! ๐Ÿ‘ (if anyoine else is reading this I wouldnt mind extra guidance! thx in advance)
Jimmacle
Jimmacleโ€ข3mo ago
try to figure some things out based on my hints, if you get stuck i'll probably still be here