Search:

Type: Posts; User: taco-man

Search: Search took 0.04 seconds.

  1. Re: C# - PC fingerprint (for program piracy protection)

    If it gets it the from the same place windows does that is shown by going to properties in my computer then if you change the clock speed then it will show a different clock speed. you can even get a...
  2. Re: [RESOLVED]Get Multiple Command Line arguments

    i figured it out myself, for some reason i was adding to i in every loop in a for loop so it was skipping every other command line argument.
  3. [RESOLVED]Get Multiple Command Line arguments

    For some reason the thing only "processes" the first command line argument i pass the application. Anyone able to see what stupid mistake i made?
    Code i am using:

    Function...
  4. Re: [NOT RESOLVED]threading: wait for all threads to finish?

    i gave up trying to use threading for downloading files so if anyone sees this thread i just wanted to let you know to not worry about trying to figure out how to do this.
  5. Re: UI Unresponsive to label updates

    Thankyou, you have no idea how much i appreciate that. it works perfectly!
    sorry for my ignorance, im all self taught(but that will change next year when i get into college)
  6. [Resolved]UI Unresponsive to label updates

    in my program i have a loop that does this for each file i want to download

    txtStatus.Text = Filename
    dlw.DownloadFile()

    i was assuming it would show the filename and then...
  7. Re: threading: wait for all threads to finish?

    does anyone know the answer to this?
  8. Replies
    16
    Views
    1,048

    Re: populate a listbox

    i had a problem like this once before not sure what caused it. try creating a new button and copy pasting the code from the old buttons click sub to the new button's click sub.
  9. [IGNORE]threading: wait for all threads to finish?

    how would i wait for all threads to finish before continuing? here is the code that starts a thread. it is called every time i have a file to download.

    dlw = New DownloadWorker(strDIR,...
  10. Replies
    3
    Views
    883

    Re: URL File Exists Check

    i figured it out myself. what i was trying to do is load an xml file into a dataserthat was on a webserver, and i just wanted to make sure the program didnt have problems if the server was down or...
  11. Replies
    3
    Views
    883

    URL File Exists Check

    I have searched everywhere to try and find a way to check if a file exist that is on another webserver.
    example i want to check if "http://www.google.com/intl/en/about.html" exists or not. I tried...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width