Evade
Evade
CC#
Created by Evade on 5/16/2024 in #help
how to build solution
How can I do that?
5 replies
CC#
Created by Evade on 5/16/2024 in #help
how to build solution
(I want to build it into an exe file)
5 replies
CC#
Created by Evade on 5/14/2024 in #help
Cannot resolve symbol 'ServiceController'
whats that supposed to be?
4 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
I started learning c# yesterday and I made that (with a little help of gpt, nothing crazy though :p)
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
and practice
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
fun
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
color detection program
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
I moved from knowing a bit of python and javascript straight up to csharp so I'm getting used to things
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
great! tysm
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
it opens up this
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
</ItemGroup>

</Project>
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
No description
18 replies
CC#
Created by Evade on 5/14/2024 in #help
The type or namespace name 'Screen' does not exist in the namespace 'System.Windows.Forms'
how can I do that in jetbrains rider?
18 replies
CC#
Created by Evade on 5/14/2024 in #help
issue while importing Bitmap
@Waffles from Human Resources
5 replies
CC#
Created by Evade on 5/14/2024 in #help
issue while importing Bitmap
how?
5 replies