Hi All!
My MDI application can be minimized easily to system try with use of
NotifyIcon but I encounter two strange problems. Wrong caption settings is
subject of this message.
Problem description: when I do restore main form (MdiParent) to its original
state through one of NotifyIcon events, setting Visible property to true and
last non minimized WindowState causes form to restore properly, however, on
the caption there are multiple entries for the only existing MdiChild i.e.:
"MdiParent Text" - ["MdiChild Text"] ["MdiChild Text"] ["MdiChild Text"]
Obviously it's very easy to correct this by setting right text in MdiParent
and clearing MdiChild text every it's needed, however, this breaks handling
of MdiChild Text property in menus and many other places.
This problem or bug occurs only in .NET v1.1 while .NET v2.0 works fine.
Unfortunately I have to support old runtime for some time in future, as many
of our customers will not move to .NET v2.0 very fast. Googling in the whole
net for several hours was fruitless so my only hope remains currently with
You.
Any ideas or workarounds?
Cheers
Jacek