Suppress tooltips in TreeView.

  • Thread starter Thread starter Vladimir Bezugliy
  • Start date Start date
* Vladimir Bezugliy said:
I do not have access to internet.

You will have to derive a class from 'TreeView':

\\\
Public Class UserControl1
Inherits TreeView

Private Const TVS_NOTOOLTIPS As Int32 = &H80
 
Back
Top