Screen capture with Apprehend

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32975
    Dennis445
    Participant

    I ran into a problem with Apprehend and AlphaControls, it seems when I do a captureobject my screen gets a grey canvas that covers the whole window but if to change the srStdForms to false I can capture normaly.

    Has any one else run into this issue.

    How can I turn srStdForms off in code before my capture?

    #39296
    Neon
    Participant

    CODE
      sSkinManager1.SkinningRules := sSkinManager1.SkinningRules – [srStdForms];
      //capture the object here…
      sSkinManager1.SkinningRules := sSkinManager1.SkinningRules + [srStdForms];

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