I would like to insert a tooltip message in the start part as well as in "change password", "close session", etc. How is that implementation correctly?
I have been left behind with the Visual Studio versions since I am working with the 2010 version but I do not think it will radically change the way we do it:
I do it this way, I'm not saying it's the only way to do it but it has worked for me. I describe how I do it:
ToolTip
component to
your form. ToolTip
will appear. I hope it will serve as a reference for what you intend to do.