LesFerch
LesFerch
Thanks. Good suggestion. I assume you mean for the slideshow, although I suppose it could by an option for stamping too. Top Left is the only easy one because the...
It looks like you've posted in the wrong place. That's a screenshot of [PowerRename](https://learn.microsoft.com/en-us/windows/powertoys/powerrename) which is one of the tools in Microsoft's [PowerToys](https://github.com/microsoft/PowerToys) package.
It looks like you've posted in the wrong place. That's a screenshot of [PowerRename](https://learn.microsoft.com/en-us/windows/powertoys/powerrename) which is one of the tools in Microsoft's [PowerToys](https://github.com/microsoft/PowerToys) package.
That's a good point. I chose "about:blank" to discourage using IE as a general purpose browser, but I suppose that's up to the user. Maybe I should compile two versions,...
The second idea sounds better and easier to implement. There are some issues to be resolved though. First, the term "default" would be confused with the Windows default view for...
Its a tricky problem because if you're on a second monitor, you probably don't want the interface popping up on the primary. In a newer program I wrote (FolderViewPainter) I...
I was looking at this today and realized that I didn't quite answer correctly. The interface simply pops up in exactly the same size and position as the image that...
Great suggestions. You're basically proposing a whole desktop.ini settings manager. Intriguing. I'm currently working on some WinSetView enhancements, so it may be some time before I circle back to this...
Test code: ``` using System; using Vestris.ResourceLib; class Program { static void Main() { string icon1filename = @"C:\Test\Transparent.ico"; IconFile iconFile = new IconFile(icon1filename); foreach (IconFileIcon icon in iconFile.Icons) { Console.WriteLine("...
Wouldn't it be more efficient if you run the test code with the provided test files? Anyhow, here's where it stopped:  ``` Vestris.ResourceLib.dll!Vestris.ResourceLib.Resource.SaveTo(string filename, Vestris.ResourceLib.ResourceId type, Vestris.ResourceLib.ResourceId name, ushort...