I am a student in the university at department of the programming computer. There is project that I have to do. This video has helped me so much. Thank you very much.
@PPCFindingStudio Жыл бұрын
Great work. It's very helpful.
@smartcode9021 Жыл бұрын
happy to help
@KMZMN2 жыл бұрын
Thank you very much my friend, simple tutorial and consicely explained👍
@smartcode9021 Жыл бұрын
Glad you liked it!
@enowdalintin89864 ай бұрын
Thanks a lo. Have been looking for this solution
@jamessoy96162 жыл бұрын
Thank you for the great video. You made it very easy to understand and accomplish.
@smartcode90212 жыл бұрын
Glad it was helpful!
@nesetk33762 жыл бұрын
Thank you so much for saving me a lot of trouble.
@smartcode90212 жыл бұрын
Happy to help
@alexobaya45503 жыл бұрын
Best video of it's kind. ty!
@samkarpa49372 жыл бұрын
thank you sir.
@smartcode90212 жыл бұрын
Most welcome
@VSLComputers3 жыл бұрын
Thank you for the video!
@Mole262 жыл бұрын
Thank you so much! You are a Legend.
@smartcode9021 Жыл бұрын
Thanks
@aquatic0693 жыл бұрын
thx , good tutorial mate
@kolojisan2 жыл бұрын
thank you so much bruh
@smartcode9021 Жыл бұрын
welcome
@AdeelKhan-ez3ij2 жыл бұрын
Thanks
@smartcode90212 жыл бұрын
Shukria nawazish bhai :)
@This_is_OM3 жыл бұрын
This Was HELPFUL !!!!
@smartcode90213 жыл бұрын
.)
@selimbeyoglu44393 жыл бұрын
Thank you
@smartcode90213 жыл бұрын
Welcome brother.
@selimbeyoglu44393 жыл бұрын
@@smartcode9021 I subscribed to the channel and liked it because you are the one who best describes this
@nidal1563 жыл бұрын
Thanks for this, but can you tell me how i can Show the second form whit same location of first form in the screen i hope you anser my question
@smartcode90213 жыл бұрын
You could grab the Location of the form you are hiding and use it to set the location of the new form. But if you want that this location is considered by the WinForms engine you need to set the StartPosition property to FormStartPosition.Manual
@smartcode90213 жыл бұрын
This solution should work stackoverflow.com/questions/45513129/how-to-open-new-win-form-in-same-location-as-previous-win-form-c-sharp
@nidal1563 жыл бұрын
@@smartcode9021 Really thank you for your quick reply
@nidal1563 жыл бұрын
@@smartcode9021 But can i ask of somthing. if i put a button its mission is to return to the first form what code will work whit ?
@nidal1563 жыл бұрын
i try this but it dosn't work: { FormStart start = new FormStart(); start.DesktopLocation = this.DesktopLocation; start.Show(); this.Close(); }
@mywork6882 Жыл бұрын
Hi! Open form2 on loading and no buttom click?
@HyperBassYT3 жыл бұрын
Hi, how can I make it so when i click a button it opens the form, then if i click the button again, it closes the form?
@dr4xyt3 жыл бұрын
i love you
@WillFourTwenty3 жыл бұрын
I am looking for something in particualr, I am looking for when you close for Example: Form3 it will close Form1 Also and not run on your computer. Any Solutions?
@varishaaslam5632 жыл бұрын
Same problem did u find any solution?
@jamin95473 жыл бұрын
but I can't go back to my previously closed window. how can I go back?
@smartcode90213 жыл бұрын
if your form is closed that means it is disposed and you can't bring it to fron. You have to create it again and then show it. A better solution is hide the form instead of closing it. Check this video. kzbin.info/www/bejne/mJOYhZSCl9Zsl68 hop it helps
@masslooo20032 жыл бұрын
finally, usuful video. Do you have any solution for my nightmare . I have a form set as an MDI container on which I dynamically add buttons. Clicking a button opens a child form. However, the buttons I created appear on top of the child form instead of the child form appearing over (and covering) everything on the parent form.
@masslooo20032 жыл бұрын
Are there any ways that the child form completly cover the parents form?
@firegeliusthedestroyer53343 жыл бұрын
У меня проблема каждый ден когда открываю компьютер открывается форм1 с пустым екраным потом закрывается незнаю что ето
@selimbeyoglu44393 жыл бұрын
Чувак, тебе нужно сохранить перед выходом из проекта. В противном случае все будет так, как ты сказал.