help with my homework

  • Thread starter Thread starter derrick
  • Start date Start date
D

derrick

this is my third week working with visual basics i am curently working
on a simple class assignment in witch i need to in large country flags
from there small invisable picture boxes in the center of the form to
one large one in the middle of the form when selected by a radio
button.i know how to make them appear in there current state of form
but im having trouble inlarging them to the center picture box
thanx
 
Set the PictureBox SizeMode Property to StretchImage or have two flag
images, one small and one large.

HTH

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
i cant use two sets of flags because the object of the assignment is to
resize the flags from there original picture box to a diffrent empty one
in wich they will inlarge there self, and all i know how to do is open
the picture boxes in wich they were set in.so the trouble im really
having is converting 1 picture box to a new emty one.
thanx
 
OK, then just use the stretch property as I told you

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top