Posted: Sat Aug 18, 2007 2:23 pm Post subject: help get position from ....
hi i got a fast problem =/
when i use this code it is meant to check if panel1.color exist in webbrowser1 well it check if it exist but how to i make it save the position of the color then?
Quote:
var
Wleft,WTop,WRight,WBottom:integer;
col:integer;
begin
Wleft:=(WebBrowser1.Left);
WTop:=(WebBrowser1.Top);
WRight:=(WebBrowser1.Left + WebBrowser1.width);
WBottom:=(WebBrowser1.Top + WebBrowser1.height);
col:=(panel1.color);
if Wleft > col then
if WRight < col then
if WTop > col then
if WBottom < col then
getCursorPos(,); //<<<<<< how to i write down the position
end;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum