I am working on a project in c# using windows forms.
me and the group I am in want to make it so that when the user hovers their mouse over an image, in our case a card, that a larger image of that card appears next to the mouse arrow, much in the same way a tool tip would work.
I don’t think you can use a tool tip to do this i have tried looking everywhere,
any advice or examples would be great thank you very much
I am working on a project in c# using windows forms. me and the
Share
You may want to look at this Code Project Article
It shows you how to create an OwnerDrawn ToolTip with an Image.