J
jquerijero
Guest
It looks like you are using Progress.Windows.Form. That has an added feature of auto-disposing the form when you close it. Maybe the default of TRUE for the property DisposeDialogOnClose needs another look as it is counter to the System.Windows.Form original behavior. Set the property to FALSE. This is the downside of inspecting disposed object, you are not guaranteed that the object allows it to be used after disposal.
Continue reading...
Continue reading...