Click here to Skip to main content
15,907,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: Resources.resx Pin
Mike Hankey2-Apr-07 10:32
mveMike Hankey2-Apr-07 10:32 
AnswerRe: Resources.resx Pin
Scott Dorman2-Apr-07 3:21
professionalScott Dorman2-Apr-07 3:21 
GeneralRe: Resources.resx Pin
JacquesDP2-Apr-07 3:33
JacquesDP2-Apr-07 3:33 
AnswerRe: Resources.resx Pin
Pete O'Hanlon2-Apr-07 3:23
mvePete O'Hanlon2-Apr-07 3:23 
Questionhi XML Dom Pin
712-Apr-07 1:36
712-Apr-07 1:36 
QuestionHow to skip user acceptance step before installing .net framework redistibutable package Pin
TarangPandya2-Apr-07 0:33
TarangPandya2-Apr-07 0:33 
AnswerRe: How to skip user acceptance step before installing .net framework redistibutable package Pin
__DanC__2-Apr-07 2:50
__DanC__2-Apr-07 2:50 
QuestionRe: How to skip user acceptance step before installing .net framework redistibutable package Pin
Vikram A Punathambekar2-Apr-07 2:59
Vikram A Punathambekar2-Apr-07 2:59 
AnswerRe: How to skip user acceptance step before installing .net framework redistibutable package Pin
TarangPandya2-Apr-07 3:59
TarangPandya2-Apr-07 3:59 
QuestionWays of closing the app Pin
blackjack21502-Apr-07 0:19
blackjack21502-Apr-07 0:19 
AnswerRe: Ways of closing the app Pin
__DanC__2-Apr-07 2:43
__DanC__2-Apr-07 2:43 
Questionuninstall menu in start menu Pin
praveen pandey2-Apr-07 0:03
praveen pandey2-Apr-07 0:03 
AnswerRe: uninstall menu in start menu [modified] Pin
PS@Codeproj2-Apr-07 2:15
PS@Codeproj2-Apr-07 2:15 
Questiondde within c# Pin
rodrigorodriquez2-Apr-07 0:00
rodrigorodriquez2-Apr-07 0:00 
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 

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.