Not the one I'm trying. Harry so I did that and now I get this error:
Added a few lines top and bottom more detail I guess:
Code:
Compiled successfully in 1249 ms.
SRL Compiled in 15 msec
SMART Initialized.
Loaded: Server 24, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
This is the area it highlights the tab it opens is titled smart
Simba Code:
function IsRealMouseInBox(B : TBox): Boolean;
var
P : TPoint;
begin
GetRealMousePos(P.X, P.Y);
Result := PointInBox(P, B);
end;// Line 101