B
Bsiang Tan
Is there any way to activate or bring the process to front ?
For example, my application will run the windows calculator. After certain
process, I will need to activate the calculator...
I know how to runthe windows calculator..
is Process.Start("calc.exe")
but when I wish to activate the it, I have no idea..
I know there is a function AppActivate( ) in VB..
is there any equivalent function in C# ?
Thank a lot ~
Best regard,
Bsiang
For example, my application will run the windows calculator. After certain
process, I will need to activate the calculator...
I know how to runthe windows calculator..
is Process.Start("calc.exe")
but when I wish to activate the it, I have no idea..
I know there is a function AppActivate( ) in VB..
is there any equivalent function in C# ?
Thank a lot ~
Best regard,
Bsiang