❔ visual studio community 2022

plz anyone know how i can add more moddren looking button into my project without have to cod it from scratch
41 Replies
Angius
Angius2y ago
Ah, you're using Winforms, I presume? There's Telerik, there's this: https://github.com/Taiizor/ReaLTaiizor Google "winforms ui library" and you should find some more as well
hercules_x_x
hercules_x_x2y ago
i dont wana give u headache but how to add it all i see there just pic
Angius
Angius2y ago
Angius
Angius2y ago
So open the nuget manager and look up RalTaiizor Then install it
hercules_x_x
hercules_x_x2y ago
it wont installing why?
Angius
Angius2y ago
Idk What's the error?
hercules_x_x
hercules_x_x2y ago
hercules_x_x
hercules_x_x2y ago
hercules_x_x
hercules_x_x2y ago
cant find it in install
Angius
Angius2y ago
uh
Angius
Angius2y ago
Angius
Angius2y ago
You did find it though? It's not going to be in the "InstallED" section, because it's not installed yet You need to install it first for it to be installed
hercules_x_x
hercules_x_x2y ago
i did after that i cant find it
SG97
SG972y ago
When you press install, what is the output in Package Manager
Angius
Angius2y ago
Here's their channel that has tutorials. From installation to usage: https://www.youtube.com/@realtaiizor
hercules_x_x
hercules_x_x2y ago
Severity Code Description Project File Line Suppression State Error Could not install package 'ReaLTaiizor 3.7.8.8'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
SG97
SG972y ago
There you go
hercules_x_x
hercules_x_x2y ago
so where i can find something match v4.7.2
SG97
SG972y ago
Either update your fw version or try to find a version that supports 4.7.2
hercules_x_x
hercules_x_x2y ago
how to update .NETFramework,Version update like that? i will try gogole it wont effect mu project ya? my
Angius
Angius2y ago
In the .csproj You can change the framework version to 4.8 It's old as shit, but it is the most recent version of Framework Preferably, you wouldn't be using Framework. You'd be using .NET $newproject
MODiX
MODiX2y ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
Angius
Angius2y ago
Like so
hercules_x_x
hercules_x_x2y ago
can u please help me changing to .net
hercules_x_x
hercules_x_x2y ago
hercules_x_x
hercules_x_x2y ago
should i cancel this taking ages
Angius
Angius2y ago
Why are you installing it? You should just change the target framework in your project properties Or by editing the .csproj file Upgrading to modern .NET is a bit more involved, I'm afraid
SG97
SG972y ago
by the looks of their github, either 4.8 or 4.8.1 should be supported
hercules_x_x
hercules_x_x2y ago
i install .net now how to delet .netframwork or just leave it
Angius
Angius2y ago
Just leave it, no need to uninstall anything
hercules_x_x
hercules_x_x2y ago
ahh my project stll stuck with this olf framwork old still showing me same error hmm should i make new project? Severity Code Description Project File Line Suppression State Error Unable to uninstall 'System.Numerics.Vectors.4.5.0' because 'System.Memory.4.5.5' depends on it.
Angius
Angius2y ago
If you haven't made much yet, then yeah, starting a new project is a possibility
hercules_x_x
hercules_x_x2y ago
i hate this 4.5.0 ): yes i did only the outside desighn
SG97
SG972y ago
did you try changing the target
hercules_x_x
hercules_x_x2y ago
wahhhhh from where ? wait i try to find
SG97
SG972y ago
from project properties
hercules_x_x
hercules_x_x2y ago
wish i can say thank u enough
hercules_x_x
hercules_x_x2y ago
🙏 i have q heheh is it possible to make tow button cant be press at the same timw same like radiobutton
hercules_x_x
hercules_x_x2y ago
hercules_x_x
hercules_x_x2y ago
like how i prevent both from getting on like if i tuggle one the other automaticly off
Accord
Accord2y ago
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.