Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / May 2004

Tip: Looking for answers? Try searching our database.

AppActivate

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James Johnson - 17 May 2004 19:50 GMT
In Visual Basic you use AppActivate when you want to set the focus on
another application.  Does anyone know what the equivalent function call
is in C#?  

Thanks,

James J.
Patrik L?wendahl - 20 May 2004 11:05 GMT
Hi James,

You could use two techniques.

1) Use a combination of System.Diagnostics.Process and the API's
SetForegroundWindow and ShowWindow.
you can find an example of that here:
http://www.cshrp.net/content.aspx?showID=952

2) Reference Microsoft.VisualBasic.DLL and use
Microsoft.VisualBasic.Interaction.AppActivate("name");

--
Patrik L?wendahl
www.cshrp.net - 'Elegant code by witty programmers'

> In Visual Basic you use AppActivate when you want to set the focus on
> another application.  Does anyone know what the equivalent function call
[quoted text clipped - 3 lines]
>
> James J.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.