EnumerateWindows problem

EnumerateWindows problem

offline
  • zlivuk 
  • Novi MyCity građanin
  • Pridružio: 07 Avg 2010
  • Poruke: 7

pozdrav!naleteo sam na jedan clanak na [Link mogu videti samo ulogovani korisnici] o tome kako dobiti text iz ie edit polja za adrese..i naravno hteo sam da ga pokrenem medjutim stalno mi javlja gresku 'Variable required',pa ako bi neko mogao da mi kaze u cemu je stvar..

...
function GetUrlFromIE (Handle: THandle; List: TStringList): boolean; stdcall; ... procedure TForm1.btnRefreshClick(Sender: TObject); begin  lbIEURL.Clear;  EnumWindows(@GetUrlFromIE, LParam(lbIEURL.Items)); <---GRESKA end; function GetUrlFromIE (Handle: THandle; List: TStringList):  boolean; stdcall; var   hWndIE, hWndIEChild : HWND;   Buffer : array[0..255] of Char; begin   //get the window caption   SendMessage(Handle, WM_GETTEXT, 255, integer(@Buffer[0]));   //look for the Internet Explorer window with "Buffer" caption   hWndIE := FindWindow('IEFrame', Buffer);   if hWndIE > 0 then   begin     //try to get a handle to IE's toolbar container     hWndIEChild := FindWindowEx(hWndIE, 0, 'WorkerW', nil);     if hWndIEChild > 0 then     begin       //get a handle to address bar       hWndIEChild := FindWindowEx(hWndIEChild, 0, 'ReBarWindow32', nil);       if hWndIEChild > 0 then       begin         //finally, locate combo box and add its text to the list         hWndIEChild := FindWindowEx(hWndIEChild, 0, 'ComboBoxEx32', nil);         if hWndIEChild > 0 then         begin           SendMessage(hWndIEChild, WM_GETTEXT, 255, integer(@Buffer));           //List.AddObject(Buffer,TObject(hWndIE));           List.Add(Buffer)         end;       end;     end;   end;   //continue enumeration   Result :=True; end; (*GetUrlFromIE*)



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
Ko je trenutno na forumu
 

Ukupno su 1588 korisnika na forumu :: 74 registrovanih, 12 sakrivenih i 1502 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 20624 - dana 04 Apr 2026 04:18

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: 6footboy, A.R.Chafee.Jr., ajugovic74, Aleksa 3215, aleph_one, Aska, BrusLi, carinko, cifra, Colt D, Deki Duga Devetka, dijica, Dimitrise93, DJUNTA, dukajov, dunavdunav, Dusko_Dugousko, Dzoni70, Dzumanga, elenemste, Ercomero, fijufijukrozkapiju55, Gogi do, Gogi_avio, GosponFulir, iceburn, Ikica977, Jeremiah, jodzula, Joja, Jose, K-1A, Kajzer Soze, KizJ, kybonacci, Metanoja, Mihajlo, Milan Miscevic, milos97, milutin134, miodrag, mm1811, mrgud2025, Natuzzi, nebojsag, niksa517, nobutado, OgnjenMitric, Otto Grunf, Paki, Papadubi, Paško, pceklic, pein, Prašinar, Prle90, Qvazimodo, Radoslava, RajkoB, royst33, Siti2, sspp, Stevan Visoki, stokssone, tm, VanZan, vathra, Vlada78, VNVK, vukovi, W123, zeka013, zivojin32, Zorge