C# Tutorial - How to pass data from one Form to another Form | FoxLearn

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 20

  • @abidredlove
    @abidredlove Před 7 lety

    i really like what u do is very helpfull thanks

  • @kristiantot8163
    @kristiantot8163 Před 7 lety

    Awesome video, thanks! Do you perhaps have a solution on how to save the changes in the datagridview? I mean when i load my data with an sql basic select and the i resize the columns and after that i want to close the program but it doesn't saves anything.

  • @Oussama-gr4xu
    @Oussama-gr4xu Před 4 lety

    Thanks for this
    I want to control map (in form A) with button setting in form B how can I do this and thank again

  • @alibarznji2000
    @alibarznji2000 Před 5 lety

    Hello Fox Learn
    can you make a video on creating a settings Menu.
    i'd appreciate your help geatly

  • @Ak-dx6sh
    @Ak-dx6sh Před 3 lety

    TOO SLOOOW

  • @hakimsoudani6377
    @hakimsoudani6377 Před 7 lety

    very good can you please show me how we do to pass data from information to datagrid
    thx

    • @foxlearn
      @foxlearn  Před 7 lety

      Hi, Can you describe more details (pass data from datagridview to another datagridview or pass data from datagridview to detail form). thanks

    • @Nooty
      @Nooty Před 5 lety

      @@foxlearn Hello, could you show me this, you have two datagridview that has values in it and you have add button. Then when u press the add button it moves those two items to the third datagridview. Could u show that please? thank u.

  • @user-xg7hi5mh3g
    @user-xg7hi5mh3g Před 3 lety

    i like your Videos yu re so beautiful . i've some qsts about datagridview" i like it " 😌 how i can build a team of 1 ,2 or 3 players , the players are added to the datagrid thro a textbox and the Team number is from a combobox selection ,so i will build such a number of teams and every team shall have just 1 or 2 players or 3 for example and group it in one row in the datagirdview how can i do that, i ve also the class Team and the Class player , its a composition between them. thank u so much for your help and your nice Videos ;)

    • @foxlearn
      @foxlearn  Před 3 lety +1

      I think you datagridview should be showed
      Id Player name Team number
      You can also make a simple application allows you to save data to file.

    • @user-xg7hi5mh3g
      @user-xg7hi5mh3g Před 3 lety

      @@foxlearn i would like have somthing like this form
      TeamId Players
      1 messi/ pele
      2 christiano/ maradona
      3
      n me/you
      thts in case that the Team is biuld from 2 players its the same principe with 3 or 1 thank you so much

  • @hanssss13
    @hanssss13 Před 4 lety

    how to show type byte[] to show the image?

  • @halimrifkyhartadi5648
    @halimrifkyhartadi5648 Před 3 lety

    where you get the StudentInfo?

  • @Nooty
    @Nooty Před 5 lety

    where did u get studentBindingSource?

    • @foxlearn
      @foxlearn  Před 5 lety

      It's automatically created when you adding a bindingsource to your datagridview

  • @kidfromnextd00r30
    @kidfromnextd00r30 Před 3 lety

    I have inconsistent accessibility issues

  • @prestonduffield5393
    @prestonduffield5393 Před 5 lety

    I got triggered when gender wasn't an ArrayList

    • @foxlearn
      @foxlearn  Před 5 lety

      Please check your code again. i think you miss something