1
vote
Dynamic GUI creation using configuration files
Yes we can :) I have done this for a page designer that uses only Textboxes, Rules(lines) and Graphics but it should work for all registered controls.
[Off the cuff code approximation] …
0
votes
Place a window behind any other existing third party window
If you can get the handle of the window you want in front then I would assume that:
Pseudo Code:
MyAppWindow.BringToFront
followed by
TargetWindow. …
0
votes
Delphi transparent PNG Issue
Your settings are wrong. I am doing this (With a bitmap).
The TImage.Transparent should be false.
The Form.TransparentColourValue should be the colour of the part of The TImage that …
