By default, Visual Studio tooltips remain visible for 10 seconds and then they disappear. I find this time too short to read some of the longer tooltips. Is there a way to increase the time they remain visible?
when ever I encounter such problem I just press print screen and read the text in my favorite paint program
BTW, I never understood why tooltip timeout is not based on how long is the content.
Well it looks like MS were asked to make this configurable several years ago: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=112309 but I can't find it either!
Standard Windows Model pah.
My understanding is that ToolTips preferences are controlled at the system display level (i.e., as part of Windows settings). As far as I know, there is still no way to lengthen the time that a tip is displayed.
I recommend Shay's trick of using print screen to capture the tip. Paste into a paint program and you can read the whole thing. Then close the paint program without saving.
i got this one where u can increase the time frame:
ToolTip1.Show("hello", Label1, 90000)