Click here to Skip to main content
15,886,137 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 104.8K   2.3K   35  
Using FindWindow() and WindowFromPoint() to identify window, and SetWindowText(), MoveWindow(), SetForegroundWindow(), EnableWindow() to interact with it

Views

Daily Counts

Downloads

Weekly Counts

License

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



Comments and Discussions