How I get control over dialog that opened from my form?

  • Thread starter Thread starter mtczx232
  • Start date Start date
M

mtczx232

I have some .NET Control on my form. this Control open some dialog. How
i can get control on this dialog like send key to it? how I can get
Handle to this windows dialog?
 
Hello mtczx232,
I have some .NET Control on my form. this Control open some dialog. How
i can get control on this dialog like send key to it? how I can get
Handle to this windows dialog?

That would depend on the dialog that is being opened, and how this is done
from .NET. It's also possible that you won't be able to send keys into
this dialog easily, because you've basically passed off control to that
dialog's code. You'd have to show us all your relevant code if we were to
answer these questions reliably.


Oliver Sturm
 
Back
Top