❔ 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
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
i dont wana give u headache
but how to add it
all i see there just pic
So open the nuget manager and look up
RalTaiizor
Then install itit wont installing
why?
Idk
What's the error?
cant find it
in install
uh
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
i did
after that i cant find it
When you press install, what is the output in Package Manager
Here's their channel that has tutorials. From installation to usage: https://www.youtube.com/@realtaiizor
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.
There you go
so where i can find something match v4.7.2
Either update your fw version or try to find a version that supports 4.7.2
how to update
.NETFramework,Version update like that?
i will try gogole
it wont effect mu project ya?
my
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
$newprojectWhen 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
Like so
can u please help me changing to .net
should i cancel this
taking ages
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 afraidby the looks of their github, either 4.8 or 4.8.1 should be supported
i install .net now
how to delet .netframwork
or just leave it
Just leave it, no need to uninstall anything
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.
If you haven't made much yet, then yeah, starting a new project is a possibility
i hate this 4.5.0 ):
yes i did only the outside desighn
did you try changing the target
wahhhhh
from where ?
wait i try to find
from project properties
wish i can say thank u enough
🙏
i have q heheh
is it possible to make tow button cant be press at the same timw
same like radiobutton
like how i prevent both from getting on like if i tuggle one the other automaticly off
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.