Hi
I am using a Template and a wizard to create a project but I have one problem. Based on the input from the user I want to create some TextBox controls on the form. The code for the TextBoxes are created in the Designer.cs file but it doesn't show in the Designer. I have looked at all the files in the project and I can't see any difference in the TexBox controls I have added via my Wizard/Template and the one that are added by dragging it from the Toolbox.
Per Grill
Per Grill NielsenPosted Mar 29, 2008, 6:32 AM
I've solved the problem.
I forgot to add the control to the form.
Per Grill