Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Blink light with new email

Featured Replies

I have a parallel port adapter connected to my PCMCIA (Cardbus) socket, and I have a device plugged in there which can light up in different colors, controlled by values sent to its I/O port (0xFEE8). Now, the reason I posted this in the software section as opposed to the hardware section is I'm looking for a program which can make the light blink when I get a new email. If anyone knows of software which can make it work as a general-purpose status indicator, such as indicating when the computer is locked, when the battery is low, etc. Please post if you know of anything like this!

You're most likely gonna have to get your hands dirty.

I'm looking for a program which can make the light blink when I get a new email

Never seen one. However, the checking email part is simple. There's examples on MSDN (e.g. here in an old Coding4Fun article), various community sites like codeproject.com and so on.

controlled by values sent to its I/O port (0xFEE8)

That is even simpler, but you'll have to use something like PortIO to do it.

If anyone knows of software which can make it work as a general-purpose status indicator, such as indicating when the computer is locked, when the battery is low, etc.

Most of these sort of things are also easy to get using technologies like WMI (as for the computer being locked you could probably manage something using the task scheduler)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.