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)