tolik518 🦀
tolik518 🦀
CC#
Created by tolik518 🦀 on 8/3/2024 in #help
Why does my WinForms application looks sharper in the Editor?
No description
11 replies
CC#
Created by tolik518 🦀 on 8/3/2024 in #help
Why does my WinForms application looks sharper in the Editor?
Oh wow, it actually did work like a charm! Thanks a lot! Edit: It looks exactly like in the visual editor
11 replies
CC#
Created by tolik518 🦀 on 8/3/2024 in #help
Why does my WinForms application looks sharper in the Editor?
well, the first line of code for the project was written in 2015, so it is kind of an oold project :D
11 replies
CC#
Created by tolik518 🦀 on 8/3/2024 in #help
Why does my WinForms application looks sharper in the Editor?
No description
11 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
Okay I used Mono.Cecil and it worked like a charm!
23 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
I just did some quick test and it looks like I'll have to adjust some parts since it doesn't load all the dependencies like LoadFrom. Because I'm getting that exception when loading an assembly thats using xna
The specified assembly was not found.
Could not find assembly 'Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553'. Either explicitly load this assembly using a method such as LoadFromAssemblyPath() or use a MetadataAssemblyResolver that returns a valid assembly.
The specified assembly was not found.
Could not find assembly 'Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553'. Either explicitly load this assembly using a method such as LoadFromAssemblyPath() or use a MetadataAssemblyResolver that returns a valid assembly.
23 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
Yeah but then I still would have to have multiple executable, I think I'll try the solution which @reflectronic proposed - this could solve all my issues at once
23 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
I couldn't get up with a better term, but yeah, architecture makes sense
23 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
Thanks for being so helpful and not only pushing me into the right direction but straight out giving me solutions to my problem :)
23 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
Looks very promising, I'll gotta read into it, thank you :)
23 replies
CC#
Created by tolik518 🦀 on 2/23/2024 in #help
✅ Reflection independent from .Net version and bitness?
My current idea would be to create a new solution with reads the pe header to determine the bitness and probably find out the needed .Net version and forward it to the correct executable. Otherwise I'm out of ideas
23 replies