help vb.net

  1. L

    Resolved How to use .PaintPicture in VB.NET?

    Im working on my assignment, camera, and i dont know how to use the .PaintPicture or something. im stuck. what i like is to get the image inside the rectangleshape1 (fix size) of VideoSourcePlayer1 and paste the image to picturebox2. (i hope you get it, im bad at explaining things) please see...
  2. D

    Question Problem with move items of an array

    Hi, I have a problem with move items of an array according to a schema. This is the purpose of the code: arrayi= {1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5} Move items in the array to achieve this: arrayf= {1,2,3,4,5,5,1,2,3,4,4,5,1,2,3,3,4,5,1,2,2,3,4,5,1} So: 12345...
  3. M

    Question Currency format HELP

    Hey, I'm very new to vb.net and i was wondering how to make a variable called amount and display it in a currency format using syntax ? I hope i explained this okay
Back
Top