Jump to content

Progress Geri Sayım Yapmak ?


zafersword
 Share

Recommended Posts

arkadaşlar bir web browser yaptım herşeyi tamam ama bir eksiği kaldı istiyorumki girdiğim sayfaya 30saniyede bir yenile yapsın yukarıda Progress ilerlesin 30 saniye boyunca sonra sayfa yenilensin sonra tekrar başların Progress geri sayıma 30 saniye bitince tekrar sayfayı yenilesin yani kısacası açılan sayfalar 30 saniyede bir yenile yapsın bu zamanıda Progressde göstersin
Link to comment
Share on other sites

proje aşşağıdaki linkde browseri yaptım ama tek sorun progres ile sayfayı 30saniyede bir yenilemek kaldı yardım ederseniz sevinirim her girdiği sayfayı 30saniyede bir yenilesin istiyorum 30saniyeyide progres ile 100 kadar değilde 30kadar gitsin istiyorum lütfen yardım edin

Edited by zafersword
Link to comment
Share on other sites

Ok Çok Teşekkür Ettim son bir sorum var peki farklı proxy ile girme imkanı varmı yani istense öle bişe yapıla bilirmi mesela yan tarafda proxy listesi olacak her 30saniyede farklı proxy ile bağlanacak yani sen biliyormusun demiyorum zaten yeterince yardımcı oldun sadece istense yapılabilirmi diyorum

Link to comment
Share on other sites

Peki bende alexa tolbarlı bir portable firefox var bu tıkladığım zaman ams ile yaptığım programın içinde açılsın dersem öle bişe nasıl olur mesela bir portable programı ams ile yaptığımız pencere içinde açmak bari o yoldan giderek bu sorunu çözmüş oluum çünkü tolbarsız bir browser düşünemiyorum basit çok basit duruyor.

Link to comment
Share on other sites

aşağıdaki kodlar açık olan firefox penceresini proje içinde gömülü şekilde gösterir. Kodların çalışması için WinAPI plugini yüklü olması gerekmektedir.

[color="#000000"]Global Functions:[/color]

[codebox]
function xMount(executable)
xWindow = {}
xWindow.PWnd = Application.GetWndHandle();
xProcesses = Window.EnumerateProcesses(true);
for handle,path in pairs(xProcesses) do
xWindow.Find = String.Find(path, executable, 1, false);
if xWindow.Find ~= -1 then
xPwndSize = Window.GetSize(xWindow.PWnd);
xWindow.CWnd = handle
repeat
Window.IsPWnd = WinApi.SetParent(handle, xWindow.PWnd);
until Window.IsPwnd ~= 0
Window.SetSize(handle, xPwndSize.Width - 6, xPwndSize.Height - 7);
Window.SetPos(handle, -8, -33);
WinApi.ShowWindow(handle, SW_NORMAL);
Page.Redraw();
end
end
end

function xSize()
if xWindow then
xPwndSize = Window.GetSize(xWindow.PWnd);
Window.SetSize(xWindow.CWnd, xPwndSize.Width - 6, xPwndSize.Height - 7);
Window.SetPos(xWindow.CWnd, -8, -33);
WinApi.ShowWindow(xWindow.CWnd, SW_NORMAL);
Page.Redraw();
end
end

function xDestroy(executable)
xProc = System.EnumerateProcesses();
for id,path in pairs(xProc) do
isRun = String.Find(xProc[id], executable, 1, false);
if isRun ~= -1 then
System.TerminateProcess(id);
end
end
end
[/codebox]

[color="#000000"]Page On Show:[/color]

[code]xMount("firefox.exe");[/code]

[color="#000000"]Önizleme:[/color]

[img]http://i.imm.io/4F5I.jpeg[/img]

Link to comment
Share on other sites

Yardım için saol ama ben bu şekilde demek istemedim yaptım amam illahi firefox'u bilgisayarda açmam lazım anca öyle gösteriyor ben istiyorumki firefoxu bilgi sayarda açmadan ams ile yaptığım exe dosyasını tıklayınca içine koymuş olduğum protable firefox açılsın o pencerein içerisinde o şekilde istemiştim

Link to comment
Share on other sites

ya benim ya farklı Proxyler ile bağlanmayı yada tolbar eklemem lazım ikişsinden birinin mecburum yapmaya lütfen başka arkadaşlarda yardımcı olsun bu arada [font="Arial Black"][font="Arial Black"]KintaRo [/font][/font] yardımlarından dolayı çok teşekkür ettim saol

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...