DevExpress Tutorial - Fluent Design Form | FoxLearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024
  • Fluent Design Form using DevExpress Winforms Control in C#.
    Devexpress Tutorial: Partial transparency, Adaptive layout, Accordion integration.
    The FluentDesignForm is a Windows 10-inspired form that features:
    An embedded Hamburger Menu (AccordionControl)
    Adaptive Layout mode for the Hamburger Menu
    Acrylic Material effect (a partially transparent texture)
    Reveal Highlight visual effect
    Note that the full-size mode works best with modern flat skins, so it currently requires either The Bezier or one of the Office 2016 DevExpress skins advanced c#.
    Website: foxlearn.com
    Through this video you will learn the following topics:
    fluent design form container
    devexpress for winform
    devexpress solution for winforms
    devexpress controls for windows forms
    fluent design acrylic material effect
    #devexpress, #fluentdesign

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

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

    hello
    i can't use the northwindentites please where is the problem
    i have a missing library?

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

    Good morning, how can I do this myself, but instead of a usercontrol, is it a form?

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

    Hi, thanks for the tutorial, works great. Just a little upgrade to your code, if the object is disposed and you try to open it again you will get an exception. to correct that you just have to add a condition if (_instance == null || _instance.IsDisposed), the code will look like this:
    public static ucCategories Instance
    {
    get
    {
    if (_instance == null || _instance.IsDisposed)
    _instance = new ucCategories();
    return _instance;
    }
    }

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

      Thank you. But i think don't need to check _instance.IsDisposed. If _instance is null check _instance.IsDisposed will be thrown an exception null

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

      @@foxlearn actually no. I'm Telling you this because i use your code to open a form, and when i close it and Re open it an exception colapse my debug.

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

      This code only use for user control

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

    Everything done as in example, no errors, no warnings, but there is no data in container control after Start. What can be wrong? I use cyrillic for Forms Text, and also there is some cyrillic in database.

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

      I think you should add data to your user control. Please check again

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

      @@foxlearn Tried many times. In Data Source Configuration Wizard I have set SQL data Connection (New Data Source), Run Query Builder, select table and I can see my data in ucProducts.cs and ucCategories.cs (Grid Controls). But after starting, and clicking on Products or Categories in main Form, nothing happens. Looks like I miss connection to my data after application start. Now I have 3 Messages about Naming rule violation: these words must start in upper case characters, for ucProducts.cs, ucCategories.cs. Thanks for reply.

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

    How can i see the programm windows in visual basic ? it only shows me the code. Im on VS2019 Community

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

      OK. You need install devexpress

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

    what version devexpress are u using, y tryit v17.2.3 i cant using DevExpress.XtraBars.FluentDesignSystem.FluentDesignForm

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

      Please install devexpress version 18. Thank you

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

    Hi thank you for share this video, it's very helpful :)
    But I have a question (maybe you can help me). If the AccordionControl is shown in DisplayMode 'Minimal' and an element (group) is expanded that contains additional items, there is an unused/unecessary empty space after the last item. Is there a way to reduce the height of that control?

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

      Thank you. i think you should fix size of your form, then separate panel with accrdion control

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

      @@foxlearn Ah I see. Okay I'll try then. Thank you for the clue :)

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

    Thanks for your tutorial. Very helpful. But user controls/forms can not be adaptive :(
    I mean, the devexpress Layout Control is not working at user controls, only at forms

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

      Please check your code again. LayoutControl can work both form and user control. Thank you !

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

    excellent youtube channel i love

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

      Thank you so much !

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

    Very useful, thanks a lot!

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

      You're welcome. thank you !

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

    How will I do this if I'm using vb.net? I don't know how to implement FluentForm using vb.net.. thanks in advance :)

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

      OK. Thank you for your suggestion. I'll upload soon for vb.net

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

    Dear can we use this fluent design as an mdi parent?

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

      Let me check again. thank you !

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

    Does this feature apply to 16.2?

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

      I think 19

  •  6 ปีที่แล้ว

    Nice! Please do more! :)

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

      Thank you so much !

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

    welcome fox learn. :)

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

      Thank you so much !

  • @翼灵-u9g
    @翼灵-u9g 4 ปีที่แล้ว

    Hello, your video is very useful! Helped me solve many problems! I tried to find this type of video in China before, but I didn't find it, so I want to move these videos to China (non-profit). May I?

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

      You can't

    • @翼灵-u9g
      @翼灵-u9g 4 ปีที่แล้ว

      @@foxlearn 👌thank you all the same

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

    CAN I ADJUST ACRYLIC COLOR LIKE ITS WHITISH BY DEFAULT

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

      I think you should use themes

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

    uhm it says does not contain definition for 'instance'

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

      you should create an instance variable, do the same me

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

    FluentDesignSystem is not showing for me

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

      You need to download new version devexpress

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

      @@foxlearn got it

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

      @@foxlearn thank you

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

    your tutorial is very helpfull

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

      Thank you so much !

  • @reviii-s4t
    @reviii-s4t 5 ปีที่แล้ว

    Where's the devexpress download link?

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

      You can download at devexpress.com . Thank you !

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

    get: not all code paths return a value

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

      Ah shit, I figured it out.

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

    Can you do a tutorial on making your own Designs please that would be cool.

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

      Can you describe more details the design what you want to learn. I'll make it. Thank you !

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

      I mean can you make your own ui, have a custom "x" button and color scheme.

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

      OK. Thank you !

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

    How much is dev express

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

      DevExpress price: www.devexpress.com/buy/net/ . Thank you & don't forget subscribe to my channel !

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

    why bother if its expensive af?

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

      What do you mean? can you describe more details. thank you !

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

      @@foxlearn I mean that it's just a 30day trial. Your tutorials are good, I don't mean otherwise. Just sad that it's a subscription

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

      You should buy a license or find a crack only purpose for research.

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

    can i get free version of devexpress?

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

      Yes, you can get trial, common control you can use free

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

      thanks.i follow your youtubedownloader but when i m clik on downlod button its getting error

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

      the error is.System.NullReferenceException: 'Object reference not set to an instance of an object.'

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

      I think you should select resolution video download base on the video uploaded, please try again. and don't forget enter a name for video download

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

      but you dont creat such setting in internet download manager i m copy your all process

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

    delay loading user control

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

      OK. Thank you for your suggestion. I'll upload demo as soon as possible

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

    N1 TY FOR your time

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

      Thank you

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

    is da verry complicata for me diss

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

      Thank you !

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

    Cool

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

      Thank you so much !

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

    thanku so much

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

      Thank you !

  • @snehagiftcentre5841
    @snehagiftcentre5841 6 ปีที่แล้ว +4

    One confusion Are you boy or girl

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

      I'm a man

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

      Ohh

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

      But voice is women

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

      I'm using natural text to speech, i haven't got recording studio

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

      stupid question if you are a man why does the user say lucy?