D
DraguVaso
Hi,
In my VB.NET-application I need to get the Process that is currently active
on the screen of the user. I need it to get back to that application after
that I brought mine to the front...
for exemple: user types in Word...
my application triggers an event, has to come to the foreground (when it is
minimzed)
immediately after that the Word-process has to be set again to the front so
the user can continu typing in word (and not in my application).
I don't think Process.GetCurrentProcess is the good answer, because that
points always to my VB.NET-application.
Thanks a lot in advance,
Pieter
In my VB.NET-application I need to get the Process that is currently active
on the screen of the user. I need it to get back to that application after
that I brought mine to the front...
for exemple: user types in Word...
my application triggers an event, has to come to the foreground (when it is
minimzed)
immediately after that the Word-process has to be set again to the front so
the user can continu typing in word (and not in my application).
I don't think Process.GetCurrentProcess is the good answer, because that
points always to my VB.NET-application.
Thanks a lot in advance,
Pieter