by Kambiz » November 3rd, 2013, 2:22 pm
Sorry but PicShow and DBPicShow control do not accept child controls.
As a workaround, you can use a StaticText control, and put it in the form on top of the PicShow/DBPicShow control. Of course, you can't have transparency for the StaticControl. If you want transparency, manually set the Parent property of the StaticText to the PicShow/DBPicShow control. In this case, when a transition is running, you may see some flickers on the StaticText.
However, I do suggest to use OnAfterDrawFrame event to write your text directly on the Screen bitmsap.
Kambiz