Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
QuestionWebbased browser used locally Pin
dennisv.oers1-Apr-07 23:52
dennisv.oers1-Apr-07 23:52 
AnswerRe: Webbased browser used locally Pin
kubben2-Apr-07 3:27
kubben2-Apr-07 3:27 
GeneralRe: Webbased browser used locally Pin
dennisv.oers2-Apr-07 20:52
dennisv.oers2-Apr-07 20:52 
QuestionIE Toolbar show up automatically after installing toolbar Pin
peerahmad1-Apr-07 23:46
peerahmad1-Apr-07 23:46 
QuestionAccessing MDI child controls under MDI application Pin
sinosoidal1-Apr-07 23:30
sinosoidal1-Apr-07 23:30 
AnswerRe: Accessing MDI child controls under MDI application Pin
Obaid ur Rehman2-Apr-07 1:07
Obaid ur Rehman2-Apr-07 1:07 
GeneralRe: Accessing MDI child controls under MDI application Pin
sinosoidal2-Apr-07 1:14
sinosoidal2-Apr-07 1:14 
AnswerRe: Accessing MDI child controls under MDI application Pin
Pete O'Hanlon2-Apr-07 2:14
mvePete O'Hanlon2-Apr-07 2:14 
Can I suggest that you take a look at design patterns - specifically the MVC pattern. Have a read up on it, and see why this is not a good idea. More importantly, a good text on the MVC pattern will show you how to solve this issue in a better fashion.

You don't want to couple up the logic in a main form so that it knows how to update/control the controls in a child form. That is the responsibility of the child form. All you need to do is tell the child form WHAT you want it to achieve, and let it work out how to do it.

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

QuestionClass Diagrams reverse engineer Pin
RajeshGuptha1-Apr-07 23:26
RajeshGuptha1-Apr-07 23:26 
AnswerRe: Class Diagrams reverse engineer Pin
joon vh.1-Apr-07 23:32
joon vh.1-Apr-07 23:32 
AnswerRe: Class Diagrams reverse engineer Pin
Rudolf Jan2-Apr-07 0:07
Rudolf Jan2-Apr-07 0:07 
GeneralRe: Class Diagrams reverse engineer Pin
joon vh.2-Apr-07 3:12
joon vh.2-Apr-07 3:12 
AnswerRe: Class Diagrams reverse engineer Pin
Rudolf Jan3-Apr-07 0:55
Rudolf Jan3-Apr-07 0:55 
QuestionCopyto in NameValueCollection Pin
SakthiSurya1-Apr-07 22:09
SakthiSurya1-Apr-07 22:09 
AnswerRe: Copyto in NameValueCollection [modified] Pin
joon vh.1-Apr-07 22:20
joon vh.1-Apr-07 22:20 
GeneralRe: Copyto in NameValueCollection Pin
SakthiSurya1-Apr-07 23:06
SakthiSurya1-Apr-07 23:06 
GeneralRe: Copyto in NameValueCollection Pin
joon vh.1-Apr-07 23:12
joon vh.1-Apr-07 23:12 
GeneralRe: Copyto in NameValueCollection Pin
SakthiSurya1-Apr-07 23:16
SakthiSurya1-Apr-07 23:16 
GeneralRe: Copyto in NameValueCollection Pin
joon vh.1-Apr-07 23:22
joon vh.1-Apr-07 23:22 
GeneralRe: Copyto in NameValueCollection Pin
SakthiSurya1-Apr-07 23:28
SakthiSurya1-Apr-07 23:28 
GeneralRe: Copyto in NameValueCollection Pin
joon vh.1-Apr-07 23:38
joon vh.1-Apr-07 23:38 
GeneralRe: Copyto in NameValueCollection Pin
SakthiSurya1-Apr-07 23:44
SakthiSurya1-Apr-07 23:44 
GeneralRe: Copyto in NameValueCollection Pin
joon vh.1-Apr-07 23:49
joon vh.1-Apr-07 23:49 
GeneralRe: Copyto in NameValueCollection Pin
SakthiSurya1-Apr-07 23:52
SakthiSurya1-Apr-07 23:52 
QuestionIncrease or Decrease of a color. Pin
Test2703071-Apr-07 21:08
Test2703071-Apr-07 21:08 

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.