❔ lagg in winform
could someone give info about how to made forms less buggy?
(sounds stupid to ask in this non-helpful way), but i got no choice for the time beingg
6 Replies
It's Winforms, it will never be a paragon of performance
Might want to ask in #gui, though, if you get no help here
oook, thanks for the tips and facts 👍
Based on your video, it's hard to tell what exactly is laggy.
WinForms is probably the worst GUI framework to use if you're expecting better performance.
There are ways to optimize things but most of them involve using low-level APIs.
If you rely on standard WinForms controls, don't expect much.
It's a very old framework and there's not a lot you can do, unless you're prepared to invest a lot of time and dig deep under the hood.
If you absolutely have to use WinForms, then all we can say is - good luck!
Otherwise, try one of the more recent and vastly superior frameworks.
But be prepared for a completely different approach in how you design your apps as all new frameworks for developing desktop apps are XAML-based.
For education (completion) purposes,
My scope of knowledge is highlighted more with winforms and c#
But I would consider to learn the more modern approach once I can be free from college
And Thanks for the tips and notes
it looks like the animation on the button is laggy, not the view?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.