Hey, just a bit confused here. Im making a program that runs full screen. The background of the forms fine becuase i can dock it. But on the form i want a picture box, textbox, and a button. When i put them on in the designer they're fine, but when i run the program then click maximise they dont stay in the center and mold to the corner. Is there a way i can keep them where i want them? i dont rreally know how to explain. if someone thinks they know ill try and expalin better xD. Thanks.
Right, ive set the forms property "window state" to maximised. So now it runs in full screen (no taskbar). I place things where i want on the design part of the form and it all looks fine. but when the programs ran it goes to full screen so all the things that were on the designer page go to the left hand top corner of the screen. so its not in proportion. I think ive tried the anchor property to no avail. Oh and Hack im sorry xD forgot to put the language, but yeah its visual basic 2008.
no thats not the problem,I already have it full screen. The problem is: "I place things where i want on the design part of the form and it all looks fine. but when the programs ran it goes to full screen so all the things that were on the designer page go to the left hand top corner of the screen. so its not in proportion. I think ive tried the anchor property to no avail."
yah, for that my suggessin is to place all the controls in a frame or image control and maintain its location on form resized event. wait ill pst and example.
Hey, that worked. Is the equivalent of a frame in VB8 a groupbox? or label?
the only problem being with this its always in the center what if i wanted to put a bar at the bottom of the page and keep it constantly there. Or to keep a box in a random place in the form when resized? What do i change?
sorry guys just got back from holiday. Right, fazi your code worked well in vb6 but i cant seem to get it to work in 8. Can anyone get this to vb 8 code?