How to create Lines on the Form?

  • Thread starter Thread starter Saravanan
  • Start date Start date
S

Saravanan

Hi i am newbie to C#, i need of to seperate the forms in to two equal
parts by lines, will u please any body tell me how to i do that?

Thanks in advance

Any help and suggessions are appreciated

Bye.
 
Saravanan,
If you want to be able to change the size of both parts put a two panels
withe a splitter in between. Change the splitter apperance as you whish. If
you don't need resizable parts instead of splitter use a third form in the
middle. Set its width or height, depenfing on the orientation to some small
number (say 4). Play with the borders, background color, etc to get desired
appearance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top