Thank you for tips!
> If I understand you correctly:
> 1) You are launching an exe using Process.Start()
[quoted text clipped - 3 lines]
> origanal app is waiting
> 4) You want to know how to clear that dialog automatically
You understood perfectly.
> If all that is correct, then this might help:
> 1) You could spawn a seperate thread and enumerate windows - then send a
> click event to the correct button whenever you see the dialog you want
> cleared
I'm executing the exe from an asp.net application page.
I'm not so experienced with Thread and capture external windows events
and clicks...
Should you suggest me some tutorial or web page where I can found some
code to start from?
Thanks again in advance..
> 2) Or, you could just tell windows not to put that dialog up anymore. Check
> out
[quoted text clipped - 56 lines]
> >
> > Thank you very much in advance for any idea!
Chris - 25 Nov 2006 09:47 GMT
I wasn't actually recommending option 1 as a viable choice :}
I recommend you make option 2 work for you if you can; if for some reason
you can't, reply back to me (not the whole group) and I'll help you get your
problem solved.
-Chris
> Thank you for tips!
>
[quoted text clipped - 82 lines]
>> >
>> > Thank you very much in advance for any idea!