How can i make this script capture foreground window without The title ?
https://github.com/npocmaka/batch.scripts/blob/master/hybrids/.net/c/screenCapture.bat
I need it so i can continue on a delphi project without having to change all var's coordinates.
I know it's possible cause i have a screenshot() function on my delphi app that let's me choose between
GetWindowRect(Win, WinRect);
DC := GetWindowDC(Win);
OR
Windows.GetClientRect(Win, WinRect);
DC := GetDC(Win);
I just don't know how to do it in this batch.
Recent Questions...
ما را در سایت Recent Questions دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 415
تاريخ: سه
شنبه
19 مرداد
1395 ساعت: 23:59