Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: CorrelationId format Pin
Brian Duke17-Feb-06 1:41
Brian Duke17-Feb-06 1:41 
GeneralRe: CorrelationId format Pin
Brian Duke16-Feb-06 15:04
Brian Duke16-Feb-06 15:04 
QuestionMixing Win API Events with .NET Pin
Jethro6315-Feb-06 7:54
Jethro6315-Feb-06 7:54 
AnswerRe: Mixing Win API Events with .NET Pin
Judah Gabriel Himango15-Feb-06 8:08
sponsorJudah Gabriel Himango15-Feb-06 8:08 
Questionhow to access to Control's Property from other forms ? Pin
hdv21215-Feb-06 7:26
hdv21215-Feb-06 7:26 
AnswerRe: how to access to Control's Property from other forms ? Pin
PicklesTheClown15-Feb-06 7:39
PicklesTheClown15-Feb-06 7:39 
GeneralRe: how to access to Control's Property from other forms ? Pin
hdv21215-Feb-06 8:22
hdv21215-Feb-06 8:22 
GeneralRe: how to access to Control's Property from other forms ? Pin
Dave Kreskowiak15-Feb-06 14:51
mveDave Kreskowiak15-Feb-06 14:51 
This is actually bad OOP practice. Form2 would be forever linked and totally dependant on the existance of Form1. Form2 should never care about Form1 at all. Each form is responsible for the manipulation of the controls on it, not other forms.

If you need to do something on Form1, expose an event on Form2 that Form1 subscribes to. This way, other forms can subscribe to that event and do whatever they need to do in response to that event.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionSave data when app close Pin
QzRz15-Feb-06 6:37
QzRz15-Feb-06 6:37 
AnswerRe: Save data when app close Pin
Daniel Santillanes15-Feb-06 7:16
professionalDaniel Santillanes15-Feb-06 7:16 
GeneralRe: Save data when app close Pin
hdv21215-Feb-06 7:24
hdv21215-Feb-06 7:24 
GeneralRe: Save data when app close Pin
QzRz15-Feb-06 8:00
QzRz15-Feb-06 8:00 
QuestionWindows Management Help !!! Pin
snouto15-Feb-06 6:04
snouto15-Feb-06 6:04 
AnswerRe: Windows Management Help !!! Pin
Dave Kreskowiak15-Feb-06 14:46
mveDave Kreskowiak15-Feb-06 14:46 
QuestionHow do i make an XML document only read/writeable by my ASP.NET app? Pin
Red_Wizard_Shot_The_Food15-Feb-06 5:32
Red_Wizard_Shot_The_Food15-Feb-06 5:32 
AnswerRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
Guffa15-Feb-06 6:42
Guffa15-Feb-06 6:42 
GeneralRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
Red_Wizard_Shot_The_Food15-Feb-06 6:46
Red_Wizard_Shot_The_Food15-Feb-06 6:46 
GeneralRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
Dan Neely15-Feb-06 7:10
Dan Neely15-Feb-06 7:10 
GeneralRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
J4amieC15-Feb-06 21:58
J4amieC15-Feb-06 21:58 
QuestionCutting out a triangular chunk in DirectX Pin
melanieab15-Feb-06 4:45
melanieab15-Feb-06 4:45 
QuestionLocalization issues with custom controls Pin
User 190837815-Feb-06 3:44
User 190837815-Feb-06 3:44 
AnswerRe: Localization issues with custom controls Pin
Andy Moore15-Feb-06 5:17
Andy Moore15-Feb-06 5:17 
GeneralRe: Localization issues with custom controls Pin
User 190837815-Feb-06 5:39
User 190837815-Feb-06 5:39 
AnswerRe: Localization issues with custom controls Pin
Andy Moore15-Feb-06 5:25
Andy Moore15-Feb-06 5:25 
Questionhow to represent xml document on treeviewer using c# Pin
panter_rose15-Feb-06 3:39
panter_rose15-Feb-06 3:39 

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.