has somebody also issues with the border? it disappears on the bottom side
@muratbaylan553113 күн бұрын
Harikasın usta
@МертваяТишина-х4в14 күн бұрын
Не работает на весь экран если потянуть форум вверх или в бок
@МертваяТишина-х4в15 күн бұрын
When you click on the cross button, the window closed. What should i do?
@torchok1908198619 күн бұрын
thanks for tutorial . thanks to you i could create nicely modern datetimepicker. Any idea, how to use it in WPF Project? How to add created datetimepicker to WPF c# ?
@nguyentinh203019 күн бұрын
Thanks for video, what the Iconbutton? you have video about Mennu Main in video, from Viet Nam
@ТА-33_МаксимчукАніта20 күн бұрын
Can this code be correct on windows 11?
@ArdaArman-u5u23 күн бұрын
adamsın
@alhimbibliaАй бұрын
i immediately followed youu 🤗
@vjyothsnapriyaАй бұрын
gooe morning sir not showing in the toggle buttons in the tollbox sir how to retifmy sir
@RajeevRanjan-z9lАй бұрын
hello, I need help. I have done everything in this video. I think my Login button is some how not working how it was supposed to be work. but when I tried through Click event It started working. Why is that and how to correct that. Thanks for your Time.
@vinnypassmore5657Ай бұрын
Hows the implicit symbol done?
@Ali_gaming-f5jАй бұрын
Thanks for this nice code. Is there a solution to the problem that it does not work on net 8
@jbaelous4553Ай бұрын
vc e incrivel mn, ajudou dmais muitoo boom o video
@tinyikoevansmabasa-tm7niАй бұрын
This is awesome. You really simplify my life sir!!!
@AmoclesАй бұрын
I'm having issues with scaling. My laptop is set to 300% scaling and this was developed on a monitor. Navigation bar on left isn't showing properly. Autosize = true just makes it disappear. Is this solution supposed to work with scaling? Any tips?
@prasantgupta52Ай бұрын
in my visual studio 2022 in large files the themes are not getting applied properly
@AdithyaSudhakarАй бұрын
Very informative Thanks for the video!
@phamnam96272 ай бұрын
Thank you, sir! From my point of view, PaleNight VS is the best theme for visual studio ever
@narendrabs97732 ай бұрын
Fantastic explanation. Kudos for bringing quality tutorials. Gained knowledge from this video. If you can possibly do a video on creating a custom textbox control which has an icon on the left hand side. The icon should be an icon from fonts such as font awesome or segoe ui icons? Can we also create round corner buttons in the same way?
@KimbraPrecissi-f5p2 ай бұрын
Albert Isle
@mizantednioc2 ай бұрын
Amazing! Thank you
@MrEd-qc7vr2 ай бұрын
Where did th "mainView()" come from? I rewatched this tutorial and the previous one and you don't explain that part!... when I changed the app.xaml to run "applicationStart" now nothing works :/
@RajeevRanjan-z9lАй бұрын
If you have not removed your MainWindow.xaml then use this way :- var mainWindow = new MainWindow(); if you have, then create a window but under Views folder with this name MainView.xaml and then go about it way this video is telling you.
@mizanurtech66532 ай бұрын
I can learn a lot from this short video. Many thanks অল্প সময়ের এই ভিডিও থেকে আমি অনেক কিছু শিখতে পারছি। অসংখ ধন্যবাদ
@HeadingWatch2 ай бұрын
Jackson Christopher Hall Scott Davis Margaret
@SandraYoung-j5b2 ай бұрын
Williams Gary Harris Helen Young Robert
@Gandaki_News2 ай бұрын
Avialable for excel ?
@ranjanchaudhary93002 ай бұрын
How can I get PNG that you add in buttons?
@nguyentinh20302 ай бұрын
Hello, thanks for great tutorial. I see a small issue, when set value for Texts in code, example RJTextbox.Texts = "abc", if click to textbox -> value will remove. I modify at set properties of Texts, if value not null or not empty then removePlaceHoder.
@花本纾2 ай бұрын
very good tutorials🤩
@이기석-p1u2 ай бұрын
May I use this to use for commercial?
@pearld0162 ай бұрын
thanks so mutch bro
@kevindgu022 ай бұрын
Appreciate the tutorial, but where's the Music Playlist? I loved it :P Ty
@niodev3 ай бұрын
Thanks😘
@isasayin31023 ай бұрын
Awesome tutorial. You not only show what to do, you also explain. Thanks for your effort.
@magcag3 ай бұрын
hello RJ! thanks for the video! i do exactly the same thing with you. but when i change bordersize, it is distorted. i have made many research but could not find any issue. appreciate if you reply :)
@paolorossi56813 ай бұрын
THANK YOU VERY MUCH !!😀😀
@nguyentinh20303 ай бұрын
Hello, thanks for a good tutorial, have a issue with border when mouse up event when move form.
@nguyentinh20303 ай бұрын
I have update code to fix this issue private bool dragging = false; private Point startPoint = new Point(0, 0); private void panelTitleBar_MouseDown(object sender, MouseEventArgs e) { //ReleaseCapture(); //SendMessage(this.Handle, 0x112, 0xf012, 0); dragging = true; startPoint = new Point(e.X, e.Y); } private void panelTitleBar_MouseMove(object sender, MouseEventArgs e) { if (dragging) { Point p = PointToScreen(e.Location); Location = new Point(p.X - this.startPoint.X, p.Y - this.startPoint.Y); } } private void panelTitleBar_MouseUp(object sender, MouseEventArgs e) { dragging = false; }
@sertunc-k5o3 ай бұрын
how can I implement rounded corner? thank you
@sydneymascarenhas3163 ай бұрын
how to add gradient in category
@JiteeCheewapun3 ай бұрын
how to add round?
@robuu58903 ай бұрын
since you said at the beginning that WinForms is limited, what frameworks would you recommend that you feel aren't as limited
@mogyajadhav3 ай бұрын
thanks for awesome design skills
@triyulianto50153 ай бұрын
please make custom scrollbar
@levisgoefry94433 ай бұрын
This guy😭😭 is doing so effortlessly, I am overflowing with jealousy
@mdabduljalil26214 ай бұрын
Thank you, sir!!!
@akwasisarpong2414 ай бұрын
Thank you very much. You're the best. But please I'm using two screens with different display settings. One screen can maximize screen height but the other screen can not. Please any help?
@josefveselsky94264 ай бұрын
nice example thx
@chudchadanstud4 ай бұрын
Thanks for showing everything without skipping details or doing magic. It's hard to find a tutorial for this that doesn't straight up try to be clever. You keep it simple, and you keep it straight forward.