Screenshot

Hey,

How can I take a screenshot of the current screen with a cicode function? 

Parents
  • No one answered, hmm

    No simple way
    You have to use external DLL or ActiveX

    If it helps, i can post part of my ActiveX library for Citect SCADA (Rad studio), that utilize this:
    procedure GetScreenShot(var Bmp:TBitmap);
    function ScreenShotToFileJPG(sFileFullName:String):boolean;
Reply
  • No one answered, hmm

    No simple way
    You have to use external DLL or ActiveX

    If it helps, i can post part of my ActiveX library for Citect SCADA (Rad studio), that utilize this:
    procedure GetScreenShot(var Bmp:TBitmap);
    function ScreenShotToFileJPG(sFileFullName:String):boolean;
Children
No Data