Hi guys,
been looking for a while but could find no answer so I thought I'd ask and get on with something else in my app.
I have a multi-form application and on the 'Main' form I have set two SkinManagers… the 1st SkinManager controls the way the application looks on all subsequent forms.
The 2nd SkinManager is set with a different skin name… what I want to do is, using the skin set in SkinManager2, copy a skinsection='FORM' into a tImage for use as a background. I then modify the tImage according to the application need. So when the SkinManager2 changes 'name', the tImage is updated with a skinSection='FORM'… I want to 'bitblt' the correct image, using SkinManager2, onto Image1.
Hope I've explained it well enough.
Darren