Jump to content

Tam Ekran Resmi Nasıl Alınır?


Tncte
 Share

Recommended Posts

Abi Teşekkürler Ama Bunlar Bende Vardı Bana Tam Ekran Alıcak Onu Nasıl Yapabilirim Yani Seçmeden Tek Tık Tam Ekran Resmini Alıp Masaüstüne

x.jpeg,.png vs kaydedicek. :S

Link to comment
Share on other sites

  • Editor
VK_SNAPSHOT = 44;
TIMER_KEYHOOK = 10;
sCount = 0;

function ScreenShot(strFile)
local hWndDesktop = tonumber(DLL.CallFunction("User32.dll", "GetDesktopWindow", "", DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL))
DLL.CallFunction("AutoPlay\\Docs\\windowshot.dll", "CaptureWindow", hWndDesktop .. ",\"" .. strFile .. "\"", DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL)
end

function GetAsyncKeyState(NKey)

    return tonumber(DLL.CallFunction("User32.dll", "GetAsyncKeyState", NKey, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL));

end

if (GetAsyncKeyState(VK_SNAPSHOT) == 0) then

  Page.StopTimer(TIMER_KEYHOOK);
  ScreenShot("C:\\"..sCount..".png")
  sCount = sCount + 1;
  Page.StartTimer(5000, TIMER_KEYHOOK);
   
end

BU işini görür bi ara bi arkadaş için hazırlamıştım

[attachment=1054:windowshot.rar]

Edited by pairs
Link to comment
Share on other sites

çöpün yanından geçip yere çöp atmak gibi oldu k.bakılmasın dostum dalgınlık  :N:

 

Kendi çöpün adına konuş. Burası AutoPlay Media Studio forumu. İşe yarasında yada yaramasın, basit olsun yada olmasın, burada insanlar küçük şeylerden başlayarak yazılım yeteneğini geliştirmeye çalışıyor. Yoksa PrtSc tuşunu anaokuldaki bebelerde biliyor.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...