Recommended Posts

Battery Monitor.NET v0.7

What does it do:

The application displays a monitor on your desktop which represents the battery in your laptop.

This way it is easy to monitor the status of the battery.

The nicest feature is that it is able to calculate the remaining time left for you to work on the remaining battery power. Some laptops support this via the BIOS and some don't, Battery Monitor.NET works regardless of the availability of this feature.

This means that Battery Monitor.NET can display the remaining time on ANY laptop.

This piece of software is still under development, it is not finished and might contain bugs.

Some features are still disabled, but will be implemented in further releases.

NOTE:

If the remaining time seems inaccurate then this is because it is calibrating. The first 5 minutes it could be that the monitor displays a very short battery life, this will change soon enough. After 5 minutes it should be fairly accurate.

This is only on the first time you run the program. Ever next time you run the program the application reads back the previous calibration and will display accurate results.

If you have any questions about it or have suggestions, please let me know. I can be reached at:

[email protected]

Have fun with it! I hope it is usefull for some people.

Download Battery Monitor.NET (with installer)

Revision History

version 0.1

- Initial release

version 0.2

- Recompiled against .NET Framework 1.1 SP1

- Added manifest to fix themeing issues

- Added NSIS installer

version 0.3

- Added an option to change the color of the text and the text shadow

- Added access to the context menu via right clicking the monitor

- Added alerts (battery full and battery critical)

Version 0.4

- Added timer

- Added shortcuts for the preferences window and the timer window

- Added fade out to alerts

- Added option to make alerts automatically fade out after X seconds

- Added custom opacity levels for different monitor states

- Made preferences window resizable (usefull? hardly, but you can resize it if you like)

- Make the link button on the themes page open the website in the default browser

- Cosmetic changes

version 0.5

- Systemtray icon now mimics the battery monitor, so it shows you the status of you battery

- Added option to fade between monitor transitions

- Fixed the fact that you can't change the opacity when no battery is detected. You can now control the opacity of this state with the "charged" slider

version 0.6

- Added "click through" option

- Updated the trayicons

- Changed keyboard shortcuts

- Added two new themes (Speedometer and Speedometer Small)

version 0.7

- I have no idea what changed, I just probably fixed some bugs

Screenshot:

BatMonScreen.png

Edited by Schmoove
Link to comment
https://www.neowin.net/forum/topic/212463-battery-monitornet/
Share on other sites

I think I'll stick with the stock battery monitor, because memory usage with this program fluctuates up to 300mb. Now I'm not one of those guys that cries when a program uses more than 5mb, I have 512mb of 400mhz dual channel ddr, but 300mb is a bit much for a battery monitor.

I think I'll stick with the stock battery monitor, because memory usage with this program fluctuates up to 300mb. Now I'm not one of those guys that cries when a program uses more than 5mb, I have 512mb of 400mhz dual channel ddr, but 300mb is a bit much for a battery monitor.

It uses 17mb here, of which 95% is due to the .NET framework (can't do much about that).

sends my cpu mad ran it twice and crached boths times, seems like a big bug please do something to fix it i want it bad

as a feature not sure if its got this, can you set it so it can run a program / audio alert when its done charging / half battery life left

Possible bug?

Font size was set to 975 when loaded and now monitor icon will flash by start icon and then disappear.

Is there any way to get this icon to dock in taskbar? Othen then that this looks to be a nice little app.

I also at first run had a mem usage of over 260mb. way too much for me. If it was down under 1mb I think that'd be nice.

I think this is a great idea and everything but the bugs are too many for me right now.

strange prob after it freezing the system all it loads in a strange ovel screenshot bellow

Try to open the XML file and change the <size> tag to a value of 10.

(it normally says 9,75, which works fine here, but if it for some reason reads it at 975 you will have a problem)

Infact, if I change it to 975 it indeeds eats your RAM and makes your CPU go ballistic. So change that value to 10 and it should be alright or use this XML preferences file:

Preferences.zip

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
    • OK so SearXNG is a meta search engine that you can install locally or use via a public instance. It scrapes other search engines which you choose and then sorts the results. Not as complicated as multiple relays
    • The only difference here is that you think you came up with these reasons. You didn't. These age old fearmongering lies (that were NEVER true) were funded by and the anger stoked by Putin through proxies like Farage (and later in the USA, Trump) and filtered down through the skinheads, Neonazis, etc. until it reached the uninformed, ignorant, and gullible -- never realizing they were being played for fools against their own best interests. Even now, despite all of the EVIDENCE proving that Brexit was a terrible mistake for ALL citizens of the UK and that its supporters were tricked by Putin's proxies into sabotaging their own nation, you're still here defending these well-known lies as if they were ever true. Not only are they not true. They NEVER were. So, when are you going to realize that you were lied to and actually get angry at the liars and charlatans who lied to you, instead of blaming the innocent people they lied to you about?
    • Dupe of "Microsoft further improving Windows 11 Taskbar with latest builds", published <20 minutes apart
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      152
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!