Click here to Skip to main content
16,012,316 members
Home / Discussions / C#
   

C#

 
QuestionAdding and Removing Form Controls Using Code Pin
Joseph Stanish21-May-07 4:27
Joseph Stanish21-May-07 4:27 
AnswerRe: Adding and Removing Form Controls Using Code Pin
Guffa21-May-07 4:30
Guffa21-May-07 4:30 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Joseph Stanish21-May-07 4:36
Joseph Stanish21-May-07 4:36 
AnswerRe: Adding and Removing Form Controls Using Code Pin
Bekjong21-May-07 4:41
Bekjong21-May-07 4:41 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Joseph Stanish21-May-07 4:42
Joseph Stanish21-May-07 4:42 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Martin#21-May-07 4:51
Martin#21-May-07 4:51 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Luc Pattyn21-May-07 8:50
sitebuilderLuc Pattyn21-May-07 8:50 
AnswerRe: Adding and Removing Form Controls Programatically Pin
Marc Clifton21-May-07 4:28
mvaMarc Clifton21-May-07 4:28 
Umm. Iterate through the Controls collection of the Form and set the Parent to null for the control you want removed from the form.

Marc


Thyme In The Country

Interacx

People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith


GeneralRe: Adding and Removing Form Controls Programatically Pin
Joseph Stanish21-May-07 4:29
Joseph Stanish21-May-07 4:29 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Martin#21-May-07 4:31
Martin#21-May-07 4:31 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Joseph Stanish21-May-07 4:39
Joseph Stanish21-May-07 4:39 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Martin#21-May-07 4:45
Martin#21-May-07 4:45 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Marc Clifton21-May-07 5:05
mvaMarc Clifton21-May-07 5:05 
QuestionChange Locked property Pin
Tushar Mahajan21-May-07 3:17
Tushar Mahajan21-May-07 3:17 
AnswerRe: Change Locked property Pin
Manoj Kumar Rai21-May-07 3:38
professionalManoj Kumar Rai21-May-07 3:38 
GeneralRe: Change Locked property Pin
Tushar Mahajan21-May-07 3:46
Tushar Mahajan21-May-07 3:46 
GeneralRe: Change Locked property Pin
Martin#21-May-07 4:33
Martin#21-May-07 4:33 
GeneralRe: Change Locked property Pin
Tushar Mahajan21-May-07 18:55
Tushar Mahajan21-May-07 18:55 
AnswerRe: Change Locked property Pin
Martin#21-May-07 3:41
Martin#21-May-07 3:41 
QuestionApplication Error---Any help please?? Pin
Ntoki21-May-07 2:55
Ntoki21-May-07 2:55 
AnswerRe: Application Error---Any help please?? Pin
Guffa21-May-07 3:00
Guffa21-May-07 3:00 
QuestionHow to send Date as a DateTime Object?. Pin
pubududilena21-May-07 2:51
pubududilena21-May-07 2:51 
AnswerRe: How to send Date as a DateTime Object?. Pin
Manoj Kumar Rai21-May-07 3:00
professionalManoj Kumar Rai21-May-07 3:00 
GeneralRe: How to send Date as a DateTime Object?. Pin
pubududilena21-May-07 3:14
pubududilena21-May-07 3:14 
GeneralRe: How to send Date as a DateTime Object?. Pin
Manoj Kumar Rai21-May-07 3:26
professionalManoj Kumar Rai21-May-07 3:26 

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.