Click here to Skip to main content
15,887,083 members

Comments by john1990_1 (Top 200 by date)

john1990_1 4-Nov-21 5:34am View    
I'm thinking of making when arriving to the lowest point possible to add a button saying: "Show more" and then remove all PictureBoxes and show more pics from the beginning in the same panel.
EDIT: I did the above.
john1990_1 3-Nov-21 17:05pm View    
Thx, it only seems like logging "All Done", but it's not all done, all the pics below (under in view) 32,767 pixels I think would be stuck there one over the other.
john1990_1 3-Nov-21 16:50pm View    
I make PictureBoxes, and put each new one below or on the right of the one before it, if its Bounds intersect with any of the previous ones, it goes down, but it hangs on 32,767 because when I put the new pic below the one before it, it doesn't go below it because of the limit, so it's an infinite loop. I added code to the question.
john1990_1 3-Nov-21 16:37pm View    
But the gifs stop going down at 32,767 as tested by me and realizing that this is the limit.
john1990_1 12-Oct-21 14:01pm View    
I think it's severely hard for me to do the mouse click transparency now, from easy to hard, how to disable keyboard focus plz?