ok so after all i will join the test.
BV SZ RealMode
> nr 11 > +113
[attachimg=1]
BV SZ RealMode
> nr 11 > +113
[attachimg=1]
Our members are dedicated to PASSION and PURPOSE without drama!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: JohnLegend on December 07, 2012, 07:33:55 PMLets not create Troll factory.
I would make that 5 a month
...
//TPoint type variable consist of 2 values: X and Y
var v_pt: TPoint;
x:=0;
y:=0;
//x and y are coordinates you want to move your mouse to
//assing them to TPoint variable
v_pt.x:=x;
v_pt.y:=y;
//call CTS function to modify those variables feeding it with handle of the component
Windows.ClientToScreen(Panel1.Handle, v_pt);
//move cursor to position
SetCursorPos(v_pt.x,v_pt.y);
...
...
var DC: HDC;
...
DC := GetDC(CasinoHANDLE);
...
BitBlt(Bmp.Canvas.Handle, 0, 0, Width, Height, DC, x1, y1, SRCCOPY);
Quote from: Bayes on November 30, 2012, 08:38:12 AM
Do you have any numbers or ranges within which you classify something as dominant and when it is no longer dominant?
Quote from: TwoCatSam on November 29, 2012, 06:40:32 PMim working on modifying current clicker... want to add options like:
A clicker to shame all clickers is in the pipeline.