Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Template-Form (let us name it myBaseForm) with the size of (for example) 1024*768. This Form has has some Labels as Header and some Buttons on the Button. Now, if I inherit this Form I want, that the useable area of the new Form (let us call it WorkForm) is the remaining part (that means all exept the Header- and the Button-Area). It should not be possible to drop a (new) Control over one allready existing - so the Workarea should be (for example) x=0 , y=100 , width=1024 , height=600.

How could I realize that ?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900