Groophy
Groophy
Explore posts from servers
CC#
Created by Groophy on 1/25/2024 in #help
392,2 MB allocated in SOH
No description
8 replies
CC#
Created by Groophy on 1/13/2024 in #help
I can't understand
No description
111 replies
CC#
Created by Groophy on 3/31/2023 in #help
❔ Must create DependencySource on same Thread as the DependencyObject
17 replies
CC#
Created by Groophy on 2/11/2023 in #help
✅ Simple question
I have a code which
if ("any" is "item1" or "item2" or "any")
{
Console.WriteLine("okay");
}
if ("any" is "item1" or "item2" or "any")
{
Console.WriteLine("okay");
}
that prints okay but out of curiosity, can I do this with symbols? like
if ("any" == "item1" || "item2" || "any") // "any" == "item1" || "any" == "item2" will be corrent but really bad readable
{
Console.WriteLine("okay");
}
if ("any" == "item1" || "item2" || "any") // "any" == "item1" || "any" == "item2" will be corrent but really bad readable
{
Console.WriteLine("okay");
}
9 replies
CC#
Created by Groophy on 2/1/2023 in #help
❔ How can I handle error
8 replies
CC#
Created by Groophy on 1/22/2023 in #help
❔ Cefsharp
5 replies
CC#
Created by Groophy on 1/8/2023 in #help
❔ A problem about sizing
Even though I write most of the code, a problem is preventing it from working properly. I will write the description after I open the channel
13 replies
CC#
Created by Groophy on 11/18/2022 in #help
❔ Margin
Anyone know an document about margin how works on background? when we resize what being on codeside? how calculating locations and sizes can blog too
4 replies
CC#
Created by Groophy on 9/3/2022 in #help
replace 'backslah' to 'doublebackslah' but if char already not double
a\aa\a -> a\\aa\\a

ab\\aba\aa\a -> ab\\aba\\aa\\a
a\aa\a -> a\\aa\\a

ab\\aba\aa\a -> ab\\aba\\aa\\a
6 replies
CC#
Created by Groophy on 8/22/2022 in #help
How can I make invisible Console NOT winform
I have a project but i need to make invisible, but i can not to make it.
15 replies
CC#
Created by Groophy on 8/18/2022 in #help
Rider line problem
8 replies