Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionCOM Interface Usage From C# Pin
James R. Twine14-Feb-07 1:25
James R. Twine14-Feb-07 1:25 
AnswerRe: COM Interface Usage From C# Pin
led mike14-Feb-07 6:59
led mike14-Feb-07 6:59 
GeneralRe: COM Interface Usage From C# Pin
James R. Twine14-Feb-07 7:31
James R. Twine14-Feb-07 7:31 
QuestionDeQueuing Thread from ThreadPool. Pin
nasambur14-Feb-07 0:28
nasambur14-Feb-07 0:28 
QuestionC# class help? [modified] Pin
Wolf9214-Feb-07 0:23
Wolf9214-Feb-07 0:23 
AnswerRe: C# class help? Pin
dipswitch@ownage4u.nl14-Feb-07 0:30
professionaldipswitch@ownage4u.nl14-Feb-07 0:30 
AnswerRe: C# class help? Pin
ShermansLagoon14-Feb-07 0:41
ShermansLagoon14-Feb-07 0:41 
AnswerRe: C# class help? Pin
Pete O'Hanlon14-Feb-07 1:21
mvePete O'Hanlon14-Feb-07 1:21 
I'm assuming that what you are asking is how can a user make a form dynamically by adding controls to it. To do this, you need to add items to the forms Control collection. If you want to see an example of this, just take a look inside a form you have created in Visual Studio.NET. Take a look inside the InitializeComponent method to see what needs to be done. (Note though, setting up a control is about more than just adding it to the collection. You need to set it's location, set it's name (and so on).)

If you have a control container (e.g. a Panel), then you would add any child controls of this to the controls Control collection.

I hope that this gives you enough of a hint about how to get started.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

Questionhow to validate a textbox field for no special characters Pin
Rocky#13-Feb-07 23:54
Rocky#13-Feb-07 23:54 
AnswerRe: how to validate a textbox field for no special characters Pin
stancrm14-Feb-07 0:20
stancrm14-Feb-07 0:20 
AnswerRe: how to validate a textbox field for no special characters Pin
Martin#14-Feb-07 0:24
Martin#14-Feb-07 0:24 
GeneralRe: how to validate a textbox field for no special characters Pin
Rocky#14-Feb-07 17:33
Rocky#14-Feb-07 17:33 
QuestionBegin and End Drawing function in C# Pin
free_soul42413-Feb-07 23:47
free_soul42413-Feb-07 23:47 
AnswerRe: Begin and End Drawing function in C# Pin
Ed.Poore14-Feb-07 0:30
Ed.Poore14-Feb-07 0:30 
GeneralRe: Begin and End Drawing function in C# Pin
free_soul42414-Feb-07 18:49
free_soul42414-Feb-07 18:49 
GeneralRe: Begin and End Drawing function in C# Pin
Ed.Poore14-Feb-07 23:50
Ed.Poore14-Feb-07 23:50 
QuestionHow to fill Combobox & ListBox in PopUp Windows Forms Pin
rzthebeginner13-Feb-07 23:44
rzthebeginner13-Feb-07 23:44 
AnswerRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
Ed.Poore14-Feb-07 0:31
Ed.Poore14-Feb-07 0:31 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
rzthebeginner14-Feb-07 0:41
rzthebeginner14-Feb-07 0:41 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
Ed.Poore14-Feb-07 0:47
Ed.Poore14-Feb-07 0:47 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms [modified] Pin
rzthebeginner14-Feb-07 0:53
rzthebeginner14-Feb-07 0:53 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
Ed.Poore14-Feb-07 1:14
Ed.Poore14-Feb-07 1:14 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
rzthebeginner14-Feb-07 1:20
rzthebeginner14-Feb-07 1:20 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
Ed.Poore14-Feb-07 2:55
Ed.Poore14-Feb-07 2:55 
GeneralRe: How to fill Combobox & ListBox in PopUp Windows Forms Pin
rzthebeginner14-Feb-07 21:04
rzthebeginner14-Feb-07 21:04 

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.