Recent content by NalleBerg


  1. NSBEdit - a RTF editor and full fledged programmers editor.

    I needed a rtf -editor for a C++ project I am working on, so I made one for my toolbox (you know .cpp/.h -module). So I thought that sinec windows 11 doesn't come with a rtf-editor, I might as well make a standalone version. I did, and it bcame very good, but then I remembered that I have...
  2. Some dev-tools

    When I program something and I need a tool, sometimes I make the tool I need myself. It's my hobby after all. These are hastily put together, so I don't care about how they look, but I care very much about what they do and that they do it right. The .exe files are static linked so they are all...
  3. A program manager suite.

    I am in the process of making my own installer now so I hope if I manage to do it so that it produces .exe installers. But you seem to mean that a portable version where you can see all the files. However, all I make is open source and well documented, so if you don't trust an MSI, download the...
  4. A program manager suite.

    Update! I have just published a new version that centralize the database in C:\Programdata\WinProgramManager\, so only one database is needed for the whole system even if there are several Administrators on the machine. The database is distributed with the app, but at first run it will be...
  5. A program manager suite.

    I have looked at it and found that WinUpdate had the file, But WinProgramManager did not. I added it, and fixed a couple of other stuff (a bit layout and a button without icon), so if you try and download it again, it should work now. If you could give me feedback if it works or not, it would be...
  6. A program manager suite.

    I'm on it!
  7. A program manager suite.

    I have for some months now, been working on this winget-based program manager that I think I can present now. It is still a little rough in the edges, but the functionallity is there now and I am working on ironing out the last little things. There is an issue with a button being to big, so it...
  8. A reinvented winipcfg -> IPGui

    So good! Thanks for the feedback. It's been very helpful! Hope you like the app.
  9. A reinvented winipcfg -> IPGui

    Yes, that is useful. If it works after your new test, please let me know!
  10. A reinvented winipcfg -> IPGui

    @Rollback_Jockey Yes i did. I used some stylesheeing in QT and according to Taliseian, it is now solved. Check it out, Since you are using different themes in Windows, these things can happen. But it should be fixed. If it isn't for you, give me feedback and I will try even more robust approach.
  11. A reinvented winipcfg -> IPGui

    Version 4.1.9 publihed! Now the MinGW dll issue should now be solved. Nice if someone could confirm that for me.
  12. A reinvented winipcfg -> IPGui

    @Taliseian Is it complaining about the same file? I'm on it though!
  13. A reinvented winipcfg -> IPGui

    New version , 4.1.8, made to adress issues from users. I have now included the missing dll in the package, so the MinGW-problem should be gone now. I have also used QT's stylesheeting to set the color, so that problem should also be gone now. Things like that is why I left QT and use Windows...
  14. A reinvented winipcfg -> IPGui

    @garlin I have added the PMTUD status. I also added a button to enable/disable PMTUD. It's (naturally) on the MTU dialog. Turned out that it was mostly just a registry value, so I could add it quite fast. :-) Hope that helps you and that the app is better for you with this addition. Cheers!
  15. A reinvented winipcfg -> IPGui

    @garlin Well, I am currently working on another project You will find also that in this forum - right now it is a winget updater app, but I am working on a program manger for it now. As I said this was really just ment to be a replacement for winipcfg, that I made since I help people with...
Back
Top Bottom