User Profile
KenB-LA
Copper Contributor
Joined Dec 08, 2021
User Widgets
Recent Discussions
Re: Clipboard class in .Net 6
My bad... I was able to access Clipboard after adding the following line to my csproj file, in the PropertyGroup element: <UseWindowsForms>true</UseWindowsForms>. So the PropertyGroup tag looks like this: <PropertyGroup> <TargetFramework>net6.0-windows</TargetFramework> <UseWindowsForms>true</UseWindowsForms> <IsPackable>false</IsPackable> </PropertyGroup> KenB-LA13KViews0likes3Comments
Recent Blog Articles
No content to show