Hi
I am looking for something that is Much Much faster than a thread timer.
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?
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
Does anyone know what to do?