C# Tutorial - Load Form in Panel C# Application | FoxLearn

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 45

  • @ga7853
    @ga7853 4 роки тому +1

    This is the best channel on youtube, hands down, Thank you guys so much for all these great video.

  • @MANMEETSINGH1993
    @MANMEETSINGH1993 5 років тому +1

    Thanks for tutorial i didn't knew that we can also show inside a pannel

    • @foxlearn
      @foxlearn  5 років тому +1

      You're welcome. thank you !

  • @kirksurber7262
    @kirksurber7262 Рік тому

    This worked great! Thank you very much!

  • @swerytv4342
    @swerytv4342 5 років тому +2

    Thanks for this tutorial fox Learn yet ....

  • @lowwtz
    @lowwtz 3 роки тому +1

    yeaahh, the best tutorial

  • @coralch1
    @coralch1 4 роки тому +1

    Thanks! Great tutorial!

  • @amnesia3490
    @amnesia3490 5 років тому +1

    Another perfect tutorial ty

  • @gregorynovikov1450
    @gregorynovikov1450 4 роки тому +1

    How do you close the form and open a different one in the same panel?

  • @mohammed48ful
    @mohammed48ful 4 роки тому

    this is what i was looking for,thanks 👍

  • @manjeetnandal1
    @manjeetnandal1 5 років тому

    Many useful!
    Many thanks!

  • @pedrojeri9089
    @pedrojeri9089 4 роки тому

    I added a textbox in to form, but i can't click into middle or last of the text of textbox when formborderstyle is not none. Only work when formborderstyle is none.

    • @foxlearn
      @foxlearn  4 роки тому

      I don't think so, check your code again. thank you !

  • @vautek
    @vautek 5 років тому

    Nice work, I was wanting to use more than one form to choose in the panel how do I choose different form to load in the panel would I be able to load different form using a combobox (around 1:30 it was mentioned in the video)

  • @variable7911
    @variable7911 4 роки тому

    Thank you , Good Job

  • @softman5562
    @softman5562 5 років тому +1

    thank you very much . But would like you to help me on my project i have completed my project ,but when a publish to client computer my crystal report doe"nt load

    • @M.sedaqat
      @M.sedaqat 5 років тому +3

      Soft Man you have to install crystal report runtime on client pc ,

    • @foxlearn
      @foxlearn  5 років тому +1

      You should install crystal report runtime on your client machine, or you can check prerequisites

    • @softman5562
      @softman5562 5 років тому +1

      @@M.sedaqat i did that

    • @M.sedaqat
      @M.sedaqat 5 років тому +1

      Soft Man so r u facing any other problems

    • @softman5562
      @softman5562 5 років тому +1

      @@M.sedaqat Thank you so much Mehdi Sedaqat am very proud of you . Right now i able to fix my previous problem now its working find .
      The second one i want to add token authentication in my project lke if any student want register you have to buy a token else you will not register .
      i would love if give an idea on that , but rember am building a c# window application

  • @michawawrzak9735
    @michawawrzak9735 3 роки тому

    Superoza:)

  • @kushal6065
    @kushal6065 Рік тому

    instead of using multiple forms in a single main form, can't we use multiple panels in one single main form?

  • @preetikarlekar3296
    @preetikarlekar3296 3 роки тому

    Great video. Is this possible to do in java JFrame?

  • @JuanDevelop
    @JuanDevelop 5 років тому +1

    Fox can you share video how to use Calender in C#

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion !

  • @alirezaabedi1885
    @alirezaabedi1885 5 років тому

    good job

  • @x4lo479
    @x4lo479 4 роки тому

    Hey im trying to add my form to the panel without dock = fill but the child form get deformed and the font size get changed

    • @foxlearn
      @foxlearn  4 роки тому

      Not clear your intentions

  • @jhonfredygalanarchila1698
    @jhonfredygalanarchila1698 4 роки тому

    como acceder por medio radiobotones y el me abra los paneles

  • @LucianoMartinsDev
    @LucianoMartinsDev 5 років тому +1

    How to active keypress event from child not parent form?
    Its call the child form keypress event only if I click in some things inside children form.
    Anyway thanks for the great tutorial

    • @foxlearn
      @foxlearn  5 років тому

      Let me try to research. thank you for your suggestion !

  • @doggydoggy578
    @doggydoggy578 2 роки тому

    how do I place the form center in the panel ? Thanks

  • @nhathoang3260
    @nhathoang3260 3 роки тому

    i can't hide form 2 when click button show form 3

    • @foxlearn
      @foxlearn  3 роки тому

      What error are you getting?

  • @jirenchannel3129
    @jirenchannel3129 5 років тому

    Nice

  • @kszk2937
    @kszk2937 2 роки тому

    Form2.cs:
    private void button1_Click(object sender, EventArgs e)
    {
    MessageBox.Show(....);
    this.Close(); //