Mike Meinz
Mike Meinz
This works for me. I found that I sometimes have to retry and eventually it works. ``` using System; using System.Security.Authentication; using System.Diagnostics; using FluentFTP; namespace TryFluentFTP { class Program...
@KenEpuk A BIG Thank You for the ZIP file of the revised JAR file. Archivo is now working for me again.
@jbrindle & @KenEpuk, A big thanks for your work to make **Archivo** work again. I read above that the new certificate expires in 2020. Will there be another updated certificate...
> [@sefinek](https://github.com/sefinek) Might need some refinement, but try this instead: > > ``` > > > > > > ``` Thanks. This worked!!!! I added a message: ``` ```
.NET Framework 4.8.1 4.0.0-Alpha5 To test, I had a slightly modified version of this running at the same time as this version was running. That one changed the volume and...
Thanks.I didn't see that in any of the examples I found.Sent from my Galaxy -------- Original message --------From: Sean Chapman ***@***.***> Date: 6/4/24 5:41 PM (GMT-05:00) To: xenolightning/AudioSwitcher ***@***.***> Cc:...
I see this is closed but I would like to add my request for the ability to disable or hide scrollbars. My Windows Forms app displays content on a wall-mounted...
> @mikemeinz The workaround works, but you'd like an easier API, is that correct? Yes!
I removed scroll bars by including this in my style sheet: `body{overflow:hidden;text-overflow:clip;white-space: nowrap;}` I'm no CSS expert so if anyone knows a better method, please comment.
Although not mentioned in the Release Notes, this issue appears to be resolved in version 1.0.2849.39. I removed the un-needed references. Saved and reloaded the solution. Rebuilt the app. The...