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 1148 korisnika na forumu :: 94 registrovanih, 11 sakrivenih i 1043 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: -[CoA]-, 04bokibole, 4. Ozrenska, amaterSRB, Ata81, bavar357, benne, bogart81, Bojan198527, Botovac, BraneS, branko7, BtR-45, Citalac, darcaud, Dioniss, DJ Brain(w)rack, dj.ape, Djuro2000, doktor097, Dorcolac, Dovla, drgrozozo, drimer, dulleo, Džekson, esko_hz, famoso, fićo32, gobrad, GrobarPovratak, grunff2, havoc995, ikan, ilija.24, interesujeme, ivan1973, ivran064, Jomini, JOntra, Jozo74, Još malo pa deda, Kajzer Soze, Knele2019, komsija1, kovinacc, kybonacci, Lazur_01, lcc, littlebunny, luka35, Makeitdrip, mango, mauglibn, mikrimaus, milimoj, misaru, N.e.m.a.nj.a., nebidrag, novator, operniki, Orc, panzermilan45, Papadubi, pechora, pein, PlayerOne, Povratak1912, proka89, RajkoB, raketaš, robertino, rovac, royst33, Sava89, SD izvidjac, shaja1, sokars, SOVO515, superwhy, tanakadzo, tmanda323, Tvrtko I, vensla, vidra1, vladas87, Vladovbl, VP6919, Vrač, vuk14, vuk77, vukajlo71, Zrcalo, |_MeD_|