|    5/07/06 ~ 23:13 -0400 :
|    [EMAIL PROTECTED],
|         " help tag "


I see how to set the help tag for a listbox, but it seems to set it to a
sting. Is there a way to toggle it on or off? I would like to make a preference to
show them all or hide them all.

Write a method to populate or empty the helptags :

Sub ShowHelptags (helpvisible as boolean)
if helpvisible then
Listbox1.Helptag = "Do this!"
//othercontrol.Helptag = "Do that"
//etc.
else
Listbox1.Helptag = ""
//othercontrol.Helptag = ""
//etc.
end
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to