Hello all,
I have a simple feature of my code I am working on. I want to have a detailed help box ( a little more detailed than the tooltip popup option) with instructions I want to print on my screen.
The idea is that when I have an active control, the instructions will print in a small text box to give people guidance on my program.
This works for half of what I want to do.
But in the case of a custom toolbar, I do not have that ability since I cannot click inside of it like a textbox.
I am using the tooltip, but I would like to be able to print a better, more detailed message in my help box.
Ideally what I would like to know if there is a function to be able to get which control is being highlighted or hovered over by panel and control id.
It's no big deal if there isn't one, but now I am curious.