I've got this idea to create a useful program but need assistance as to which programming language I could quickly study and use for the dummy.
The program is intended to be run on different machines(win XP, Vista,7) all connected to a network (intranet) from different locations. The program is to be a lightweight alert software which runs quietly in the background. The software's main function is to display a designed information message whenever the user types a certain account number or name that has been compiled on a database/blacklist.
The display message should not be in windows explorer, but a system display, slightly transparent, well designed message which disappears after a few seconds; similar to antivirus pop up messages. I want the GUI to look similar to that or m$ security essentials.
The software would be programmed to update the list of account numbers and names at start-up and every 30 mins. The program should run at startup always and never be closed. Which programming language would be suitable for coding this software quickly and effectively?
The program is intended to be run on different machines(win XP, Vista,7) all connected to a network (intranet) from different locations. The program is to be a lightweight alert software which runs quietly in the background. The software's main function is to display a designed information message whenever the user types a certain account number or name that has been compiled on a database/blacklist.
The display message should not be in windows explorer, but a system display, slightly transparent, well designed message which disappears after a few seconds; similar to antivirus pop up messages. I want the GUI to look similar to that or m$ security essentials.
The software would be programmed to update the list of account numbers and names at start-up and every 30 mins. The program should run at startup always and never be closed. Which programming language would be suitable for coding this software quickly and effectively?