Load multiple form in the panel using c#.net Tutorial for beginners

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

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

  • @mohamedjoual3447
    @mohamedjoual3447 3 ปีที่แล้ว +6

    Amazing work. Thank u SO much. I was struggling to find out how to create a form inside of another one.

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

    I like the runtime because it can make it easier for the developer behind it. The runtime is also a bit of a hassle for the user because the user has to install the runtime to be able to run the program.

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

    Very beautiful. I appreciate you for your efforts and sharing this code with us. I am working on a huge application for my team and I am going to incorporate this design. Thanks again!!

  • @jaderson-dsnaveia
    @jaderson-dsnaveia 3 ปีที่แล้ว +1

    Great work. Reveal the aknowledge with the panels with a easy way. Thanks, was just in your channel that I found whats I was looking for.

  • @roychan0248
    @roychan0248 10 หลายเดือนก่อน +1

    Thank you so much ! Great work ! It save me a lot of coding time.

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

    May God bless you, i finally got this part of my project done, thank you.

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

    Thank you so much! This tutorial is life-saving :-)
    Is it possible to get the same result AND have a resizable form? I added a snippet to the main form to be able to resize it. But the effect is gone after loading the inner forms. It would be cool to have an add-on tutorial about this 😀

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

    Thanks Sir, for sharing this informative video

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

    Thankyou soo much..finally i found it......❤❤

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

    Thank you so much, this helped a lot

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

    Thank you for share the example of you

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

    thank you for sharing this great knowledge

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

    Saved my college final

  • @warrenlucillo6230
    @warrenlucillo6230 6 หลายเดือนก่อน

    Amazing work

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

    Thank you so much you helped ❤😊

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

    how do i add more buttons, when i try it just doesnt do anything but there are no errors any help?

  • @protek86
    @protek86 3 หลายเดือนก่อน

    As someone pointed out, "this.mainpanel.controls.clear();" works better than "this.mainpanel.controls.RemoveAt(0);".
    Additionally you need to surround the whole loadform method in a try catch statement for it to work.
    Ex:
    public void loadform(object Form)
    {
    try
    {
    if (this.MainPanel.Controls.Count > 0)
    {
    this.MainPanel.Controls.Clear();
    Form f = Form as Form;
    f.Dock = DockStyle.Fill;
    this.MainPanel.Controls.Add(f);
    this.MainPanel.Tag = f;
    f.Show();
    }
    }
    catch {


    }
    }
    Hope this helps!

    • @jayjayc.marano4327
      @jayjayc.marano4327 หลายเดือนก่อน

      sir can you tell me how do i load the dashboard form when the app begin to run

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

    Thanx a lot, it worked for me...

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

    is it possible to retain the user inputs in the forms, it resets everywhere when the user moves to another form

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

    thank you so much sir

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

    Does somebody when u try it and open a panel, it opens but when u go and try to close it doesn't close properly?

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

    for me comes an error "The method or operation is not implemented."

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

    is it possible to put passcode before it shown to the panel ?

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

    It seems the "Menu code" is missing in this video (?).

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

    I'm having an issue with Form in panal size when expanding Form Main.

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

    Yeeaaah so here is the problem,
    its nice to see that the form loads up as normal...
    BUT it makes a memory leak.
    is there a way how to not make the function cause the memory leak?
    (and no Panel.controls.clear() does not work)

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

      I already found a solution about that you can mail me so I can share it to you

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

      @@eachannelearn5811 What is your email?

    • @ErenKaymakci-oj8mh
      @ErenKaymakci-oj8mh 6 หลายเดือนก่อน

      @@eachannelearn5811 If you solved that problem, Could you please share with me?

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

    When I run app the form is make big and not compatible with form how can fix that ?please

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

    Load multiple form in the panel using C++. Please help me

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

    ty so much

  • @bats.1k
    @bats.1k 2 ปีที่แล้ว

    works man thank you

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

    Nice Video, exactly what I needed, appriciat that :)

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

    I got a warning for null literal on the
    Form f = Form as Form;
    Any solution

    • @Sara-bf9iq
      @Sara-bf9iq ปีที่แล้ว

      Did you find any solution ?

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

    mainpanel is not defined. how can i fix it?

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

      its the panel that you want the forms to load on

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

    in visual studio 2010 not working

  • @Idiris-Kaay
    @Idiris-Kaay 3 ปีที่แล้ว

    Good exactly

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

    Great !!

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

    need code

  • @ElonMark
    @ElonMark 5 หลายเดือนก่อน

    rijal

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

    Can i have your e-mail sir?

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

    it's not work

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

      Maybe your just not doing it right ..can u show me the error?

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

    this.mainpanel.Controls.Clear()
    is better than
    this.mainpanel.Controls.RemoveAt(0)
    For the example in the video
    RemoveAt(0)
    works well
    but if you have more complicated Panel ...

  • @riskiadhitama-j6s
    @riskiadhitama-j6s ปีที่แล้ว

    tng_patas@dimashardiantoro:27
    #onepiece
    #redbublle
    #quicksillver
    #sumarecone