It is posible to activate currently running process w/out using PInvoke?
thanks,
Popskie
Printable View
It is posible to activate currently running process w/out using PInvoke?
thanks,
Popskie
In VB you have AppActivate. You can use that if you import the VB.NET Runtime into your C# project. AppActivate can't restore a minimised window though.