Hi Sriram, Thanks for your reply. I have solved it by setting the Form window state of MDIPARENT to NORMAL & then made the child forms to appear CENTERTOPARENT & then set their Form window state to MAXIMISED. I have advised my colleague to re-design the forms in 800*600 & then integrted the forms. Looks good.
Thanks again, On Sat, Feb 21, 2009 at 5:08 PM, sriram reddy <[email protected]> wrote: > > Then simple, > > Set MAX size to your desired size. And make sure all controles with > in the form are set to bound to the from size. I think some how some > control with in the form pushing the form to size beyond the screen > size. > > thanks. > > > On Feb 20, 6:55 pm, Karthikeyan <[email protected]> wrote: > > Hi Sriram, > > > > Thanks for the reply. I did not set the Max & Min size earlier. It is > 0,0 > > only. > > > > On Sat, Feb 21, 2009 at 12:19 AM, sriram reddy <[email protected] > >wrote: > > > > > > > > > > > > > > > > > Hi, > > > > > Looks like the minimum size and max size are set same on from > > > diclaration. Make sure for all forms min size to 0,0. > > > > > thanks > > > > > On Feb 20, 6:26 pm, Karthikeyan <[email protected]> wrote: > > > > Hi, > > > > > > I am developing a windows application in C# .net. There are totally > 15 > > > > forms. My PC's resolution is 800 X 600 & I have designed few forms. > > > Other > > > > forms were designed by my colleague whose PC's resolution is 1024 X > 768. > > > > > > When I integrated all the forms and run it in my machine the forms > > > designed > > > > by him does not fit in my machine & it looks ugly(Doesnot fit my > screen). > > > I > > > > want all the forms designed by him to fit my screen resolution. > > > > > > I have posted this question few weeks back & Brandon replied me to > set > > > the > > > > form's window state MAXIMISED. I tried that however the problem was > not > > > > solved. > > > > > > Can any one help me out in this solving this issue? > > > > > > -- > > > > Thanks & Regards, > > > > Karthikeyan > > > > -- > > Thanks & Regards, > > Karthikeyan- Hide quoted text - > > > > - Show quoted text - -- Thanks & Regards, Karthikeyan
