❔ WFA PictureBoxes Not Showing
Hi there, if anyone has ever worked with Windows Forms Apps I would love some help:
I have this piece of code where I want to spawn a picturebox however it doesn't show on my application, anyone got ideas?
3 Replies
Do you not have to add the PictureBox to the form?
Looks like you just made one and didn’t do anything with it
So I believe you just have to do Controls.Add(MyBox);
Thanks so much
Legend
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.