Hi
I develop an Windows Form application that should run both on XP
systems and Windows 98 systems.
I'm using .NET Framework v1.1.
>From time to time, on Windows 98 systems, I somehow manage to actually
see WindowsFormsParkingWindow window. I mean, it just showed-up - with
title bar and zero size (0, 0).
Now, this is a bad thing, but to avoid it I want to enumerate the
controls parked to this window.
Furthermore, is there a way to disable this window? I mean, a way to
inform the framework I don't want this window to be used (for recycling
purposes or any purpose).
Even it is possible to disable this behavior, I still want to check the
controls on WPFW, as it could turn out to be a good debugging tool :)
Thanks
Adi.