H
Helen Trim
I want to show a bit of data on a form as a tool tip text,
to avoid cluttering up the form. I am using SetToolTip
for a text box.
tipNotesMoved.SetToolTip(ShowPatient.txtNotesTracking,
strNotesMoved)
I want the data to change from patient to patient, and
according to MSDN, SetToolTip will allow this. To quote
MSDN:
Calling the SetToolTip method more than once
for a given control does not specify multiple ToolTip text
to display for a control but instead changes the current
ToolTip text for the control.
But what actually happens is that it shows correctly for
the first patient but then adds another tooltip for the
second. The data for the first patient pops up followed
by the data for the second patient.
Does anyone know how to clear a tool tip? I have used the
RemoveAll method but it does nothing. You still get
multiple tips appearing.
Thanks,
Helen
to avoid cluttering up the form. I am using SetToolTip
for a text box.
tipNotesMoved.SetToolTip(ShowPatient.txtNotesTracking,
strNotesMoved)
I want the data to change from patient to patient, and
according to MSDN, SetToolTip will allow this. To quote
MSDN:
Calling the SetToolTip method more than once
for a given control does not specify multiple ToolTip text
to display for a control but instead changes the current
ToolTip text for the control.
But what actually happens is that it shows correctly for
the first patient but then adds another tooltip for the
second. The data for the first patient pops up followed
by the data for the second patient.
Does anyone know how to clear a tool tip? I have used the
RemoveAll method but it does nothing. You still get
multiple tips appearing.
Thanks,
Helen
