PDA

Click to See Complete Forum and Search --> : Name of Caller


Eclipse DevSoft
Apr 27th, 2001, 07:32 PM
Does any body know how to get the name of a caller from the called object? What I mean is, say for example, App1.exe invoke a method from App2.dll, then from App2.dll, get the name of the application that invoked the method, in this case, App1.exe.

agent
Apr 28th, 2001, 08:51 PM
only if the method in app2.dll requires the name as a parameter of the method.