enter a traymenue

T

Thomas Bender

Hi,

i try to enter a tray menue of a process,
the process: code[ ProcessStartInfo psi = new ProcessStartInfo();
psi.FileName = @"C:\Programme\Express ClickYes\ClickYes.exe";

Process p = Process.Start(psi); ]

maby somebody can help.

Thanks, Thommy

(sorry about my bad englisch)
 
N

Nicholas Paldino [.NET/C# MVP]

Thomas,

I don't think that you can do that. Even if you connect to the process,
there isn't any information or standard interface that you can use to get
the tray menu?

Does the program you are trying to access have a programattic interface
you can access?
 

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