how to call method from child form to the class using event ,delegate

  • Thread starter Thread starter someone help
  • Start date Start date
S

someone help

hi,
i am very new in the software field.
i have two child forms. i want two display image in picture box in one
child form. when test is completed this image is displayed. i created
one class and calling all methods of parent form through the delegate
event. i want to call method of child form in same class. how it is
possible?
please replay.
 
someone help said:
hi,
i am very new in the software field.
i have two child forms. i want two display image in picture box in
one child form. when test is completed this image is displayed. i
created one class and calling all methods of parent form through the
delegate event. i want to call method of child form in same class.
how it is possible?
please replay.

I'm not sure if I understood your question correctly. Which test? What's the
parent Form? Which delegtate? Which event? Which class?


Armin
 
Back
Top