getting the application handle

  • Thread starter Thread starter dewisch
  • Start date Start date
D

dewisch

i have made a dll which will be used by web and
windowsapplication.
now i need a handle to the application, which uses my dll.
is there any way to do this?
thx in advance
dewisch
 
do you mean the process id of the application?


Nathan Smith | Solution Developer
Avanade Inc | West Region
Mobile: 602-502-3606
Messenger: (e-mail address removed)
www.avanade.com
 
no, i mean a handle so that i am able to access a property of the
application which uses my dll.
i tried to access it via reflections but i only was able to get all type
definitions of the application but was not able to access a property.
any ideas?
 
Back
Top