C# Tutorial - How To Use Metro Framework Metro Style Manager | FoxLearn

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

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

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

    color of one tile can be changed separately ?

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

    How do you change the Tabcrontol Style color to a custom RGB instead of the stock color list the colors don't match my program theme.

  • @lordelrond5264
    @lordelrond5264 8 ปีที่แล้ว

    Fantastic work

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you so much :)

  • @nguyentrong3192
    @nguyentrong3192 6 ปีที่แล้ว +2

    i have installed last version metro framework. but i cant find function Metro in Toolbox

    • @yusufcagrdaskn7497
      @yusufcagrdaskn7497 6 ปีที่แล้ว

      in toolbox, right clik on General tab. wait for all the components to be loaded and then click Browse. Navigate to MetroFramework.dll and choose it. now you will see all the components of metroframework. if you still don't see the components please stop coding and play video games.

  • @DriveU836
    @DriveU836 4 ปีที่แล้ว

    How to Apply Themes and Colors to All the Custom User Controls that get embedded in the Parent Form I saw your other video.

  • @therealchrif
    @therealchrif 8 ปีที่แล้ว

    You are great !!! Keep on

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you :)

  • @aneeshcrao
    @aneeshcrao 8 ปีที่แล้ว

    Thanks!! :)
    Great job!

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you so much ^_^

  • @johnwanjiku4571
    @johnwanjiku4571 7 ปีที่แล้ว

    Hello, I have followed the tutorial, but my tiles do not change the colour but the top ribbon on my form changes colour.
    How can I ensure that all the components in my form switch colour to the one I select? thanks in advance

  • @tahirabbas2811
    @tahirabbas2811 5 ปีที่แล้ว

    HI i installed it all went good but when i drag some control on form, it just doesn't get on and gets in somewhat lower section. I need your help. Please reply if you can guide. Thanks

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Drag .dll to your visual studio toolbox, then you can see the metro control.

  • @edilsondmucanze4272
    @edilsondmucanze4272 8 ปีที่แล้ว +2

    I have installed Metro Framework, but i can't find MetroGrid in my items.... Help pls

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Hi, You need to install metro framework latest, please try again. thanks

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

    Hi, how can i save this changes permanently on the general settings?

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

      Hi, You can save to user setting. This video help you solve it. th-cam.com/video/7to8KHsXspE/w-d-xo.html . thank you !

  • @nocaoconstantino3555
    @nocaoconstantino3555 6 ปีที่แล้ว

    iam try'in add some controls and, those control should be a visual control. but when i add them they apear like a non visual control. Whats the reason of that? is that dll file broken?

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

      First, Install the metro framework from manage nuget packages, next open your form and make it inheritance from metro form, then add the metro framework to your visual studio toolbox. you can drag a metro control to your metro form. thank you & don't forget to subscribe my channel to get more updates !

    • @nocaoconstantino3555
      @nocaoconstantino3555 6 ปีที่แล้ว

      I watched you video 1th. i done all the instructions then
      Install MetroFramework from nuget, then i added a dll file, then inheritance from metroframe.Forms.
      but it remain appear like a non visual.

  • @slavaodinokov6765
    @slavaodinokov6765 8 ปีที่แล้ว

    Hi, i can't find metro components in my toolbox. What should i do?

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

      Hi, You need to add a tab to your toolbox, then select MetroFramework.dll in the packages folder. thanks

  • @tariq4061
    @tariq4061 7 ปีที่แล้ว

    Can you make other videos using other framework ?It will be great help to me.

    • @foxlearn
      @foxlearn  7 ปีที่แล้ว

      OK. Thank you for your suggestion. I'll update soon

  • @ByBlackGhost
    @ByBlackGhost 7 ปีที่แล้ว

    Как обновить все дочерние формы, а не только главную?
    Спасибо

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

    How to create browser on chromium + tabs + this framework + history? Pleasw video :)

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว +2

      ok. Thank you for your suggestion. i'll make soon

  • @intenseifyy4744
    @intenseifyy4744 4 ปีที่แล้ว

    I have everything down but when it come to this line SelcetedIndex I just can figure out what I did 6:35

  • @alfieopo2795
    @alfieopo2795 8 ปีที่แล้ว

    sliding image in button? can you make tutorial for that please...

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Ok. Thank you for your suggestion. I'll research and make soon !

  • @frankberns3532
    @frankberns3532 7 ปีที่แล้ว

    I get a exeption, when i set metroframework copy local to False (Cannot load the file or find it)
    no exeption, when i leave metroframework copy local True
    readme in
    NOTE:
    To make use of designers, you must reference both MetroFramework.dll and MetroFramework.Design.dll
    from your project. I recommend to change the properties for the Design dll to "Copy local: false"
    as you do not need to redistribute it. This also helps to make your application independent of
    System.Design.dll and compatible with the .NET client profile, a subset of the full .NET framework.
    Project Site: thielj.github.io/MetroFramework
    what can i do to avoid this?
    regards frank

    • @foxlearn
      @foxlearn  7 ปีที่แล้ว

      Hi, You should set MetroFramework copy local to True or you can install the Metro Framework to COM

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

    This framework is free or not ?

  • @sudhirgoyal1514
    @sudhirgoyal1514 5 ปีที่แล้ว

    is it free or paid?

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

      It's free