Create a Start Menu Screen For Windows Form Games in C# and Visual Studio

  Рет қаралды 26,164

Moo ICT

Moo ICT

Күн бұрын

Пікірлер: 45
@T23-s3z
@T23-s3z 3 жыл бұрын
You are just so Awesome Moo ICT. Very few tutorials are there for C# on the internet. You have made many awesome videos that are worth a lot. Great Work!!
@mooict
@mooict 3 жыл бұрын
Hi thanks for the lovely comment. Made my day.
@lordofkeyboards2066
@lordofkeyboards2066 3 жыл бұрын
your back! and good tutorial :)
@mooict
@mooict 3 жыл бұрын
Thank you. Love the name 😍
@lordofkeyboards2066
@lordofkeyboards2066 3 жыл бұрын
@@mooict yes i am the "LORD OF KEYBOARDS" thank you that made my day :)
@josjetapia7687
@josjetapia7687 2 жыл бұрын
perfect for Last minute project
@sckmat
@sckmat 3 жыл бұрын
Hey! How do I close the menu form when opening a game?
@ptmandrey
@ptmandrey 3 жыл бұрын
You saved my life!!! Thank you a lot
@senamilendlovu130
@senamilendlovu130 2 жыл бұрын
Thank you so much this really helped me on my project
@moonchild1783
@moonchild1783 3 жыл бұрын
Thank you so so much, it helped me a lot!
@bozhidarzhivkov2104
@bozhidarzhivkov2104 3 жыл бұрын
Very useful. Thanks!
@pier8105
@pier8105 3 жыл бұрын
amazing video !!!👌👌👍😊
@matan6141
@matan6141 3 жыл бұрын
Hey i really like your videos keep going. i have a question i have a count in the main screen game and the second screen doesn't recognize this counter.what should i do to fix this issue?
@mooict
@mooict 3 жыл бұрын
Hi, take a look at the speed reader tutorial. I've worked with multiple forms on that one and it changes texts from one form to another I think that'll be helpful for your app.
@AnnasAR16
@AnnasAR16 2 жыл бұрын
Thanks, man!
@rezvlt9285
@rezvlt9285 3 жыл бұрын
Great video! Please make a video on how to build chess.
@mooict
@mooict 3 жыл бұрын
I will try
@noahyannis2465
@noahyannis2465 3 жыл бұрын
How do I make it so the start window closes once I press play?
@UmongusSussehFrusseh
@UmongusSussehFrusseh 2 жыл бұрын
Add "this.Hide()" at the end.
@eamonburns9597
@eamonburns9597 Жыл бұрын
@@UmongusSussehFrusseh That works to hide it, but how do you make it show again when you close the game or help window?
@UmongusSussehFrusseh
@UmongusSussehFrusseh Жыл бұрын
@@eamonburns9597 idk
@eamonburns9597
@eamonburns9597 Жыл бұрын
@@UmongusSussehFrusseh No problem, I found a tutorial that works. kzbin.info/www/bejne/ql6XlJR3j7B_gNk&feature=shares It isn't the main focus of the video, but I was able to figure it out using the technique for referencing different forms.
@lucaslindgren3237
@lucaslindgren3237 3 жыл бұрын
Nice video!
@indianprayers6091
@indianprayers6091 3 жыл бұрын
Nice !!!
@rukhmannhayer5672
@rukhmannhayer5672 3 жыл бұрын
What if the game was a project.cs and not made in forms
@gbril3403
@gbril3403 2 жыл бұрын
watch at the second part of the toutorial... it shows how to do it
@TL-Edu-r
@TL-Edu-r 2 жыл бұрын
Hi Moo ICT please How to set form2 to main window ?
@mooict
@mooict 2 жыл бұрын
In the solutions explorer open Program.cs file inside of that replace Form1() to Form2(). That should open form2 when you run the app
@jaeger2918
@jaeger2918 3 жыл бұрын
Hi, thanks for this very informative video! I am having an issue where the game runs in the background even before I click my "start game" button. How would I fix this?
@ghostnoodle9721
@ghostnoodle9721 Жыл бұрын
The fastest way would be to tie your start game method to initiate AFTER the start button is clicked, rather than on initialization of the whole program
@ReynaldsGison
@ReynaldsGison 6 ай бұрын
Where the source code lods
@bronie18
@bronie18 3 жыл бұрын
❤❤
@Godemon666
@Godemon666 2 жыл бұрын
Dude why are you speed running this
@cainsykes7099
@cainsykes7099 3 жыл бұрын
Has anybody got anytime on learning to code ?
@ReynaldsGison
@ReynaldsGison 6 ай бұрын
Send to sources code
@HaileyandTristan
@HaileyandTristan 2 жыл бұрын
si senjor asi me gusta
@vidhirughani489
@vidhirughani489 3 жыл бұрын
Hey plzz make starting page of existing games project in c# plzz
@mooict
@mooict 3 жыл бұрын
In this video the second part shows how to do that.
@vidhirughani489
@vidhirughani489 3 жыл бұрын
@@mooict ok sir thankyou soo much u r the best ☺i m doing my project in which i have added ur 5 games together just bcoz of u i m able to do this unique project in a very easy way 😘so sir if possible will u make video on how to add this 5 games in one page and if i click on one game then that game will open ??plzz sir do it just one thing is left to do in my project and i have to submit it before 30 june...
@mooict
@mooict 3 жыл бұрын
Hi you can do that 5 game in a similar way long as. They are all done in separate forms inside of the same project you can simply add buttons in the title screen for each form. How have you organised the projects so far?
@vidhirughani489
@vidhirughani489 3 жыл бұрын
@@mooict i have make 5 separate projects for each game and for each game i have created starting page ..
@vidhirughani489
@vidhirughani489 3 жыл бұрын
@@mooict now can i add this 5 game in one same project directly or i have to do the whole process again ??
@UmongusSussehFrusseh
@UmongusSussehFrusseh 2 жыл бұрын
I'd also like to throw in that you can close the startScreen when opening the helpScreen by doing this: HelpScreen helpWindow = new HelpScreen(); helpWindow.Show(); this.Hide();
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 3,1 МЛН
Mia Boyka х Карен Акопян | ЧТО БЫЛО ДАЛЬШЕ?
1:21:14
Что было дальше?
Рет қаралды 12 МЛН
HELP!!!
00:46
Natan por Aí
Рет қаралды 54 МЛН
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 77 МЛН
C# Tutorial - Make a flappy bird game in windows form
26:20
Moo ICT
Рет қаралды 314 М.
Learning C++ by making a Game... in 1 Week?!
10:14
Floky
Рет қаралды 551 М.
How To Make START MENU For Your Scratch Game!
18:15
McVincient
Рет қаралды 185 М.
Running "Hello World!" in 10 FORBIDDEN Programming Languages
18:07
Make a Top Down Zombie Shooter Game in Windows Form and C#
1:04:39
So you want to make a Game Engine!? (WATCH THIS before you start)
14:39
Giant Sloth Games
Рет қаралды 322 М.
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 3,1 МЛН