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
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
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
or is it not possible to open it again when you close it
59 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
also one more question is there a way i can open another form like the way above
59 replies