Is there a way to have a hint show without placing the mouse over a control?
I would like to diplay an sAlphaHint when a button is clicked. This buttonclick adds an item to a list and I would like to display a hint (sAlphaHint) for a couple of seconds, in a seperate location that says “Item Added to the List!”.
I wish this hint window will have a small X on it to hide it instead of needing to activate a timer for X seconds and hide it manually using sAlphaHints1.HideHint;