Click here to Skip to main content
15,891,828 members

Comments by nhasmita (Top 6 by date)

nhasmita 2-Feb-12 23:28pm View    
Thanks for answer, but as i mentioned in my question, i am having one class which is not linked to Child or Parent form.

Inside that class, i want to access some functions of MDIChild, which are created by me, so i am unable to get object of currently Active MDIChild.

Hoping to get answer for this scenario...

Thank U
nhasmita 20-Nov-11 23:42pm View    
Thank you very much.
I have added 'ref' and my application was free from errors. It was working :-)

And Thank you for your guideline for mix managed and unmanaged code.
nhasmita 20-Nov-11 23:30pm View    
'DllNameSp.Test' does not contain a definition for 'abc' and no extension method 'abc' accepting a first argument of type 'DllNameSp.Test' could be found (are you missing a using directive or an assembly reference?)

This error for assigning value to variable 'abc'.
-----------------------------------------------------------------------

'DllNameSp.Test' does not contain a definition for 'iTest' and no extension method 'iTest' accepting a first argument of type 'DllNameSp.Test' could be found (are you missing a using directive or an assembly reference?)



This error for calling function iTest().
-----------------------------------------------------------------------
nhasmita 19-Nov-11 7:10am View    
Did you got where i am going wrong ?
How to resolve these error?
nhasmita 24-Aug-11 0:00am View    
Thank U for the solution...
I will try this solution and let U know..