1
vote
2answers
210 views
Registration-free COM not working on Windows Server 2003
I have created the necessary manifests for my COM server DLL and a client application to work registration-free in Windows XP. I've tested all kinds of combinations (with and without a registratio …
4
votes
Newly created modal window loses focus and become inacessible in Windows Vista
Take a look at the PopupParent property. You may want to set it explicitly for your modal form prior to the ShowModal call. When PopupParent is nil (default) VCL behaves a bit differently dependi …
