Search:

Type: Posts; User: tony007

Page 1 of 13 1 2 3 4

Search: Search took 0.50 seconds.

  1. how to output only the last 4 items of array in a for loop?

    hi all i got an array that has dynamic number of elements for example one time it has 10 items one time 20 items .But i am only intrested in last 4 items. how i can print those last 4 items inside...
  2. Replies
    2
    Views
    1,455

    how to output image thumbs in rows of 3?

    hi all i am trying to display image thumb with its title in rows of 3 but the following code out puts each image in one row! could you guys help me output the image thumb and its title in rows of 3 ?...
  3. Replies
    0
    Views
    1,771

    how to use file_get_contents with iframe?

    can any one tell me if can use file_get_contents with iframe?i want to parse some data from iframe but dont know how. The iframe loads an external website.Looking forward for replies.Thanks
  4. How to get img alt Attribute value (Alt-"episode 48 ")

    hi all i got the image html in array $matches[1][$i]. I wonder how i can only get the value of ALT= which in this case would be episode 48?

    <IMG SRC="http://images.somesites.com/videos/3.jpg"...
  5. How to print preg_match_all values as hyperlinks ?

    Hi all . i got this php script that outputs video ids. i wonder how i can use those values inside html and out put a hyperlink for each video id ? i want to create
    links like this:


    <a...
  6. how to use preg_match to extract a http url which ends with .flv from remote html

    hi all. i am loading an external url using file get content.i wonder how i can use preg_match to find the first url that starts with http and ends with .flv? i want to output that url . could any one...
  7. how to get remote html(data beetween and

    Hi all i want to copy part of remote html in php.I want to pass the php script a remote url and want it to ONLY output the html block of data between
    <!-- start-container -->and<!--stop-container...
  8. Re: Help sorting listbox in Ascending order(listbox holds only numbers)

    Thanks magic. i tried the second one and it worked well! does it sort only 4 digit numbers ?because may be in future i get numbers which are 5 digits or more so same code will work or should i change...
  9. Re: Help sorting listbox in Ascending order(listbox holds only numbers)

    Thanks for reply but i dont see any code !
  10. Help sorting listbox in Ascending order(listbox holds only numbers)

    Hi all . i am trying to sort a listbox while filling the listbox in ascending order. My current code sorts like this :



    1013
    1034
    716
    717
    829
    830
  11. Re: [RESOLVED] How to remove everything after last slash(/) including slash itself ?

    Max many many thanks it solved the problem!:)
  12. [RESOLVED] How to remove everything after last slash(/) including slash itself ?

    hi all . i am extracting a list of urls from webbrowser controle but i want to remove everthing after the last slash including the slash . could any one telll me how this can be done? thanks
    ...
  13. Replies
    2
    Views
    691

    How to construct dynamic url hyperlinks?

    Hi all i am trying to construct a list of dynamic url hyperlinks from dynamic values of sResult(N)(holds movie url) and textbox6(holds movie name) and N (holds episode number) and place them in...
  14. how to decode URI Component in vb6(removing %% from urls)?

    Hi all . I got urls as variable but they are in diffrent format like this:

    http%3A%2F%2Fw3schools.com%2Fmy%20test.asp%3Fname%3Dst%C3%A5le%26car%3Dsaab

    I wonder how i can remove those % and make...
  15. Re: How to download and save a webpage and load its html in textbox?

    Thanks max for your reply. I managed to load the html in to richtextbox but how to look for value of src="..." (in this case it would be...
  16. How to download and save a webpage and load its html in textbox?

    hi all . i wonder how i can download a webpage and load its html in to a textbox for further processing. My main goal is to download a remote webpage and search for following value(want to get...
  17. how to get src=" " value from webbrowser controle source code ?

    hi all. i am loading a web page in webbrowser controle . I want to extract the value of src="" from the source code. I used the following code to get value of href="" successfully but dont know how...
  18. how to upload a remote file to dropbox cloud using php?

    Hi I am wondering how I can upload a remote file to dropbox cloud without having to download the remote file to server that run the php script then upload it to dropbox? I want to eliminate the...
  19. Re: Problem clicking save button on File Download window?

    Thanks guys. well the window is called by same vb6 project so you guys think it will not work or should i put some sort of sleep before sending click ?

    westconn1 if i used the example in OD fourm...
  20. Replies
    11
    Views
    10,011

    Re: IE Download File Prompt

    Thanks guys for reply. Mawdo why your code will not work if the download button is clicked from webrowser control that is in same project as your code(i added small code at start of your code that...
  21. Replies
    11
    Views
    10,011

    Re: IE Download File Prompt

    thanks mawdo. May i know why we have to wait 30 seconds ? as far as i can see the codes assumes the file download windows is already visable!

    May i know why findwindow is inside "do loop untill" ?...
  22. Replies
    11
    Views
    10,011

    Re: IE Download File Prompt

    could you guys post a working code that clicks save automatically ?
  23. Problem clicking save button on File Download window?

    hi all . i am trying to click save button on file download window using this code but for some reason it doesn't work. I know i got the correct handle of the button but problem is clicking it. Hope...
  24. How to close internet explorer script erro window in webbrowser control

    hi all i have a webbrowser controle that loads a url .Unfortuenlty when it loads the url i get a error like shown below. Is it possible to close that error automatically(in another word press button...
  25. how to add link to this swf button using html?

    Hi all . could any one show me how i can add a link to swf button using htmly only ? i want be redirected to a perticuler page once i click the button2.swf. Looking forward for replies.Thanks

    ...
  26. Re: How to count characters when user type in textbox and display it in label ?

    Thanks for you reply .But how i can show the char count while user type in label ?


    Private Sub Command1_Click()
    Label1 = Len(Text1.Text)
    End Sub
  27. [RESOLVED] How to count characters when user type in textbox and display it in label ?

    Hi all i got a textbox that user types a name. I want some how show the number of characters shown in label during user typing and warn him if he exceed for example 10 characters or disable...
  28. Re: How to hook the winsock API "recv" and parse its packet?

    It is not my application but it is running on my own computer . I am just trying to customize the user interface of the application to suite my needs! There are application that do what i want but i...
  29. Re: How to hook the winsock API "recv" and parse its packet?

    Did you find that example ?I am still looking for it!
  30. Re: How to Set Focus To A Specific Hwnd(Accordion ctl hwnd) In An External App?

    Many thanks i found that thread of you and it solved the problem!


    Private Declare Function AttachThreadInput Lib "user32.dll" (ByVal idAttach As Long, ByVal idAttachTo As Long, ByVal fAttach As...
  31. Re: How to Set Focus To A Specific Hwnd(Accordion ctl hwnd) In An External App?

    Thanks this code brings the application to front but how to set the focus on list first item not the list category name(which is on the top of first item of list) ? how to declare setfocus ?
  32. Re: How to Set Focus To A Specific Hwnd(Accordion ctl hwnd) In An External App?

    lavlpe thanks for your reply but how to get thread id and can you give me example of api attachthreadinput i couldn't find an example in the fourm!
  33. [RESOLVED] How to Set Focus To A Specific Hwnd In An External App?

    Hi all there is list in another application that i don't have its source code. However i have the list hwnd and wondering how i can set focus on it when it loses focus ?current if i click on any item...
  34. Re: How to press arrow down programitcally ?

    Thanks all but non of the above solution work for me. There is accordion ctl in another application where the it has focus on first item. I have the Hwnd and all i want programitcally press arrow...
  35. Re: How to press arrow down programitcally ?

    Thanks for your reply. i tried that but it does not press the arrow key down at all !
  36. [RESOLVED] How to press arrow down programitcally ?

    Hi all . I want to create a button so when i press it it press arrown key down in keyboard.could any one show me how this can be done?thanks
  37. Re: How change timer interval if it already running ?

    RhinoBull but how i should make my timer to work with both seconds and min ? as you see from this code it works with seconds how i should make it work in mins when cetain conditions applies for...
  38. Re: How change timer interval if it already running ?

    Thanks for you reply. how i can define 1 or 1.5 or 2 min timer interval ?
    so 1 min will be Timer1.Interval = 60000 and 1.5 min will be Timer1.Interval = 90000 and 2 min Timer1.Interval = 120000?
    ...
  39. Re: problem stoping timer when i get popup message!

    Many thanks westconn1 disabling timer once i found the window realy solved the problem. Now i learned that after window found i should disable timer and and enable it in the next round when i load...
  40. How change timer interval if it already running ?

    Hi all .I got command8 function that clicks a button(command1) every pre defined seconds (for example every Text16.Text=30 seconds)by the user.

    I wonder how i can change timer4 interval inside...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width