Richard01_CZ
Richard01_CZ
CC#
Created by Richard01_CZ on 12/20/2024 in #help
Window title bar causes layout issues
I'm making a simple downgrade tool, just the designer is messing things up making it unusable, i would have to make it larger so it wouldn't be messed up but i don't want to do that.
2 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
installPath being a string from Properties.Settings.Default.InstallPath as that's where i store user selected game directory.
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
by calling the function SetDllDirectory(installPath); from imported kernel dll, it was able to load and function correctly
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
the DLL was loading successfully but it was looking for dependencies in the application directory, not in the directory the DLL is placed in
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
figured it out
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
nope, no luck
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
only thing i didn't try is running the app as admin
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
I've also checked some other users that had the same issue and the solution is basically the same as i have it here
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
i used chat gpt to make some basic broken code, fixed it and it seems to be working apart from the dll failing to load
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
This is the code i have that should work but i still get error 126
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
whoops, wanted to share the dll
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
i don't really know how i can tell that it doesn't need any using the tool
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
and when i use the [DllImport] it works
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
i got a code from some other person that needed the same thing so i adapted their code for my usage and i still get error 126
18 replies
CC#
Created by Richard01_CZ on 12/15/2024 in #help
Issues loading DLL
I tried chatGTP to help with the issue but i get stuck in a loop of "include more debugging messags to check if path is correct". Path is correct, dll is there, dll is not corrupted, dll is c++ x86 from 2002
18 replies
CC#
Created by Richard01_CZ on 10/29/2024 in #help
WPF, window doesn't open with specified resolution
anyway, thank you for figuring it out for me
12 replies
CC#
Created by Richard01_CZ on 10/29/2024 in #help
WPF, window doesn't open with specified resolution
scale doesn't affect it it seems
12 replies
CC#
Created by Richard01_CZ on 10/29/2024 in #help
WPF, window doesn't open with specified resolution
how come that the main window that is 500 wide is actually 500 wide?
12 replies
CC#
Created by Richard01_CZ on 10/29/2024 in #help
WPF, window doesn't open with specified resolution
indeed it is
12 replies
CC#
Created by Richard01_CZ on 10/29/2024 in #help
WPF, window doesn't open with specified resolution
well, can i somehow force it to always be a specified resolution regardless of desktop scale?
12 replies