In my application, there are two instances where I would like to use a non-default cursor.
One is on a panel which the user may "draw" on using the mouse. I would like to change the cursor from the default mouse to a pen or paintbrush. I would like to get an image from online, convert it to the appropriate filetype and use it as my cursor for the panel.
The other instance is when an image is added to a rich text box. I would like to add the correct "resize" arrows so that when the user hovers the mouse over one of the small black boxes, the cursor changes to the double arrow (like in other programs).
How easy is this to achieve?
I don't have a clue where to start when it comes to implementing the resize arrows, as there isn't always an image in the rich text box (only when the application is being debugged or used).