Hello to the community.

I am using vb 2010 an I am dealing with a problem. I have an array of values and some textboxes
Array has some values like these
Dim numbers() as Integer= {1,7,2,4}

I am trying to put these values to 4 textboxes in a random way.
How can I do that?