G
Guest
I want to activate an application (Excel) in code. If I reference
microsoft.visualbasic, I could use:
Interaction.AppActivate("Microsoft Excel");
But I wold rather use a native C# approach. I know that Interaction.MsgBox
has a native analog: MessageBox.Show.
Is there one for AppActivate?
microsoft.visualbasic, I could use:
Interaction.AppActivate("Microsoft Excel");
But I wold rather use a native C# approach. I know that Interaction.MsgBox
has a native analog: MessageBox.Show.
Is there one for AppActivate?