thinking about the disposing issue... there is 2 different approaches that could have been taken when kixforms was made.
depending on which path was used, this issue is either by design (until the user calls dispose, kixforms holds a handle to the control) or by windows "feature" as released objects do not get automatically disposed.

from msdn: "Dispose will be called automatically if the form is shown using the Show method."

which does not really make sense. it can not dispose what is currently being used. or maybe it means that shown forms will be automatically disposed, when handles are freed.
_________________________
!

download KiXnet