https://github.com/kessiler/usingsetwindowtext
Example created with C++ for demonstrate use of setWindowText
https://github.com/kessiler/usingsetwindowtext
Last synced: 3 months ago
JSON representation
Example created with C++ for demonstrate use of setWindowText
- Host: GitHub
- URL: https://github.com/kessiler/usingsetwindowtext
- Owner: kessiler
- Created: 2014-04-14T00:22:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T03:34:18.000Z (almost 11 years ago)
- Last Synced: 2025-01-28T05:44:13.667Z (5 months ago)
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
usingSetWindowText
==================The code contained in this repository is an initiative to demonstrate the use of API SetWindowText applied to return the title of the calculator window.
More information about the API can be found [here](http://msdn.microsoft.com/pt-br/library/windows/desktop/ms633546(v=vs.85).aspx).