I wanted to create a macro to open the debug...Processes window, make a
specific selection, attach to it, make that selection then close down.
Unfortunately, the debug...Processes window is modal and I can't get
anything to occur after opening the window.
Does anybody know if there is a way to do this?
Thanks,
Mike
Frans Bouma [C# MVP] - 02 Feb 2007 09:13 GMT
> I wanted to create a macro to open the debug...Processes window, make
> a specific selection, attach to it, make that selection then close
[quoted text clipped - 4 lines]
>
> Does anybody know if there is a way to do this?
IMHO it doesn't take much more than:
cntrl-alt-p
doubleclick process
so with the macro, you save the double click. If you make your
scrollwheel double click, it's a single click.
FB

Signature
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------