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...
Please I can't find a solution.
I have a panel in my form and I create 64 (8x8) picture boxes at runtime and putting them onto panel when I click a button, and they cover all over the panel as I want. Every picture box has backcolor too except it's image. I tried to change the form backcolor to...
Thank you so much Postmstrmage1768 but thereisn't such a method for panel control. I found only beginupdate method to the form but with no effect. It doesn't help me at all :(
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...
Thank you so much. I don't believe it was something so simple.
I thought it could work with pics(i)=pb because I wanted every item of the array to be each one the same object as pb.
But I can work for me in your way too just only with some lines of code about some values of array item's...
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.