How to Create a Modern Flat UI Design Dashboard in C# 2020

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

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

  • @fahimjunayed5894
    @fahimjunayed5894 3 года назад +201

    Now the name visual studio starting to make sense.

    • @dexteryt8746
      @dexteryt8746 3 года назад +4

      No. its jsut a random name

    • @ikazuchi-san5772
      @ikazuchi-san5772 3 года назад +3

      ye like dexter said its just a random name
      java IDEs have the same drag and drop thing as well

    • @b4tty
      @b4tty 3 года назад +10

      ​@@ikazuchi-san5772 back in 1998, they called it 'Visual Studio', as its main focus was being a graphical IDE. if you look back at VS97 (first VS release), its a more of a fitting name than today.
      but the main reason its actually called 'Visual Studio' because 'Visual' is a microsoft name brand

    • @ikazuchi-san5772
      @ikazuchi-san5772 3 года назад +4

      @@b4tty thx for the info dud

    • @jujo_mine2800
      @jujo_mine2800 3 года назад

      @@b4tty that makes sense.

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

    ATTENTION! At least to me first download link my Windows defender detect ransomware!!! I really hope I don't have a problem... has it happened to anyone?
    Excellent video and very well explained!

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

      Windows defender detect the zip file has a ransomware because it is if pure C# code on it. if so you can use the file without any fear

    • @icphoto007
      @icphoto007 2 года назад +2

      @@CodeCraks Thanks for the reply. However I ended up removing the information right by watching your excellent video! Thanks to you I improved the appearance of the non-standard window. my client loved it!

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

      Sounds good

  • @lucasbrito8374
    @lucasbrito8374 3 года назад +2

    Thank you so much, it's so difficult to find good tutorials about win form, in general just old and low quality stuff in the internet

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

      This video is also just old, low-quality stuff.

  • @Strakzz_
    @Strakzz_ 3 года назад

    I am being Proud. Because You are From Sri Lanka.

    • @CodeCraks
      @CodeCraks  3 года назад

      Thank you 🙌
      Keep watching our videos and Subscribe us 🙂

  • @vicsar
    @vicsar Месяц назад +1

    7:45 Basic Coding (Rounded Corners):
    using System.Runtime.InteropServices;
    [DllImport("Gdi32.dll", EntryPoint = "CreateRoundRectRgn")]
    private static extern IntPtr CreateRoundRectRgn
    (
    int nLeftRect,
    int nTopRect,
    int nRightRect,
    int nBottomRect ,
    int nWidthEllipse,
    int nHeightEllipse
    );
    Region = System.Drawing.Region.FromHrgn(CreateRoundRectRgn(0, 0, Width, Height, 25, 25));

  • @user35432
    @user35432 3 года назад +2

    Very excellent tutorial for C# UI beginners !!! I will recommend this to my friends.

  • @quebirt
    @quebirt 3 года назад +19

    Any tutorial that says "copy/paste the code." Thanks for that explanation. Now all anyone trying to learn this needs is code that they can copy/paste for whatever else they decide to do.

    • @sjm8931
      @sjm8931 10 месяцев назад +1

      I don't think you need a explanation how to import and use a dll to get round corners. It has nothing to do with this code here.

  • @knowsomething-b8d
    @knowsomething-b8d 2 года назад

    Thank You for not wasting my time.

  • @sebastian.B0
    @sebastian.B0 2 года назад

    Thank u so much.Greetings from Romania!

  • @GoodbyeMrX
    @GoodbyeMrX 2 года назад +11

    Great, quick tutorial with structure.
    Love the design!

  • @mufthiramzeen2669
    @mufthiramzeen2669 4 года назад +18

    Congrats mishaal and faslam on 1k subs❤️

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

      there growing fast!!!! its been 2 months and they gained 3k!

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

    you deserve a follow and like

  • @kevinmaingi2762
    @kevinmaingi2762 3 года назад +14

    Why you did this in winforms in 2020 is beyond me but kudos to you.

    • @hd33444
      @hd33444 3 года назад

      As someone new to ui, what would you recommend?

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

      @@hd33444 Nowadays, I would take a look at Electron if you want to create a fancy UI for native desktop applications.

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

      @@AdamSmitsOfficial ok thanks, I'll check it out!

    • @sketchygfx
      @sketchygfx 3 года назад

      @@AdamSmitsOfficial isn't electron web dev specific?

    • @AdamSmitsOfficial
      @AdamSmitsOfficial 3 года назад

      @@sketchygfx it is yes, nowadays web design is used a lot for desktop applications as well; for example spotify, discord and skype are all applications that are build using html5 and css within some kind of chromium wrapper / framework like electron.

  • @nguyendangtienat1852
    @nguyendangtienat1852 2 года назад +5

    if the user doesn't press the "dashboard" button at first, there will be a bug: the background color of the "dashboard" button will not be changed when pressing other buttons until clicking it again. To fix this bug I think I should add 1 more statement on Click events of other buttons: tn_Dashboard.BackColor = Color.FromArgb(24, 30, 54);

  • @eliash209
    @eliash209 3 года назад +3

    Great starting point for me, thanks for the tutorial.

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

      You are always welcome

  • @Tambourlas
    @Tambourlas 4 года назад +14

    BRUHH THIS HAS EVERYTHING I NEEEEED THANK U SO MUCHH!

    • @CodeCraks
      @CodeCraks  4 года назад +3

      Its my job to teach you guys

    • @CodeCraks
      @CodeCraks  4 года назад

      What we do is we just load another windows form to the panel so when you select settings the setting form pops and the dashboard will unload from the panel

    • @mkmellow
      @mkmellow 4 года назад

      @@CodeCraks should I use vsc 2015 or can I use 2019

    • @CodeCraks
      @CodeCraks  4 года назад

      You must use VS 2015

    • @CodeCraks
      @CodeCraks  4 года назад

      You can use it but, what I recommend is to use VS 2015

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

    Me, has only dabbled in python and looking at C# instead. Has never until tonight wondered how to make UI.
    Also me while watching this "Sure, I could probably make an entire app for work."

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

    Wow! Its amazing! Thank you!

  • @원종세-k4r
    @원종세-k4r 3 года назад +4

    Thanks for sharing this video. It made me come up with an impressive idea😁

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

    Excellent video. Thank you

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

    Awesome video - thank you indeed!

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

    Fantastic! Thank you!

  • @jared_glez
    @jared_glez 4 года назад +33

    Woow, excelente, soy programador pero no soy nada bueno diseñando, eres sorprendente, gracias y saludos! Me suscribo 👌

  • @argentmize
    @argentmize Год назад +1

    WOwow! WinForms in 2020? 🤔

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

    Amazing work, thanks for this video.

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

    Thanks for the tutorials

  • @jeffhaley9494
    @jeffhaley9494 4 года назад +1

    Thank you. Subscribed.

  • @futuresick100
    @futuresick100 4 года назад +5

    Thank you for the great tutorial. Subbed.

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

    Many untitled ui look so good.

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

    12:05 when i write location as 20,17 its putting on top left on the screen, im sure putting on Form1 not on left panel, but still putting on wrong place, how u seperate 2 panel to this form and counting x=0 as left side of the right panel ? will u put another panel not showing in video ? like panel4 ?

  • @9kongkawee
    @9kongkawee 2 года назад

    WOwww. Good jobs.

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

    thank you so much !!!

  • @MXNUUUSH
    @MXNUUUSH 4 года назад +10

    The rgb color is separated by semicolons ( ; )

    • @DavidGTech
      @DavidGTech 3 года назад

      Yeahhh,

    • @jonashellsborn7648
      @jonashellsborn7648 3 года назад

      That is likely to depend on National settings. You likely have comma as decimal character. It's a common silly twap.

  • @DavidGTech
    @DavidGTech 3 года назад

    Thanks you bro. C# is rare

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

    Hello. When I start my application I only get a white screen :c 11:24

  • @travishill3002
    @travishill3002 3 года назад +7

    The buttons changing color when selected does not work correctly if you select one of the below buttons before you select Dashboard since that's the pages default button.

  • @nathanurinovsky3819
    @nathanurinovsky3819 4 года назад +1

    Thank you very much for this video, that was very helpful.

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

    Don't go to the website. it has malicious content

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

    super cool video!!!
    i just wanna you to know that I can't open the link for the pictures can you help me???

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

    "Prograss" is nice :D. Nice, I know the manual very time-intensive way, but is there not a easier way to do that (import a style)?

  • @hitendusseja6615
    @hitendusseja6615 4 года назад +1

    Thanks alot bro...All I needed in a much simpler way

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

    I would recommend you to use WPF instead. Windows Forms doesn't support GPU rendering, and uses CPU. It impacts performance.

    • @arss2382
      @arss2382 3 года назад +4

      I know at least one third-party vendor uses DirectDraw hardware rendering for WinForm controls. I checked performance - faster than in WPF.

  • @Amocles
    @Amocles 3 месяца назад

    Lot of parts of the GUI are not showing up properly when I have my windows set to 300% scaling. Is there a way to get this to play nicely with various DPI, resolution, and scaling settings?

  • @テッラリア
    @テッラリア 4 года назад +6

    You could create one onClick method for all buttons instead of making events for each button. Then using event args you can check what button was clicked and perform the corresponding action. Great design btw.

    • @CodeCraks
      @CodeCraks  4 года назад +8

      Can but most of my viewers are new to programming so it might me be bit harder to understand for them

    • @upprrdimensions892
      @upprrdimensions892 3 года назад +2

      @@CodeCraks Too Right

    • @SaraSara-fr7go
      @SaraSara-fr7go 3 года назад

      how to create one onClick method for all buttons

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

      @@SaraSara-fr7go put a second parameter in the onclick function. the action performed is depending on that parameter value and each different button adds a different parameter value. that goes to a switch statement and then performs the corresponding action.

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

      @@SaraSara-fr7go Just cast the sender object to a button. ((Button)sender).Top etc.

  • @nitinkumar29
    @nitinkumar29 3 года назад +3

    I've downloaded the source code file and automatic windows scan find it a ransomware and automatically deletes it :(

    • @CodeCraks
      @CodeCraks  3 года назад

      Every source code has been scanned and uploaded. I guess windows blocks the file because it came from an external source. It keeps you away from executing the program.

  • @stoneyustone
    @stoneyustone 4 года назад +4

    Great video! Very intuitive! But do you think maybe WPF is a better approach to develop a dashboard?

    • @stoneyustone
      @stoneyustone 4 года назад +1

      Just to check if you wanna make videos about WPF in the future.

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

      Yeah WPF is more customizable and used nowadays. Although WinForms is declared dead, it can be used for developing UI based applications quickly. WPF is a good approach. Maybe I'll try it in the future. 🙂👍🏻

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

    Been crying about Flash apps (Action Script3) being discontinued. Now I see there's hope in Visual studio and C#.

  • @timothyb519
    @timothyb519 4 года назад +25

    Thanks so much for that - looks really good. Would there be follow-up videos to expand on the functionality - window sizing, themes etc?

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

      Yeah, we are deciding to do a video with more customization using an open source UI framework.

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

      @@CodeCraks can ı make windows 10 mobile app like tihs?

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

      @@mehmetcaloglu9409 windows 10 mobile??

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

      @@ajaxbetter yeahh 🤙

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

      @@mehmetcaloglu9409 mobile app??

  • @nakorns320
    @nakorns320 3 года назад

    Thank you for your video

  • @SedanurKrc
    @SedanurKrc 4 года назад +3

    yes it's really usefull thanks ....

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

    Thanks for this demo, i have a question, it's possible to export this application on internet like a website?

  • @agahariiswarajati8836
    @agahariiswarajati8836 3 года назад

    4:41 Have you a video tutorial how to add new font? Nirmala..its awesome, nice video tutorial btw, i follow it and i've use for my project, thx

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

    excellent video.keep it up.

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

    the tutorial seems good, any reason bitdefender is detecting your download as a virus?

  • @Светик-ш6б
    @Светик-ш6б 3 года назад

    first of all thank you very much you saved my project bro! i have 2 questions either, how can i pull the window with Formborderstyle on none and how can i resize is manually? THX very much!

  • @jcaique7
    @jcaique7 4 года назад +1

    Thank you, very good!

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

    Thnaks ❤❤
    But why dont use sender in 10:25

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

    how can you show different information on the from depending on which button is clicked?

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

    Hi, which version of dotnet did you use? Thanks

  • @MrAnime-404
    @MrAnime-404 Год назад

    Hey, I have a question. How do you bring back the drag and drop feature since the little thing on the top is missing? I want to make my application look more modern but also have the ability to move it around the window using drag and drop.

  • @ahmadrezanavaie5382
    @ahmadrezanavaie5382 3 месяца назад

    I like your videos creation may i ask which AI voice generator do you use for narriation?

  • @zeidcezeyofficial
    @zeidcezeyofficial 3 года назад

    System.Diagnostics.Process.Start("");
    I want to run this command when i press a button to go to an url, but it gives me an error with 32 etc, can u help

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

    i love your work so much i understand every single thing may God continue to bless u
    pls can you make a Tutorial for App design from scratch ? plsss

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

      Ya sure in the near future

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

    I recently started using C# it reminds of html and CSS but better

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

    how can i make this functional now
    like how do we put the code to operate the interface based on the data we feed it

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

    Thank you! You use vs 2015, will this work on vs 2022 too?

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

      @Svawes for me doesnt work

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

    Great work, please I need a codesource thank youuu

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

    how you can set color in RGB for Form in 1:09?

  • @Nitroskull000-v9s
    @Nitroskull000-v9s Месяц назад

    I definitely should have learned C# before Python.

  • @igorthelight
    @igorthelight 3 года назад +5

    Nice video, thanks!
    I would just add this tip: install "Enhanced Syntax Highlighting" VS extension.
    Thank me later ;-)
    P.S. "Prograss" is a good movement ;-)

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

    Hi, Can you make publish those picture? I liked your video but I dont have any picture of it

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

    This looks amazing.

  • @wleednasser6214
    @wleednasser6214 10 дней назад

    hello pro , how add flyout panell in c# design

  • @fahimjunayed5894
    @fahimjunayed5894 3 года назад

    Nice PROGRASS

  • @baxxmW
    @baxxmW 3 года назад +4

    Hey!
    This really helped me and I thank you so much for it.
    One question though, How can I edit the other tabs, like the calender and settings? Im kinda new to this. Thanks!

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

      Watch our Part 2 on this video for that

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

      @@CodeCraks alright. Thank you so much!

  • @prashantmishra5691
    @prashantmishra5691 4 года назад +1

    subbed, need more ui vids

    • @CodeCraks
      @CodeCraks  4 года назад +1

      Sure. More videos Coming soon

  • @chadheitman3646
    @chadheitman3646 3 года назад +4

    Thank you for the video, I learned a lot! I am wondering though, I noticed typed the values for your different visuals like “downloads” or “earnings” in yourself.. is it possible to pull values or variables from a database.. so as they change over time my dashboard would change? I am trying to find a front end for a financial database I made with python and Postgres (without learning js right now) I’m new to programming / development! Thanks again

    • @connoisseurofcookies2047
      @connoisseurofcookies2047 3 года назад +6

      There are three things in life that are inevitable, death, taxes and Javascript. Can't avoid it but at least the syntax is easy.

    • @chadheitman3646
      @chadheitman3646 3 года назад

      @@connoisseurofcookies2047 I am realizing this truth, thank you lol.

    • @45i1C3D
      @45i1C3D 3 года назад

      You can!
      Say, I want to change the text of a Label object with the name label1
      All I need to write in the code is "label1.Text = "SomeTextHere";" And thats pretty much it!
      this can be called from a function as well

  • @77558
    @77558 3 года назад +2

    The download link of the project files on the homepage links to a wrong file: It downloads the resource-pack (icons) like the other download-link does.
    But thanks anyway!
    I wonder, if it is possible to make scrollbars dark, tiny and rounded the same way -using no external packages.

    • @emperorj4783
      @emperorj4783 3 года назад

      The download link is for those stuff

  • @davidlester6673
    @davidlester6673 4 года назад +1

    Wow! Do people still use WinForms!

  • @otherbomb1707
    @otherbomb1707 3 года назад

    I cant get the code file open? i have extracted it, even tried without extracing looked everywhere can't find it in the MEGA download.

  • @fastchipgaming6637
    @fastchipgaming6637 3 года назад

    I am new in UI design and i want to develop UI only for desktop apps (Mac, Windows) i do know basic C# , i saw people using WPF ,but i don't know should i learn Xamarin or .NET Maui(upcoming) or any other tool which i can use to develop UI.

  • @bebu28luis5lokos99
    @bebu28luis5lokos99 4 года назад

    How can you "unselect" the first buttom without clicking when the program starts? Reference 11:25

    • @CodeCraks
      @CodeCraks  4 года назад

      you don't wanna enter the forces code in the initialize components for that

    • @bebu28luis5lokos99
      @bebu28luis5lokos99 4 года назад

      @@CodeCraks i just deleted the code that changes the background color when the form starts and it works for me haha

    • @CodeCraks
      @CodeCraks  4 года назад

      Ok

  • @user-46gr7i5g
    @user-46gr7i5g 3 года назад

    Question:
    Why I can't enter the color directly in the properties just like the author (example: 46, 51, 73)?
    I can only choose from the color palette.

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

      You can enter Any RGB color value.
      Example for white you can enter
      255,255,255

    • @user-46gr7i5g
      @user-46gr7i5g 3 года назад

      @@CodeCraks Thx for your answer. I found the problem. I don't know why, but i have to write it with ";". (255; 255; 255) .

  • @omniphantombusiness9070
    @omniphantombusiness9070 3 года назад

    Thank you so much for this, also how can I add a file such as a batch file that they can run by pressing a button it will set up their pc for them but how do I run it by them pressing a button that says "setup"

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

      i know im kinda late to this, but all you would do is write System.Diagnostics.Process.Start("yourbatname");

  • @i2pjd6hRw5P
    @i2pjd6hRw5P 3 года назад +5

    Asset / resource download had ransomware in it, detected by Windows Defender.

    • @chemionz
      @chemionz 3 года назад

      don't trust windows defender lmao

    • @chemionz
      @chemionz 3 года назад

      false positive

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

    Very cool

  • @Itz_Yashas
    @Itz_Yashas 5 месяцев назад

    Hi bro can u please upload the download link or teach me how to download it i cant download them please reply

  • @alekxsander
    @alekxsander 4 года назад +1

    liked and subscribed, thanks for the code!

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

    7:50 for the rounded corners

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

    couldnt download the files because my pc detected ransomware, how should I get the source files?

  • @SilencePlaysRust
    @SilencePlaysRust 3 года назад

    in my project i made the menu at the top of the menu, when i start the program it doesnt work..

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

    Sorry, but where can I download those mini icons? I tried the link in the description but I can't find the exactly icon in video

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

      You can find them in the resources folder on the downloaded file

  • @ad4m874
    @ad4m874 4 года назад +1

    Hi! Can you show us how to display real account username on the top left when registered with the auth system you have posted on youtube?

    • @ad4m874
      @ad4m874 4 года назад +1

      with "auth system" i mean the last video you've posted

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

      Ya it's pretty easy. You just save the username in a public variable and just call it in the dashboard and display it in a label

    • @ad4m874
      @ad4m874 4 года назад

      @@CodeCraks ok thanks

    • @ad4m874
      @ad4m874 4 года назад

      @@CodeCraks can you also check your instagram please?

    • @CodeCraks
      @CodeCraks  4 года назад

      Ya sure

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

    I think you should write shortly like this:
    private void btnOpenFile_Click(object sender, EventArgs e)
    {
    AlignNavLine((Button)sender);
    }
    private void btnCalculate_Click(object sender, EventArgs e)
    {
    AlignNavLine((Button)sender);
    }
    private void btnSave_Click(object sender, EventArgs e)
    {
    AlignNavLine((Button)sender);
    }
    public void AlignNavLine(Button button)
    {
    foreach (var element in panelLeftmenu.Controls)
    {
    if (element is Button)
    {
    ((Button)element).BackColor = Color.FromArgb(24, 30, 54);
    }
    }
    panelNav.Height = button.Height;
    panelNav.Height = button.Height;
    panelNav.Top = button.Top;
    panelNav.Left = button.Left;
    button.BackColor = Color.FromArgb(46, 51, 73);
    }

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

    hey some one might help i want to change the backcolor to the value in the video but it give me hard time 43,51,71

  • @tko9753
    @tko9753 3 года назад +6

    Same desktop background, but not same skills ;)

  • @ИИванов-ь6с
    @ИИванов-ь6с 2 года назад

    Pictures for this program are on the site Mega?

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

    With the Circular Progress Bar control, you can certainly make it show something, but do you have or can you recommend a control or NuGet package that can make real nice good looking graphs?

    • @Suspect.
      @Suspect. Год назад

      siticone DESKTOP UP

  • @cvcvka588
    @cvcvka588 3 года назад

    Are these aligned dynamically or no?

  • @Dinkleberg950
    @Dinkleberg950 3 года назад

    do you have more of these blue images?