| I am trying to update/Refresh a moving panel that is
Quote:
within a windows form that exceeds the forms bounds. I
would like to know how to reset the bounds...or have the
panel drawn. Its not visible at the moment. Thank you. |
What type of panel are you working with? There is a .Net Panel in
System.Windows.Forms.Panel and there is also the Java panel in
java.awt.Panel.
System.Windows.Forms.Panel has a Size property that you can use to set the
size of the panel
java.awt.Panel has a setBounds() method that allows you to set the bounds
for the panel.
I hope this is helpful,
Thanks,
Michael Green
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only.