I have the QnIJPositions structure created by me and an one dimension array QnNo(8) type of QnIJPositions.
Structure QnIJPositions
Dim QnRowPos As Integer
Dim QnColPos As Integer
End Structure
Dim QnNo(8) As QnIJPositions
And now I need another array of 92 elements that each...
Hello,
I have a panel with a background image and I set pictureboxes at runtime on it. So when I press the button that displays all the pictureboxes at runtime there is something like flickering or flashing which is very annoying. I tried the code to the form load event and I don't get this...
Hello, I am new to VB.NET 2005 and what I am trying to do is to create an array of picture boxes at runtime and to display them to the form. Here is my code I have tried so far. If I run it step by step, when the first item of the array is showed on the form the counter increases at 1 then next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.