Click here to Skip to main content
15,892,253 members
Articles / Programming Languages / Visual Basic 12

C# / VB.NET and WinAPI: How to Access Window of Other Application

Rate me:
Please Sign up or sign in to vote.
4.74/5 (17 votes)
30 Jan 2015CPOL2 min read 105K   2.3K   35  
Using FindWindow() and WindowFromPoint() to identify window, and SetWindowText(), MoveWindow(), SetForegroundWindow(), EnableWindow() to interact with it

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions