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 1115 korisnika na forumu :: 79 registrovanih, 6 sakrivenih i 1030 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: alek_bre, antonije64, aramis s, baltazar01, bobomicek, Boris BM, bpvl, bufanje, BZ, Clouseau, coaaco, colji, comi_pfc, cvrle312, darcaud, Denaya, Django777, djuradj, Dorcolac, Dovla 1980, DPera, Dzoni Stek, EVIDENTICAR, filip1326, FOX, Georgius, goran.vvv, havoc995, ikan, ILGromovnik, JK, jodzula, Jomini, Kobrim, krca73, Kruger, Kubovac, Mare_cepare, Meklejn, Mercury, mexo, Miki01, mile33, milenko crazy north, miljannis, Mitch22, moldway, morava_01, Motocar, Mrav Obrad, Mskok, Najax, Nemanja Opalić, nuki1234, Oblički, oganj123, opt1, pceklic, Pilence, proka89, raptorsi, Rebel Frank, repac, royst33, saputnik plavetnila, Sarmat, Shilok, tanakadzo, TheBeastOfMG, vathra, VJ, Vlad000, volimpivuvolimrakiju, Weteran, Yellow Pinky, zdrebac, zg, Zimbabwe, Đurđevdan