Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,
I want to create a table in windows form to create a customer complaint form in a software.Please give me suggestion to do this.
Posted
Comments
Dr.Walt Fair, PE 5-Aug-11 0:18am    
What have you tried?
SURBHI TYAGI 5-Aug-11 0:49am    
i am using vs2008.there is a tablelayoutcontrol but i want to create suh type of form that look like exactly a examination form.
Sergey Alexandrovich Kryukov 5-Aug-11 1:57am    
WPF, Forms, what? Tag it.
--SA

Normally you create a Form, then put whatever Labels, TextBoxes, Buttons and other controls on it that you want.
 
Share this answer
 
Just create a Form, in that put Labels, TextBoxes, Buttons and other controls on it as per your requirement.
 
Share this answer
 
Comments
SURBHI TYAGI 5-Aug-11 0:25am    
i want to give a look of form because when i take a print out than it will look like a form.
i am using vs2008.there is a tablelayoutcontrol but i want to create suh type of form that look like exactly a examination form.

Is it like a multiple choice examination/survey type? You can create a form with a set of radio buttons for the choices per item, or you can create a custom control that accepts a question and a set of choices. The second choice is a bit more difficult than the first one, but you get to reuse your control for every item.
 
Share this answer
 
U can use flow layout panel . U can generate text box buttons labels in run time . it i used for dynamic papering controls.....
 
Share this answer
 
<code><code><pre><pre><small><small><big><big></big></big></small></small></pre></pre>
 
Share this answer
 

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