|
-
Aug 22nd, 2007, 08:59 AM
#1
Thread Starter
New Member
C# native AppActivate method?
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|