H Herfried K. Wagner [MVP] Feb 12, 2004 #2 * "Vladimir Bezugliy said: How can I supress tooltips in my TreeView? Click to expand... <http://www.google.de/[email protected]>
* "Vladimir Bezugliy said: How can I supress tooltips in my TreeView? Click to expand... <http://www.google.de/[email protected]>
V Vladimir Bezugliy Feb 12, 2004 #3 How can I supress tooltips in my TreeView? <http://www.google.de/[email protected]> Click to expand... I do not have access to internet.
How can I supress tooltips in my TreeView? <http://www.google.de/[email protected]> Click to expand... I do not have access to internet.
H Herfried K. Wagner [MVP] Feb 12, 2004 #4 * Vladimir Bezugliy said: I do not have access to internet. Click to expand... You will have to derive a class from 'TreeView': \\\ Public Class UserControl1 Inherits TreeView Private Const TVS_NOTOOLTIPS As Int32 = &H80
* Vladimir Bezugliy said: I do not have access to internet. Click to expand... You will have to derive a class from 'TreeView': \\\ Public Class UserControl1 Inherits TreeView Private Const TVS_NOTOOLTIPS As Int32 = &H80