Click here to Skip to main content
16,006,001 members
Home / Discussions / C#
   

C#

 
QuestionAccessing other forms control? Pin
sachinkalse31-Aug-04 22:49
sachinkalse31-Aug-04 22:49 
AnswerRe: Accessing other forms control? Pin
sreejith ss nair31-Aug-04 23:02
sreejith ss nair31-Aug-04 23:02 
GeneralRe: Accessing other forms control? Pin
sachinkalse31-Aug-04 23:46
sachinkalse31-Aug-04 23:46 
GeneralRe: Accessing other forms control? Pin
sreejith ss nair1-Sep-04 0:15
sreejith ss nair1-Sep-04 0:15 
GeneralRe: Accessing other forms control? Pin
sachinkalse1-Sep-04 1:01
sachinkalse1-Sep-04 1:01 
GeneralRe: Accessing other forms control? Pin
sreejith ss nair1-Sep-04 1:43
sreejith ss nair1-Sep-04 1:43 
AnswerRe: Accessing other forms control? Pin
LongRange.Shooter1-Sep-04 7:45
LongRange.Shooter1-Sep-04 7:45 
GeneralRe: Accessing other forms control? Pin
sachinkalse1-Sep-04 14:55
sachinkalse1-Sep-04 14:55 
thank you very much for the comprehensive reply.

my forms fit in first situation, they are in one thread only. in the main form i have Option button, on its click event Option form is created.
let me explain a bit more about what am i up to.
the main form is customized Print dialog, its upper half is like a normal print dialog and lower half is divided in two parts, left part is having a tree view and right part is kept for displaying user controls associated with the three node, each one is linked with the tag property of the tree view node. thus i have near about 115 controls ( check boxes, radio buttons, numeric up-down controls and combo boxes ). besides a few more in option form.
i have an Apply button to save the status of all controls. its normally in disable state and have to make it enable as soon as any controls status is changed, and have to again disable the Apply button is the user comes back to earlier status. how to keep track of all the controls is the big question for me. besides the earlier problem.
i was also thinking of passing 'this' in the constructor of Option form, but i read some where that parameterized form constructors are not advisable, thats why i wanted to have experts comments.
i understood the concept of getter-setter in your reply but being a new comer not able to understand the concept of an event bubbler. please explain it a bit more.
regards

GeneralRe: Accessing other forms control? Pin
LongRange.Shooter2-Sep-04 2:48
LongRange.Shooter2-Sep-04 2:48 
GeneralRe: Accessing other forms control? Pin
sachinkalse2-Sep-04 14:56
sachinkalse2-Sep-04 14:56 
QuestionBlack-n-White Invert ? Pin
sachinkalse31-Aug-04 22:48
sachinkalse31-Aug-04 22:48 
AnswerRe: Black-n-White Invert ? Pin
Marc Clifton1-Sep-04 2:55
mvaMarc Clifton1-Sep-04 2:55 
GeneralRe: Black-n-White Invert ? Pin
sachinkalse2-Sep-04 19:51
sachinkalse2-Sep-04 19:51 
QuestionHow to hide a interface property in the sub-class? Pin
Jason Liu31-Aug-04 17:58
Jason Liu31-Aug-04 17:58 
AnswerRe: How to hide a interface property in the sub-class? Pin
Member 266231-Aug-04 22:33
Member 266231-Aug-04 22:33 
GeneralSyntaxError Pin
Jerry Hammond31-Aug-04 17:31
Jerry Hammond31-Aug-04 17:31 
GeneralRe: SyntaxError Pin
leppie1-Sep-04 0:39
leppie1-Sep-04 0:39 
GeneralRe: SyntaxError Pin
Jerry Hammond1-Sep-04 5:15
Jerry Hammond1-Sep-04 5:15 
GeneralRe: SyntaxError Pin
Marc Clifton1-Sep-04 2:54
mvaMarc Clifton1-Sep-04 2:54 
GeneralRe: SyntaxError Pin
Jerry Hammond1-Sep-04 5:16
Jerry Hammond1-Sep-04 5:16 
GeneralRe: SyntaxError Pin
Marc Clifton1-Sep-04 5:26
mvaMarc Clifton1-Sep-04 5:26 
QuestionHow to implement zoom in and out in windows forms panel ?? Pin
CNU31-Aug-04 16:58
CNU31-Aug-04 16:58 
AnswerRe: How to implement zoom in and out in windows forms panel ?? Pin
Marc Clifton1-Sep-04 2:49
mvaMarc Clifton1-Sep-04 2:49 
QuestionHow to make a library/dll in Visual C# Standard Edittion Pin
HalfAsleep31-Aug-04 12:02
HalfAsleep31-Aug-04 12:02 
AnswerRe: How to make a library/dll in Visual C# Standard Edittion Pin
Heath Stewart31-Aug-04 12:31
protectorHeath Stewart31-Aug-04 12:31 

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.