Quantcast
Viewing all articles
Browse latest Browse all 27201

Precise Timer, Microsecond timer

Hi

I am looking for something that is Much Much faster than a thread timer.

Code:

Dim ggg As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(screenshot)
  ggg.CopyFromScreen(New Point(0, 0), New Point(0, 0), screensize)
  Dim point As Color = screenshot.GetPixel(1, 1)
  Dim kolor As Color = Color.FromArgb(111,111,111)

if point  = kolor then
msgbox("=")
end if

I am trying to do that, however I am trying to do this for animations/FPS stuff and I need something that is 100 times faster.

Does anyone know what to do?

Viewing all articles
Browse latest Browse all 27201

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>