I've got a reusable WPF .dll that has a Window that's desired behavior is to check the Entry assembly (The .exe that was originally run) for an icon of a certain name, and if it exists, use it as the ...
I'm currently attempting to write a GUI program in C# for my own amusement, and am currently using the free C# compiler from Microsoft since my copy of Visual Studio .NET (yay for free student copies) ...