Gentleman:
Does anyone have a code snippet for doing this in Visual Studio.Net 2003?
At form1 on Button1_Click I need to temporarily copy a bitmap (found at installation folder) reduce its size to 125 Width to 175 Height and place it on form2 centered inside panel1?
Here is the tricky part, panel1 is only one of 18 therefore if panel1 has a bitmap already in it then panel2 must be the one receiving the bitmap, so on and so forth.
Finally: On Button2_Click located on form2 all placed bitmaps must be deleted.
Thanks everyone
Does anyone have a code snippet for doing this in Visual Studio.Net 2003?
At form1 on Button1_Click I need to temporarily copy a bitmap (found at installation folder) reduce its size to 125 Width to 175 Height and place it on form2 centered inside panel1?
Here is the tricky part, panel1 is only one of 18 therefore if panel1 has a bitmap already in it then panel2 must be the one receiving the bitmap, so on and so forth.
Finally: On Button2_Click located on form2 all placed bitmaps must be deleted.
Thanks everyone