Click here to Skip to main content
15,886,689 members
Home / Discussions / C#
   

C#

 
AnswerRe: dataGridView filtering with IList. Pin
Henry Minute15-May-10 1:22
Henry Minute15-May-10 1:22 
GeneralRe: dataGridView filtering with IList. Pin
mprice21415-May-10 15:46
mprice21415-May-10 15:46 
GeneralRe: dataGridView filtering with IList. Pin
Henry Minute16-May-10 0:23
Henry Minute16-May-10 0:23 
GeneralRe: dataGridView filtering with IList. Pin
mprice21416-May-10 15:57
mprice21416-May-10 15:57 
Questionwindows 7 jumplist window border style? Pin
Druuler14-May-10 8:05
Druuler14-May-10 8:05 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 8:56
sitebuilderLuc Pattyn14-May-10 8:56 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 10:43
sitebuilderLuc Pattyn14-May-10 10:43 
QuestionCreating Control at Design time Pin
Said Ali Jalali14-May-10 6:50
Said Ali Jalali14-May-10 6:50 
Rose | [Rose] Rose | [Rose] Rose | [Rose]
Hi.
Can you tell me how can i create a control at Design time but with my own c# code.
For example:
TextBox textBox=new TextBox();
textBox.Name="My textBox";
myForm.Controls.Add(textBox);
myForm.Refresh;

I want to run this Code as Design Time.It works at run time but i don't want that.
I want to do some thing like DataGridView that add columns at Design Time.
Thank you all.
Rose | [Rose] Rose | [Rose] Rose | [Rose]
CanI

AnswerRe: Creating Control at Design time Pin
DaveyM6914-May-10 7:07
professionalDaveyM6914-May-10 7:07 
QuestionRe: Grid: Fill background colour to 1 column only from row Help Pin
roman_s14-May-10 5:15
roman_s14-May-10 5:15 
Question\r\n to <br /> Pin
Xmen Real 14-May-10 5:00
professional Xmen Real 14-May-10 5:00 
AnswerRe: \r\n to <br /> Pin
PIEBALDconsult14-May-10 6:19
mvePIEBALDconsult14-May-10 6:19 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:24
professional Xmen Real 14-May-10 6:24 
GeneralRe: \r\n to Pin
PIEBALDconsult14-May-10 6:37
mvePIEBALDconsult14-May-10 6:37 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:41
professional Xmen Real 14-May-10 6:41 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 9:28
protectorAspDotNetDev14-May-10 9:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:26
professional Xmen Real 14-May-10 18:26 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 18:28
protectorAspDotNetDev14-May-10 18:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:30
professional Xmen Real 14-May-10 18:30 
GeneralRough solution but works Pin
Xmen Real 14-May-10 18:59
professional Xmen Real 14-May-10 18:59 
GeneralRe: Rough solution but works Pin
AspDotNetDev17-May-10 17:02
protectorAspDotNetDev17-May-10 17:02 
GeneralRe: Rough solution but works Pin
Xmen Real 17-May-10 18:07
professional Xmen Real 17-May-10 18:07 
QuestionExtending Entity Data Model Pin
Sevententh14-May-10 4:24
Sevententh14-May-10 4:24 
AnswerRe: Extending Entity Data Model Pin
Sevententh17-May-10 1:26
Sevententh17-May-10 1:26 
QuestionMessage Removed Pin
14-May-10 3:47
roman_s14-May-10 3:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.