Final Modern UI - Aero Snap Window, Resizing, Sliding Menu - C#, WinForms

  Рет қаралды 147,431

RJ Code Advance EN

RJ Code Advance EN

Күн бұрын

Пікірлер: 82
@shenghdc
@shenghdc 2 жыл бұрын
This is the simplest but fully functional code of borderless window I have ever seen! Thank you very much.
@Beleverorig
@Beleverorig 2 жыл бұрын
Awesome! I've created many UI's, but the way you did it was simply/quickly done and also really nice. Thanks.
@orakul_azovstal
@orakul_azovstal 3 жыл бұрын
Thanks for the helpful videos, I've tried out a lot of your lessons and applied them to my forms.
@marwenhafnaoui
@marwenhafnaoui 2 жыл бұрын
In the new version of font awesome the name of the menu button is navicon instead of bars 😁😁😁
@LuzuVlogsGamer
@LuzuVlogsGamer Жыл бұрын
This was amazing everything you need to know to create borderless UI Application :O
@BanditTech
@BanditTech Жыл бұрын
Very useful tutorials! There are a ton of typos in the shared code though. Just need to follow the error messages and fix the spacing and remove extra characters
@c2mchosting
@c2mchosting 2 жыл бұрын
BROOO thankyou so much, this really helped and the tutorial was really easy to use as well :)
@danielmosquera7702
@danielmosquera7702 3 жыл бұрын
Amazing WinForm 🤩 ----- This code can help you replacing the AdjustForm method adding these lines in Initial Form ------ Rectangle rectangle = Screen.PrimaryScreen.WorkingArea; rectangle.Height -= 1; this.MaximizedBounds = rectangle;
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
Thanks for the suggestion, I think it would work, but it won't work on multiple monitors with multiple resolutions.
@feeldulfo9387
@feeldulfo9387 8 ай бұрын
Hi Guys! if your having problem with Aero Snap Window, and Resizing from the given source code. I just put this.FormBorderStyle = FormBorderStyle.Sizable; in the constructor! Hope it helps. public Form1() { InitializeComponent(); CollapseMenu(); this.Padding = new Padding(borderSize); //Border size this.BackColor = Color.FromArgb(0, 191, 99); //Border color this.FormBorderStyle = FormBorderStyle.Sizable; }
@corythompson8483
@corythompson8483 2 жыл бұрын
Same issue as Joris Beuls, and thanks to Fredo Scott for the work around. SC_MINIMIZE doesn't seem to be captured from the click event. I you restore the windows border and fire the standard windows control, the event is triggered. put a break point on "if (wParam == SC_MINIMIZE)" and see. I just don't know why
@najunajames5012
@najunajames5012 3 жыл бұрын
Thank you so much for this. You always guess right what I need to learn from you. Keep it up.
@iversithy1927
@iversithy1927 3 жыл бұрын
Well, one more reason to learn spanish. (Not just for Barcelona
@jangansotoy
@jangansotoy Жыл бұрын
Add this when facing issue on Maximize and Minimize Form private void MainForm_SizeChanged(object sender, EventArgs e) { if (this.WindowState == FormWindowState.Normal) { formSize = this.ClientSize; } }
@danielaguzman2476
@danielaguzman2476 Жыл бұрын
thank you I've learned so much from you
@francoismat440
@francoismat440 2 жыл бұрын
It's really great videos. I do have a question, before you remove the title bar, you managed to have the title bar on the same color of your panel. How did you managed to do that ? Mine stay White no matter what I try to do.
@celtecarma
@celtecarma 2 жыл бұрын
Eres muy bueno, pensé que estaba en wpf, me sorprende ver lo que se puede hacer con winform :0
@keiryliza
@keiryliza 3 жыл бұрын
Thanks so much for your time, your videos are very good. Can you do a video developing an AutoUpdater app for our Desktop applications? We need some explication about.
@mr.theviolinmaster6596
@mr.theviolinmaster6596 2 жыл бұрын
Thank you so much dude.... Helped me a lot
@hubertkenobi7
@hubertkenobi7 Жыл бұрын
Awesome tuts! Can you make one tutorial explaining how to make a drag and drop sortable list?
@jessicawong1536
@jessicawong1536 2 жыл бұрын
A question? The app goes to windows task bar after clicking minimized icon in right-up corner, but when you clicking app icon in windows task bar, the app form will show again , but size is very small, how to restore normal size?
@jaderson-dsnaveia
@jaderson-dsnaveia 3 жыл бұрын
Awesome! Thanks by your Great Video. I prefer from this form, less explication and more time spend to the main content. And if someone needs more tutorial, either can search after! Subscribed👍
@gizemdenizkoksal8815
@gizemdenizkoksal8815 3 жыл бұрын
Really i love you
@minhtranuc6168
@minhtranuc6168 3 жыл бұрын
So great sir!!
@coolwaterdvr
@coolwaterdvr Жыл бұрын
Awsome. Can you do a tutorial how to make a TabControl look modern?
@karlyleon5700
@karlyleon5700 2 жыл бұрын
Hi! I LOVE YOUR VIDEO, thanks so much!
@oguzturkyilmaz543
@oguzturkyilmaz543 5 ай бұрын
Excellent . Thanks.
@saurabhtyagi7031
@saurabhtyagi7031 3 жыл бұрын
Very impressive...♥️♥️
@singlesolo978
@singlesolo978 3 жыл бұрын
new sub for you 😃.Thank you for your tutorial.
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
Welcome! :)
@muradlizad7936
@muradlizad7936 8 ай бұрын
Wonderfull, thank you boss
@MrMaiminhtien
@MrMaiminhtien 3 жыл бұрын
Thanks for your video
@josefveselsky9426
@josefveselsky9426 4 ай бұрын
nice example thx
@kilaruraviteja9616
@kilaruraviteja9616 2 жыл бұрын
Thanks a lot for tutorials.Please help me to customize close ,maximize and restore buttons.
@selingungor8923
@selingungor8923 2 жыл бұрын
For Dll import class ; using System.Runtime.InteropServices;
@jamirush108
@jamirush108 2 жыл бұрын
Awesome ! I have a problem, when I click on another application the border reappears. Did I miss something ? Thank you !!
@niodev
@niodev 3 ай бұрын
Thanks😘
@Vaedan
@Vaedan 2 жыл бұрын
Hello, indeed as the rest said this is a nice video and i learned alot. I just noticed in your code to prevent the window from moving after a minimize or maximize action is a bug. When i minimize and reopen it my window is very small. Maximize function works fine. Any idea what is missing?
@fredoscott2346
@fredoscott2346 2 жыл бұрын
Try changing const int SC_RESTORE = 0xF120; with const int SC_RESTORE = 0x09; Worked for me. Merry christmas :)
@geisonab
@geisonab 2 жыл бұрын
I fixed the size problem of the maximized form with this code in the constructor. Rectangle rect = Screen.FromHandle(this.Handle).WorkingArea; rect.Width= rect.Width- borderSize; rect.Height= rect.Height- borderSize; this.MaximizedBounds = rect;
@mancharie1893
@mancharie1893 Жыл бұрын
u r the best
@ncrx7
@ncrx7 2 жыл бұрын
When ı clicked any button, how do we make it switch to another view(like another canvas , for example when ı clicked home buton, the middle part will change, as if you have moved to a different page)
@serhatkaradag8786
@serhatkaradag8786 2 жыл бұрын
Why sidemenü will be opened or closed to faster ? Why there is no anyeffect ? Like in iOs?
@kechkech7353
@kechkech7353 2 жыл бұрын
thank u teacher!
@pako_tube6898
@pako_tube6898 Жыл бұрын
Please how dragging the the form from the custom title bar?
@Hal34329
@Hal34329 Жыл бұрын
The resize doesn't work for me, no error, it just doesn't resize, I can use the Aero, but can't resize :(
@edmilson1178
@edmilson1178 3 жыл бұрын
Excelente 👏😀👏😀
@qnet4923
@qnet4923 3 жыл бұрын
tnxs for video very helpful
@nan-syphotographsmemories2051
@nan-syphotographsmemories2051 Жыл бұрын
I do hope you also make a video in vb
@abdullahiahmed3895
@abdullahiahmed3895 2 жыл бұрын
Is tNice tutorials the free version?
@WorldCount
@WorldCount 3 жыл бұрын
Good example! Upd. resize event: left to right - flicker, buttons and right border :( I don't cant fix it :((
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
Try set the double buffer to true, or I recommend creating a new project.
@shikosherif8829
@shikosherif8829 3 жыл бұрын
Can you add link for this icons !
@muhammadwajid3867
@muhammadwajid3867 2 жыл бұрын
in my case button text not whowing when i load the form.plz help me about that
@gustavoleon7222
@gustavoleon7222 3 жыл бұрын
Good evening, my friend, a pleasure to greet you, your channel is spectacular, your contributions are great, but I would like an afvoe, that you help me with a video customize a TabControl, greetings and thank you very much for your contribution, forgive my bad English
@Sup3rS56
@Sup3rS56 Жыл бұрын
Hello, the resizing area is very small and it's kinda frustating, is there a way to increase this size without increasing the borderSize?
@LeXYYiNSOMNIA
@LeXYYiNSOMNIA 3 жыл бұрын
As soon as I open a new form, the checkboxes for the previous form just get back to default, how can I hide the form and not closing the previous form?
@array6873
@array6873 2 жыл бұрын
Can you provide the link to the VS source? Thank you
@rizwanzahir3501
@rizwanzahir3501 3 жыл бұрын
Can you create a winform with smoothly rounded corners.
@sylascoker1483
@sylascoker1483 3 жыл бұрын
The "snapping feature doesn't work for me unfortunately :(. Although Great video!
@cool-jd8hg
@cool-jd8hg 3 жыл бұрын
Set the border to sizable and it will work
@aljohnjacinto5543
@aljohnjacinto5543 2 жыл бұрын
Good day! I've noticed that the loading of my form is extremely slow when I add an iconButton (about 8 seconds). Any idea what I did wrong?
@mohammedshareef3714
@mohammedshareef3714 Жыл бұрын
I couldn't find ''bars" iconchar property. Then I used 'equals'
@rubenMiguel55
@rubenMiguel55 Жыл бұрын
like @marwenhafnaoui said: "In the new version of font awesome the name of the menu button is navicon instead of bars"
@edmilson1178
@edmilson1178 3 жыл бұрын
Can you put the project in the Github?
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
Ok, I'll upload it later.
@elsam_
@elsam_ 2 жыл бұрын
@@RJCodeAdvanceEN so what is your github?
@shahidullahjan3783
@shahidullahjan3783 2 жыл бұрын
Hello Sir, I have an issue when I add IconButton form fontAwesomesharp to my form and run it, the form scaling is changed and it appears much smaller than its original size, could you help me with this problem? thanks in adavance
@RJCodeAdvanceEN
@RJCodeAdvanceEN 2 жыл бұрын
Hi, Could you send me screenshots to my email?
@MGMGn
@MGMGn 2 жыл бұрын
Same here, any solution ?
@junfengwei8877
@junfengwei8877 3 жыл бұрын
How to get the source code
@LiLKartus
@LiLKartus 2 жыл бұрын
Please control your music, I can't pay attention to the video, put something like Lofi or chill beats.
@ghimbir3385
@ghimbir3385 3 жыл бұрын
How to delete the title box but let exit minimaze and maximaze buttons?
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
Hi, thanks for watching my videos, I think doing that is impossible. But it would be great to do it, I'll investigate.
@learn9491
@learn9491 2 жыл бұрын
5:05 Code
@richerbod
@richerbod 2 жыл бұрын
Look so i bought this and it isn't the best because the labels look absolutely trash! you cant even read the icons or text of labels or pictures~!
@nokodev
@nokodev 2 жыл бұрын
For the WndProc you can save 4 lines of code by using this protected override void WndProc(ref Message m) { if (m.Msg != 0x0083 && m.WParam.ToInt32() != 1) base.WndProc(ref m); } You can short this to a single line.
@andozamhariroroyan4711
@andozamhariroroyan4711 Жыл бұрын
the fontosum.sharp lib is gone? i already search in nuget and didnt find it
@TheMaxmecan
@TheMaxmecan 2 жыл бұрын
//Keep form size when it is minimized and restored. Since the form is resized because it takes into account the size of the title bar and borders. if (m.Msg == WM_SYSCOMMAND) { /// /// Quote: /// In WM_SYSCOMMAND messages, the four low - order bits of the wParam parameter /// are used internally by the system.To obtain the correct result when testing /// the value of wParam, an application must combine the value 0xFFF0 with the /// wParam value by using the bitwise AND operator. int wParam = (m.WParam.ToInt32() & 0xFFF0); if (wParam == SC_MINIMIZE) //Before formSize = this.ClientSize; if (wParam == SC_RESTORE)// Restored form(Before) this.Size = formSize; } formSize is with some error = CS0103
@babyj5085
@babyj5085 2 жыл бұрын
Minimize Error Fix private void BtnMinimize_Click(object sender, EventArgs e) { this.WindowState = FormWindowState.Minimized; this.Size = formSize; }
UI - Customizable Theme by Windows Accent Color - C# & WinForms
12:16
RJ Code Advance EN
Рет қаралды 26 М.
WPF C# Professional Modern Flat UI Tutorial
36:44
Payload
Рет қаралды 834 М.
Это было очень близко...
00:10
Аришнев
Рет қаралды 7 МЛН
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 34 МЛН
2 MAGIC SECRETS @denismagicshow @roman_magic
00:32
MasomkaMagic
Рет қаралды 28 МЛН
Custom Button - Rounded, Pill or Square Shape - WinForm C#
14:21
RJ Code Advance EN
Рет қаралды 161 М.
How to Create a Modern Sliding Sidebar | C# Winform
17:32
Coding Ideas
Рет қаралды 196 М.
C# - Designing a Flat desktop Application of a Fast Food Restaurant
21:31
C# Ui Academy
Рет қаралды 1,1 МЛН
How to create a Fully Responsive Form (Dashboard UI) - C# & WinForms
23:39
RJ Code Advance EN
Рет қаралды 102 М.
Dropdown Menu - Custom ContextMenuStrip (Multilevel) - C# & WinForms
19:52
RJ Code Advance EN
Рет қаралды 53 М.
CRUD with MVP pattern, C#, WinForms and SQL Server
23:35
RJ Code Advance EN
Рет қаралды 120 М.
Это было очень близко...
00:10
Аришнев
Рет қаралды 7 МЛН