How To Open Form2 From Form1 And Hide/Close Form 1 In C# | C# Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 48

  • @mehmetaliknk4948
    @mehmetaliknk4948 2 ปีที่แล้ว +1

    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.

  • @KMZMN
    @KMZMN ปีที่แล้ว +4

    Thank you very much my friend, simple tutorial and consicely explained👍

  • @enowdalintin8986
    @enowdalintin8986 4 หลายเดือนก่อน

    Thanks a lo. Have been looking for this solution

  • @PPCFindingStudio
    @PPCFindingStudio ปีที่แล้ว +1

    Great work. It's very helpful.

  • @samkarpa4937
    @samkarpa4937 2 ปีที่แล้ว +1

    thank you sir.

  • @alexobaya4550
    @alexobaya4550 3 ปีที่แล้ว +1

    Best video of it's kind. ty!

  • @nesetk3376
    @nesetk3376 2 ปีที่แล้ว +1

    Thank you so much for saving me a lot of trouble.

  • @jamessoy9616
    @jamessoy9616 2 ปีที่แล้ว +1

    Thank you for the great video. You made it very easy to understand and accomplish.

  • @nidal156
    @nidal156 3 ปีที่แล้ว +1

    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

    • @smartcode9021
      @smartcode9021  3 ปีที่แล้ว +1

      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

    • @smartcode9021
      @smartcode9021  3 ปีที่แล้ว +1

      This solution should work
      stackoverflow.com/questions/45513129/how-to-open-new-win-form-in-same-location-as-previous-win-form-c-sharp

    • @nidal156
      @nidal156 3 ปีที่แล้ว

      @@smartcode9021 Really thank you for your quick reply

    • @nidal156
      @nidal156 3 ปีที่แล้ว

      @@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 ?

    • @nidal156
      @nidal156 3 ปีที่แล้ว

      i try this but it dosn't work:
      {
      FormStart start = new FormStart();
      start.DesktopLocation = this.DesktopLocation;
      start.Show();
      this.Close();
      }

  • @VSLComputers
    @VSLComputers 3 ปีที่แล้ว +1

    Thank you for the video!

  • @Mole26
    @Mole26 2 ปีที่แล้ว +1

    Thank you so much! You are a Legend.

  • @AdeelKhan-ez3ij
    @AdeelKhan-ez3ij 2 ปีที่แล้ว +1

    Thanks

  • @kolojisan
    @kolojisan 2 ปีที่แล้ว +1

    thank you so much bruh

  • @This_is_OM
    @This_is_OM 3 ปีที่แล้ว +1

    This Was HELPFUL !!!!

  • @aquatic069
    @aquatic069 3 ปีที่แล้ว +1

    thx , good tutorial mate

  • @mywork6882
    @mywork6882 ปีที่แล้ว

    Hi! Open form2 on loading and no buttom click?

  • @selimbeyoglu4439
    @selimbeyoglu4439 3 ปีที่แล้ว +2

    Thank you

    • @smartcode9021
      @smartcode9021  3 ปีที่แล้ว +1

      Welcome brother.

    • @selimbeyoglu4439
      @selimbeyoglu4439 3 ปีที่แล้ว +2

      @@smartcode9021
      I subscribed to the channel and liked it
      because you are the one who best describes this

  • @HyperBassYT
    @HyperBassYT 3 ปีที่แล้ว

    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?

  • @dr4xyt
    @dr4xyt 3 ปีที่แล้ว +1

    i love you

  • @WillFourTwenty
    @WillFourTwenty 3 ปีที่แล้ว

    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?

    • @varishaaslam563
      @varishaaslam563 2 ปีที่แล้ว

      Same problem did u find any solution?

  • @masslooo2003
    @masslooo2003 2 ปีที่แล้ว

    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.

    • @masslooo2003
      @masslooo2003 2 ปีที่แล้ว

      Are there any ways that the child form completly cover the parents form?

  • @jamin9547
    @jamin9547 3 ปีที่แล้ว

    but I can't go back to my previously closed window. how can I go back?

    • @smartcode9021
      @smartcode9021  3 ปีที่แล้ว

      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.
      th-cam.com/video/bb5TaLbq9aM/w-d-xo.html
      hop it helps

  • @firegeliusthedestroyer5334
    @firegeliusthedestroyer5334 3 ปีที่แล้ว +2

    У меня проблема каждый ден когда открываю компьютер открывается форм1 с пустым екраным потом закрывается незнаю что ето

    • @selimbeyoglu4439
      @selimbeyoglu4439 3 ปีที่แล้ว +1

      Чувак, тебе нужно сохранить перед выходом из проекта. В противном случае все будет так, как ты сказал.

    • @WillFourTwenty
      @WillFourTwenty 3 ปีที่แล้ว

      Вы выбрали не того собеседника.

  • @wanwanvxt
    @wanwanvxt ปีที่แล้ว

    thank you for saving me!!! (~ ̄▽ ̄)~

    • @smartcode9021
      @smartcode9021  11 หลายเดือนก่อน

      You are most welcome