Daiko Games
Daiko Games
CC#
Created by Daiko Games on 2/18/2025 in #help
✅ File Searcher in Avalonia
Hey, I am just asking how to make a Open File Dialog so that it functions just like the one from Windows Forms, but how can I do that - I don´t want to make it so it only works on linux, I just wanna make it so it works on every big OS, but I just can´t find a way. Is there some kind of implemented way to do that or is there any tutorial on youtube or github? The thing is I wanna have a File Searcher where only specific Files are only listed if they have a specific extension.
24 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
Hey there, I made a windows Forms code that runs a File Searcher, and I wanna use it on Bottles correctly (Linux Operation that I use on a virtual machine called virtual box), but I don´t know why it isn´t working properly. Ican interact with the .exe files i put inside the machine, but the problem is that my File Searcher code seems not to work on linux, as it only lets me see Files that are on windows Paths, nor can I any file at all. Is there any way to make a File Searcher for Linux or is something like that implemented?
22 replies
CC#
Created by Daiko Games on 1/26/2025 in #help
✅ Svg to png conversion
Hey Guys, I made a code in windows forms (C#) where I looked for all the svgs and I wanted them all to be converted to .png in a folder and i found imageMagick.Net, but I can´t find a way to convert the pictures with the .net version.. how can I do that?
26 replies
CC#
Created by Daiko Games on 11/5/2024 in #help
✅ Getting duplicates out of a list
Hey, I have a C# code where I have a list of byte arrays (which are extracted from Images of a folder and I don‘t know how many there are - ps. They are too many - the code I wrote the Program in was in Windows forms) and there are duplicates in it, but I don’t know how get the duplicates out of the list dynamically. I couldn’t find a really good solution that does what I want. Thanks for help!
56 replies
CC#
Created by Daiko Games on 9/30/2024 in #help
How to convert a whole json file to C# classes with Newtonsoft.Json?
Hello, I am curious if there is a way to convert a whole json File with Newtonsoft.Json to C# classes without knowing anything about the file. The code should be written in C#. I tried nearly every tutorial on YouTube and every Tutorial is about serializing or deserializing only one object at a time, and I looked over on some examples on Stack - Overflow and even Bing Chat gives me the same answer. I really need this for a Project I am building on, any example with the specific topic I was writing about earlier could help!
Thanks for help!
43 replies