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

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?
 
O

Oliver Sturm

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top