Hi All,
I had developing a Class Libary Project, and another project call ProjectA is referenced to Class Libary Project, for some purpose, i need to get the path of the form in ProjectA which is calling some function in my Class Libary project.
how can i to do it
Thank you very much.
Laputa

Get the path of the form in another project
jmarkel
Debug.Write( typeof(myForm).Assembly.Location );
Regards,
-chris