c++ toolTip windowsforms graphics
-
How do I increase size of my tooltip control as I need to show image to my tooltip I probably need to increase size of my tooltip control?
I tried using Text Renderer Measure Text but it just for increasing size according to text we provide.I want to increase size means height and width of my tool Tip so that my whole image gets displayed. Right now only part of image getting displayed using graphics Draw Image function according default size of tool Tip which is small.I am also providing default size of my image by using Graphics Draw Image function.But since size of my toolTip is small only part of image getting displayed.
-
How do I increase size of my tooltip control as I need to show image to my tooltip I probably need to increase size of my tooltip control?
I tried using Text Renderer Measure Text but it just for increasing size according to text we provide.I want to increase size means height and width of my tool Tip so that my whole image gets displayed. Right now only part of image getting displayed using graphics Draw Image function according default size of tool Tip which is small.I am also providing default size of my image by using Graphics Draw Image function.But since size of my toolTip is small only part of image getting displayed.
-
Thanks.But actually i wanted to modify my toolTip means increase height or width without using HANDLE.Also i tried to create Rectangle using DrawImage function but didnt worked.
-
Thanks.But actually i wanted to modify my toolTip means increase height or width without using HANDLE.Also i tried to create Rectangle using DrawImage function but didnt worked.