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

Поделиться
HTML-код
  • Опубликовано: 20 дек 2020
  • Load multiple forms in the main panel using c#.net this is for beginners
    you can download the code below
    drive.google.com/file/d/1ngcJ...
    Bg Music: www.bensound.com
  • НаукаНаука

Комментарии • 46

  • @jaderson-dsnaveia
    @jaderson-dsnaveia 2 года назад +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.

  • @mohamedjoual3447
    @mohamedjoual3447 2 года назад +4

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

  • @foxitb1232
    @foxitb1232 2 года назад

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

  • @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.

  • @ephemera777
    @ephemera777 Год назад

    thank you for sharing this great knowledge

  • @roychan0248
    @roychan0248 5 месяцев назад +1

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

  • @AlphaTechSolution
    @AlphaTechSolution Год назад

    Thanks Sir, for sharing this informative video

  • @nakorns320
    @nakorns320 Год назад

    Thank you for share the example of you

  • @katrinzahnweh
    @katrinzahnweh 11 месяцев назад

    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 😀

  • @kevineppi8100
    @kevineppi8100 2 года назад

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

  • @eswaranpaneerselvam9883
    @eswaranpaneerselvam9883 8 месяцев назад

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

  • @nishadigunawardhane1819
    @nishadigunawardhane1819 6 месяцев назад

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

  • @randomkindness1470
    @randomkindness1470 2 года назад

    Thanx a lot, it worked for me...

  • @khadarfaarax2175
    @khadarfaarax2175 10 месяцев назад

    Thank you so much you helped ❤😊

  • @warrenlucillo6230
    @warrenlucillo6230 13 дней назад

    Amazing work

  • @mohamedshinan7132
    @mohamedshinan7132 Год назад

    thank you so much sir

  • @Star44k
    @Star44k 2 года назад

    works man thank you

  • @eissejwilson6570
    @eissejwilson6570 Год назад

    Saved my college final

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

  • @Idiris-Kaay
    @Idiris-Kaay 2 года назад

    Good exactly

  • @meowpow7522
    @meowpow7522 Год назад

    ty so much

  • @ruelandrew00
    @ruelandrew00 9 месяцев назад

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

  • @basicconnection
    @basicconnection 2 года назад

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

  • @geanluis36
    @geanluis36 Год назад

    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?

  • @amineelazzouzi8610
    @amineelazzouzi8610 3 года назад +1

    Great !!

  • @spongemusic9312
    @spongemusic9312 2 года назад +1

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

  • @udomacha3286
    @udomacha3286 Год назад

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

  • @mickyclarkey
    @mickyclarkey 2 года назад

    in visual studio 2010 not working

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

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

  • @beupagency2867
    @beupagency2867 3 года назад +1

    need code

  • @kwsstaswestt
    @kwsstaswestt 2 года назад

    mainpanel is not defined. how can i fix it?

    • @JayLaser
      @JayLaser Год назад

      its the panel that you want the forms to load on

  • @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 Месяц назад

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

  • @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 ...

  • @user-sv3bt7eh9d
    @user-sv3bt7eh9d 10 месяцев назад

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