CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kytro360

Search: Search took 0.01 seconds.

  1. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    How about if I make my program sleep? Or should I incorporate a timer? But the thing about a timer is that if the page loads somehow slower then the set amount it might not work correctly.
  2. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    What version of .net are you using?: The latest

    What is the IDE you are using to do your code?: Whats IDE

    What is the error message you are getting?: No error messages
  3. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    You guys are overthinking this. Like I said that was just a test. If you dont want to help then dont, Ill ask elsewhere where people dont jump to assumptions :/
  4. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    No :| Im not doing spamming or anything ilegal. I just wanted to make a fake traffic generator for one of my sites. It will visit the site with the proxy and count as a view for it. Its mostly just...
  5. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    Okay its a program that will visit a site with the proxy that the user imports from a text file. The text above is "supposed" to change settings (proxys) and visit the site.
  6. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    Hey guys Im in the same position but with another program. Im not planning to sell this one so I can share. It only does what its supposed to do for the first item then just goes down the list not...
  7. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    @Foamy I tried your code but I got a bunch of errors. Maybe its because my method doesnt take any paramters and the code you provided is for if it did I think.
  8. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    What if I need to loop through both listBox4 and 5?
  9. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    I don't know what you are trying to achive.: My program registers on sites

    You say perform an action but you do not say what.: Go to the site and register

    You say there is a parameter but...
  10. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    Im not sure. I didnt create the code, I asked around on another forum and they gave me the code and told me that inside of it to call the method. Im pretty sure I didnt leave a part. Once more all...
  11. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    All the method is a httpwebrequest on a site. I dont know why this should be the focal point of the problem if the loop is in charge of iterating not the method. Its just being called in the loop.
    ...
  12. Replies
    27
    Views
    23,365

    Re: For loop not iterating through a list box

    The purpose of the numericupdown is because I use the numericupdown to generate an amount of text before hand. That text goes into the listbox and I want a certain action done to each item in the...
  13. Replies
    27
    Views
    23,365

    For loop not iterating through a list box

    I have a listbox filled with several items. I want my program to go down the list and to each item in the listbox do the same action it did for the one above. The code I have goes down the list but...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured