Within my resource file, I have a string labeled Mini-move.Help. This string should be displayed each time a user clicks on the help image provided.
NOTE: The help image is loaded dynamically when .HELP is added to the resource string.
I am looking to customize this display so that when the user interacts with the image button generated from the resx file, a popup or tooltip will appear instead.
Every Few Minutes - MM:
<br />Every Hour - H; <br />
Every Day - D;Su,Mo,Tu,We,Th,Fr,Sa;<br />
Could someone provide guidance on how I can achieve this functionality?
Many thanks in advance!