Hi there,
1) So i have a Menu Strip, and a couple of user controls, and in these user controls, i have group boxes. So when I click on the item that I want in my menu strip, it displays as normal. That's working fine.
What I am trying to do is, when I click on a different item in the menu strip, i want that item (user control) to be displayed on my form, disposing the previous user control.
How do i go about displaying the other control and disposing the previous?
2) I have a picture box, the size of this picture box is "376, 197". does this mean that it is 376x197 pixels?
Thanks in advance.