Hi everyone, is there a possible way in moving the position of a picturebox anywhere inside an MDI form?
I tried to use the picturebox's left and top property through code but when the mdi form is loaded, the picture box is still aligned at the top, or at the left...(during the design time, VB doesn't allow in setting the align property of the picturebox to Align-None)
Though I haven't tried using any API, because i don't know what API should I use...any suggestions, or advise?
sample codes would be useful...
thank you very much..:)