« November 2005 »
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
You are not logged in. Log in

Programming Tips
Monday, 14 November 2005
To retrieve the ID of any window.
Mood:  sharp
Topic: VC++
This is how we can retrieve the ID of any window.

	LONG lWndID = ::GetWindowLong(this->m_hWnd, GWL_ID);
Simple!

Posted by Nibu babu thomas at 5:01 PM

View Latest Entries