In form_resize event put the code to set appropriate left and top of the imagebox |
| Deepak Ghule replied to Timothy Purvis at 04-Jul-08 01:59 |
In form_resize event put the code to set appropriate left and top of the imagebox
imagebox.Left=(frm.Width / 2) - (imagebox.Width / 2)
imagebox.Top=(frm.Height / 2) - (imagebox.Height / 2)
|
|