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 3372 korisnika na forumu :: 56 registrovanih, 6 sakrivenih i 3310 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: 9191vs, abramac, bolenbgd, bunker, dejan1972, Dioniss, Djuza, doktor097, DonRumataEstorski, draganl, dskrlec33, Electron, elenemste, Georgius, Gintoki, Gogi_avio, gorankuba, Igor Antonic, InzenjerBL, ivan_8282, Jovan1983, Još malo pa deda, Kalem, leopard83, Lep1na, MadMike, MB120mm, mige84, miki69, moldway, novator, OKT, Orc, Petar25, picknick, ping15, Prečanin30, proka89, raketaš, sale_bih, Slobodan Filipović, sosko, sspp, stegonosa, Tastatura ratnik, Tester, Vanderx, varda, vathra, vladaa012, vobo, Vrač, vuk sa vrbasa, Zmajac, Zoran1959, 223223