D
DRidnouer
Guest
Our application uses a temp-table to track currently open windows using handles and unique-ids as keys in the temp-table. On a window I would need to know if called from a form not to try and get the unique-id of the calling program (form). I have been using the overload of the constructor to tell if it is called from a window or a form. On the window side I was hoping to avoid using input parameters, but I will likely have to resort to that. Thanks for you input.
Continue reading...
Continue reading...