Surihia
Surihia
CC#
Created by Surihia on 1/22/2024 in #help
A small help in understanding structs:
what do you mean by box it ?
8 replies
CC#
Created by Surihia on 1/22/2024 in #help
A small help in understanding structs:
Is there a performance hit by doing it like this ? would classes be a better option for this type of program ?
8 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
I still consider myself new to C# and have a lot to learn
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
yeah sometimes we have to do such approaches according to the situation.
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
last option would be to use framework and make everything a single app. but framework is outdated and I don't want to use that.
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
yup. like that.
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
probably two of them
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
this would mean that I have to use multiple apps for this
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
my method is to basically have the open dialog thingy be a winforms app and lauch the app via the console
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
I have an approach which can theoretically use the winforms as well as the console too but its a bit hacky in nature
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
oh ok. thanks for helping out with this.
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
This is a snippet from one of my console apps. it does use winforms components. https://github.com/Surihix/FFXIIIMovieAudioMod/blob/master/Core.cs
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
so 4.8 framework compiled console apps aren't console apps ?
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
hmm...I also have the option of going back to 4.8 framework for this as console apps made with that do support the winforms namespace but as it is ancient, I don't want to use that.
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
or more appropriately is there a way by which I can let an user set the path of a particular file via the console ?
36 replies
CC#
Created by Surihia on 5/5/2023 in #help
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
then is there any way by which I can spawn the open file dialog box to set the paths ?
36 replies
CC#
Created by Surihia on 3/31/2023 in #help
❔ Increase Hash computing speed.
I will try looking for a package that has a chunk by chunk system implemented.
35 replies
CC#
Created by Surihia on 3/31/2023 in #help
❔ Increase Hash computing speed.
I would love to do that but I am time bound now. guess I will stick with the slow speed itself.
35 replies
CC#
Created by Surihia on 3/31/2023 in #help
❔ Increase Hash computing speed.
so when you mean implement a hashing algorithm, is it like make something new or use the existing SHA256 algorithm ?
35 replies
CC#
Created by Surihia on 3/31/2023 in #help
❔ Increase Hash computing speed.
sorry I don't know how to write my own hashing algorithm. is there a documentation page that I can refer to and learn more about this ?
35 replies