Search:

Type: Posts; User: Rixterz

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    776

    Taking screenshots - ArgumentException

    Hi

    I have the following function, which I call every 200ms and set the result of to a picturebox's image.
    After a while, it throws an ArgumentException, saying "Parameter is not valid".


    ...
  2. Replies
    8
    Views
    3,464

    Re: User control Flickering

    You are a genius. This solved my problem completely! :D
  3. Replies
    92
    Views
    263,925

    Re: [Vb.Net] WebCam Class (ICam)

    computerschrat,

    As iCam is the name of the class, you cannot initiate 2 instances of it.
    Therefore, i suggest that you use
    Application.Run(New iCam()) # then, in each iCam, do...
  4. Replies
    92
    Views
    263,925

    Re: [Vb.Net] WebCam Class (ICam)

    Please don't doubt yourself! This code is awesome and has given me the power to complete my project. I'd recommend it to anyone!
    Thanks for posting! :)
  5. Re: detecting network connection

    thanks for degrading my life. i try to help.
  6. Re: detecting network connection

    Hiiiii

    you are looking way too deeply. the code you need is:

    if my.computer.network.isavailable=true then
    #whatever# msgbox("Internet Connection Is On")
    end if
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width