Click here to Skip to main content
15,909,437 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reflections Pin
Nader Elshehabi17-Oct-06 21:16
Nader Elshehabi17-Oct-06 21:16 
QuestionNeed to know about prolog connectivity with C# application Pin
Ahsanzm17-Oct-06 20:43
Ahsanzm17-Oct-06 20:43 
QuestionParent-Child Forms : MDI Pin
IamHuM17-Oct-06 20:38
IamHuM17-Oct-06 20:38 
AnswerRe: Parent-Child Forms : MDI Pin
Martin#17-Oct-06 20:51
Martin#17-Oct-06 20:51 
AnswerRe: Parent-Child Forms : MDI Pin
sam#17-Oct-06 20:57
sam#17-Oct-06 20:57 
AnswerRe: Parent-Child Forms : MDI Pin
IamHuM17-Oct-06 21:23
IamHuM17-Oct-06 21:23 
GeneralRe: Parent-Child Forms : MDI Pin
Martin#17-Oct-06 21:31
Martin#17-Oct-06 21:31 
AnswerRe: Parent-Child Forms : MDI Pin
sam#17-Oct-06 21:56
sam#17-Oct-06 21:56 
i hope my previous solution should work. here anothr for you
pass your parent form object in the child form and store it like;
object parmObj = parentObject;
and now access parent form public methods/variable by type casting it by ur parent form class name. ie.
((ParentForm)parmObj).Variable;<br />
 ((ParentForm)parmObj).Method();


sameer
QuestionMessenger ClassRoom Features Pin
nigam.aman17-Oct-06 20:36
nigam.aman17-Oct-06 20:36 
AnswerRe: Messenger ClassRoom Features Pin
Guffa17-Oct-06 20:48
Guffa17-Oct-06 20:48 
AnswerRe: Messenger ClassRoom Features Pin
Christian Graus17-Oct-06 22:10
protectorChristian Graus17-Oct-06 22:10 
Questionrnd number Pin
manjula reddy17-Oct-06 20:16
manjula reddy17-Oct-06 20:16 
AnswerRe: rnd number Pin
Guffa17-Oct-06 20:24
Guffa17-Oct-06 20:24 
Questionremotely accessing database Pin
saqib8217-Oct-06 19:09
saqib8217-Oct-06 19:09 
AnswerRe: remotely accessing database Pin
Tamimi - Code17-Oct-06 20:00
Tamimi - Code17-Oct-06 20:00 
QuestionAnimateWindow woes... Pin
Super Lloyd17-Oct-06 18:57
Super Lloyd17-Oct-06 18:57 
AnswerRe: AnimateWindow woes... Pin
Super Lloyd17-Oct-06 20:21
Super Lloyd17-Oct-06 20:21 
QuestionImage Cropping Pin
Image_Processing17-Oct-06 18:46
Image_Processing17-Oct-06 18:46 
AnswerRe: Image Cropping Pin
sam#17-Oct-06 18:56
sam#17-Oct-06 18:56 
GeneralRe: Image Cropping Pin
Image_Processing17-Oct-06 19:05
Image_Processing17-Oct-06 19:05 
GeneralRe: Image Cropping Pin
sam#17-Oct-06 19:22
sam#17-Oct-06 19:22 
GeneralRe: Image Cropping Pin
Nader Elshehabi17-Oct-06 20:47
Nader Elshehabi17-Oct-06 20:47 
AnswerRe: Image Cropping Pin
mav.northwind17-Oct-06 22:12
mav.northwind17-Oct-06 22:12 
QuestionHow Highlight Selected Row in DataGridView Pin
vinutha kempanna17-Oct-06 18:35
vinutha kempanna17-Oct-06 18:35 
AnswerRe: How Highlight Selected Row in DataGridView Pin
sam#17-Oct-06 18:50
sam#17-Oct-06 18:50 

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.