Search:

Type: Posts; User: WiktorPL

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,015

    VS 2015 Re: Thread stopped after few minutes

    I'm using that setting, because I want to use more of my hardware resources. Without any priority I use something like 1-5% my processor. With priorities my program works correclty and fast (all...
  2. Replies
    9
    Views
    1,015

    VS 2015 Re: Thread stopped after few minutes

    Can I close them just by call "Exit Sub"?
  3. Replies
    9
    Views
    1,015

    VS 2015 Re: Thread stopped after few minutes

    How can I exit them correctly?
  4. Replies
    9
    Views
    1,015

    VS 2015 Re: Thread stopped after few minutes

    First I use Thread1 -> Thread1.Abort -> Thread12 -> Thread12.Abort -> Again Thread1 -> [...] (infinite work)
    It's something like that.

    I have 10 "loops" like that, but one is stopping after some...
  5. Replies
    9
    Views
    1,015

    VS 2015 Thread stopped after few minutes

    Hello. In my app I have 10 threads that do the same things, but after few minutes, one of the threads stops.
    Why?
    Main construction:
    ThreadX2 = New System.Threading.Thread(AddressOf SUB)...
  6. Replies
    0
    Views
    1,247

    Javascript XMLHttpRequest response

    Hello. How can I see response of the on-page XMLHttpRequest?
  7. Replies
    12
    Views
    4,586

    VS 2015 Re: How to clear cookie container?

    It works! Thank you very much
  8. Replies
    12
    Views
    4,586

    VS 2015 Re: How to clear cookie container?

    I will try to fix my problem, I'll let you know, thanks for help


    EDIT: I can't remove that. Really there's no way to reset cookie container?

    ANOTHER QUESTION: Is there any way to declare a...
  9. Replies
    12
    Views
    4,586

    VS 2015 Re: How to clear cookie container?

    I can't use response cookies, because every request is in another Private Sub and I can't create new cookie because: "Type HttpCookie is not defined"
    Can anybody help?
  10. Replies
    12
    Views
    4,586

    VS 2015 Re: How to clear cookie container?

    Because I'll loop my requests
    Let's show it:
    First request -> gave me cookies -> Second request use cookies -> Clear cookies (?) -> first request ...

    I tried make new cookie with the same name...
  11. Replies
    12
    Views
    4,586

    VS 2015 Re: How to clear cookie container?

    I don't want to delete cookies in IE, but in my Cookie Container which I use to get request response cookies
  12. Replies
    12
    Views
    4,586

    VS 2015 How to clear cookie container?

    Hello. Is it any way to clear cookie container without deleting him?
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width