J
jbhan
Hi all,
I have a windows form which I want attached to each new Inspector
window I open (I am using windows api to achieve that using the handle
of each new Inspector window I open).
I have implemented an Inspector wrapper to achieve this.
The problem is the NewInspector event fires very erratically.
Sometimes when I open outlook it fires fine for upto 10/15 new
inspector windows that I open and then sometimes it fires the first
time and then it does not.
I used outlook spy and from there I could detect that the event is in
fact firing each time but the event handler in my code works sometimes
and sometimes it does not.
Is there something which causes the new inspector event to stop
firing, anyone has any ideas about what I am missing here? Btw I am
using c# and .NET for this.
Any help will be really appreciated!
Thanks,
jbhan
I have a windows form which I want attached to each new Inspector
window I open (I am using windows api to achieve that using the handle
of each new Inspector window I open).
I have implemented an Inspector wrapper to achieve this.
The problem is the NewInspector event fires very erratically.
Sometimes when I open outlook it fires fine for upto 10/15 new
inspector windows that I open and then sometimes it fires the first
time and then it does not.
I used outlook spy and from there I could detect that the event is in
fact firing each time but the event handler in my code works sometimes
and sometimes it does not.
Is there something which causes the new inspector event to stop
firing, anyone has any ideas about what I am missing here? Btw I am
using c# and .NET for this.
Any help will be really appreciated!
Thanks,
jbhan