My application is a monitor that may run in the background while the user is away, and its purpose is to visually alert the user when some changes have occurred. MessageBoxes seem a little obnoxious, so I figure a Balloon Tip will accomplish the task without messing with the focus in case they happen to be doing something.
Unfortunately, the thing requires a timeout parameter. I would like for it to stay indefinitely until the user closes it.
Is this possible?