Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need to know how can i create Tree view control with header in WinForm in C#.... Pin
Christian Graus28-Apr-07 12:12
protectorChristian Graus28-Apr-07 12:12 
GeneralRe: Need to know how can i create Tree view control with header in WinForm in C#.... Pin
PIEBALDconsult3-May-07 17:00
mvePIEBALDconsult3-May-07 17:00 
QuestionHow to copy ICollection object contents to List ? Pin
kumar.bs26-Apr-07 22:59
kumar.bs26-Apr-07 22:59 
AnswerRe: How to copy ICollection object contents to List ? Pin
Christian Graus26-Apr-07 23:06
protectorChristian Graus26-Apr-07 23:06 
GeneralRe: How to copy ICollection object contents to List ? Pin
kumar.bs26-Apr-07 23:11
kumar.bs26-Apr-07 23:11 
GeneralRe: How to copy ICollection object contents to List ? Pin
Christian Graus26-Apr-07 23:26
protectorChristian Graus26-Apr-07 23:26 
GeneralRe: How to copy ICollection object contents to List ? Pin
kumar.bs26-Apr-07 23:30
kumar.bs26-Apr-07 23:30 
Questionhow to change property ? Pin
JankoH26-Apr-07 22:17
JankoH26-Apr-07 22:17 
Hi,

let me explain what i want to do.

I'd like to store properties into a LinkedList (or something similar (key, value pairs)) and then
change the control property via changing the value in this list:

something like this:

Form myForm = new Form();

LinkedList<somekeyvalueclass> list = new LinkedList<somekeyvalueclass>();
list.AddLast("width", myForm.Width);

and then by changing this property i change myForm.Width:
findPropertyByName("width").value = 500;

Maybe I'm completely wrong and it cannot be done in C# Wink | ;)
AnswerRe: how to change property ? Pin
Vikram A Punathambekar26-Apr-07 22:29
Vikram A Punathambekar26-Apr-07 22:29 
GeneralRe: how to change property ? Pin
JankoH26-Apr-07 22:33
JankoH26-Apr-07 22:33 
AnswerRe: how to change property ? Pin
Pete O'Hanlon26-Apr-07 22:47
mvePete O'Hanlon26-Apr-07 22:47 
GeneralRe: how to change property ? Pin
JankoH26-Apr-07 22:59
JankoH26-Apr-07 22:59 
GeneralRe: how to change property ? Pin
Vikram A Punathambekar26-Apr-07 23:06
Vikram A Punathambekar26-Apr-07 23:06 
AnswerRe: how to change property ? Pin
J4amieC26-Apr-07 23:02
J4amieC26-Apr-07 23:02 
GeneralRe: how to change property ? Pin
JankoH26-Apr-07 23:07
JankoH26-Apr-07 23:07 
GeneralRe: how to change property ? Pin
kumar.bs26-Apr-07 23:25
kumar.bs26-Apr-07 23:25 
Questionhow to avoid inlining? Pin
Super Lloyd26-Apr-07 21:28
Super Lloyd26-Apr-07 21:28 
AnswerRe: how to avoid inlining? Pin
Super Lloyd26-Apr-07 21:32
Super Lloyd26-Apr-07 21:32 
Questionhow to serialize form object Pin
SakthiSurya26-Apr-07 21:28
SakthiSurya26-Apr-07 21:28 
Questionemail response link Pin
inbiss26-Apr-07 21:15
inbiss26-Apr-07 21:15 
AnswerRe: email response link Pin
Christian Graus26-Apr-07 21:43
protectorChristian Graus26-Apr-07 21:43 
AnswerRe: email response link Pin
N a v a n e e t h26-Apr-07 22:51
N a v a n e e t h26-Apr-07 22:51 
Questiondisplay image on picture box control which got From Biometric device in c# Pin
Ranjeet from delhi26-Apr-07 20:50
Ranjeet from delhi26-Apr-07 20:50 
AnswerRe: display image on picture box control which got From Biometric device in c# Pin
Christian Graus26-Apr-07 21:44
protectorChristian Graus26-Apr-07 21:44 
QuestionPublishing Windows Application to one setup file Pin
Nooie26-Apr-07 20:44
Nooie26-Apr-07 20:44 

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.