thanks, i think this would help ;-)
On sábado, junio 1, 2002, at 08:16 , George Clark wrote:
Well, you could create a class interface, but it would be easier (and in
my opinion, simpler) to put this in the open event of all your windows:
dim i as integer
if shouldDisableHelpTags = true then
for i = 0 to controlCount-1
control(i).helpTag = ""
next
end if
Adam
Un saludo,
Darío Guerrero.
---------------
mailto:dariogf at mac dot com
http://perso.wanadoo.es/dariogf/
Kualo Software.
http://homepage.mac.com/kualo/
mailto: kualo at mac dot com
|