SetWindowRgn problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36723
    Gino D
    Participant

    I have a program that uses SetWindowRgn to create transparent parts on a form, but when i use a skin the transparency is lost.

    In the attachment you will find a minimalistic program to recreate this problem.

    #54204
    Support
    Keymaster

    Hello!

    If you want to avoid a handling of this form by skin-engine – change the Form1.Tag property to 256. And Remove the TsSkinProvider component.

    I hope it helps.

    #54220
    Gino D
    Participant
    'Support' wrote:

    Hello!

    If you want to avoid a handling of this form by skin-engine – change the Form1.Tag property to 256. And Remove the TsSkinProvider component.

    I hope it helps.

    Thank you very much, that solved the problem! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.