Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have some code in a ListView_MouseMove event to position the ToolTip control myself.

Me.tipLog.Show(sMessage, Me.lvwScheduler, pntPosition, Me.tipLog.AutoPopDelay)

how can i retrieve its real position (and size if possible) after setting it? (as the tooltip position might automatically be set differently if it would reach end or bottom of screen)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.