Link to home
Start Free TrialLog in
Avatar of joex
joex

asked on

Specify position of process on the desktop

Using C#, please indicate whether it is possible to specify the location where a process will appear on the desktop using Process, ProcessStartInfo, other.

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Sean McIlvenna
Sean McIlvenna
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joex
joex

ASKER

Thanks for the prompt response.
Is there a way to do it outside of Process/ProcessStartInfo (it would seem that the position should be part of the StartInfo)?
 
Avatar of joex

ASKER

Does CreateObjRef provide a way to affect the position of  the process?
SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial