cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
please write a code to get the window ti
please write a code to get the window title in c++
Jul 3, 2013 at 7:11am UTC
vicky tomar
(2)
i want a feature in my project through which i can get the title of the window. since i am not an expert in C++, so please can anyone help me out from this. i will be very thankful to him/her
Last edited on
Jul 3, 2013 at 7:27am UTC
Jul 3, 2013 at 7:41am UTC
modoran
(2077)
Use GetWindowText() API or send WM_GETTEXT message if you have a handle to that window.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms633520%28v=vs.85%29.aspx
Jul 3, 2013 at 8:01am UTC
vicky tomar
(2)
sir, i am not perfect in c++ and that's why it can't understand what u are saying. :(
Topic archived. No new replies allowed.