Zickles
Zickles
Explore posts from servers
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
yea
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
i dont think i can it is hardcoded somewhere that it requires v4.0 of .netframework
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
how do i do that lmao
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
is it possible to use 2 msbuild versions at the same time?
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
its just v4.0 now instead of v4.7.2
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
is still get this error
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
peepoCryAlot
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
so how do i fix this then?
24 replies
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
also i am on arch linux
24 replies
DIAdiscord.js - Imagine an app
Created by Zickles on 8/16/2023 in #djs-questions
create channel in another server when command ran in other server
oh that makes more sense thanks
6 replies
DIAdiscord.js - Imagine an app
Created by Zickles on 8/16/2023 in #djs-questions
create channel in another server when command ran in other server
well i know how to create the channel but i dont understand how to get the guild from cache
6 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
i mean i want to figure it out i am just too lazy to sorry
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
eh whater i dont feel like doing this i will deal with this some other time
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
you just want me to explain how it works?
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
yea
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
static void Main()
{
ApplicationConfiguration.Initialize();
Application.Run(new Form1());

var form = new Form1();
form.FormClosing += Form_FormClosing;
}

private static void Form_FormClosing(object? sender, FormClosingEventArgs e)
{
Application.Run(new Form1());
}
static void Main()
{
ApplicationConfiguration.Initialize();
Application.Run(new Form1());

var form = new Form1();
form.FormClosing += Form_FormClosing;
}

private static void Form_FormClosing(object? sender, FormClosingEventArgs e)
{
Application.Run(new Form1());
}
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
that doesnt work
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
yea
59 replies