Drew Naylor
Drew Naylor
The menu item could be, `Run wingetcreate`. Clicking this will check if wingetcreate can be run, and if it can't be run, there should be a way to offer to...
If the Apply changes window is too low when you open the mini-form, the mini-form will be offscreen.
Workaround: Closing the mini-form with `Esc`/`Escape` then switching back to the Apply changes window, maximizing it, and opening the mini-form or moving the Apply changes window up enough will bring...
Currently I'm using this SQLite query to return the list of packages sorted by the latest version, and it works for a few packages but not all. For example, it...
Not sure how to get the table output into a DataGridView, but this could be a start: https://stackoverflow.com/questions/61168835/how-to-extract-powershell-results-to-datatable-in-vb-net
This only applies to current users upgrading to newer versions using winget, though I'd imagine that's how most would upgrade.
This project has one that I think will work well: https://github.com/ookii-dialogs/ookii-dialogs-winforms
No idea what's wrong. Unfortunately, winget is going to require both sometime, and it doesn't remove the uninstaller from the list of uninstallers in the Settings app. The only thing...
The window for this should provide the user with a button to open the image in their browser along with the Close button. Maybe this could be stored in a...
It'll be off by default as it takes a little while to load, there's no way to make sure the cache hadn't just been updated yet, and the loading itself...
This'll require something that closes the child processes when the main form closes if the user closes it before it's done. Something here might help: https://stackoverflow.com/questions/3342941/kill-child-process-when-parent-process-is-killed