offline314159
18th June 2002, 17:09
I'm writing my plugin in Delphi 6, using the STND winamp plugin SDK, and i'm running into a small snag - i have this form, that i'm creating in the Config() procedure. It is then, ideally, to be shown modally. Problem comes up with the display of the form - when i call the Show; or ShowModal; methods, the form does not appear. i know its onCreate event handler is called, but the form doesn't show up.
This problem only began after i set the Form.ParentHandle property to the WinAmp window handle. Is there something different i should be doing at this stage?
This problem only began after i set the Form.ParentHandle property to the WinAmp window handle. Is there something different i should be doing at this stage?