quote:
Originally posted by Mattike
quote:
Originally posted by Eljay
Anything.
...that can have a <Help> child, right?
nope... this class doesn't have anything todo with that (Plus!'s interface <help> tag, which will create a standard tooltip).
This class creates its own tooltip windows and can be used on anything which has a window handle. The class is nice, but in most cases (all?) you don't need a title and icon for a tooltip, so there is no use in using this class if you just want standard normal tooltips.
The class is usefull if you want to add a very big explanation or whatever where using a title and icon makes some sense.
Aka: don't use this class (and mandatory DLL!) for just simply adding a tooltip to some control. It would be extremely overdoing it and bloating your code serisouly (much code in your script in that case for something rather non-functional and which can be done way more easier). In that case use the build in Plus! interface tag <help>.