why not using GetWindowInfo funtion?
-
sytem environment:vc6 sp6,win2000 sp2:rose: WINDOWINFO wi; ::GetWindowInfo(m_hWnd,&wi); error: C2065: 'WINDOWINFO' : undeclared identifier C2146: syntax error : missing ';' before dentifier 'wi' C2065: 'wi' : undeclared identifier C2039: 'GetWindowInfo' : is not a member of '`global namespace'' C2065: 'GetWindowInfo' : undeclared identifier
-
sytem environment:vc6 sp6,win2000 sp2:rose: WINDOWINFO wi; ::GetWindowInfo(m_hWnd,&wi); error: C2065: 'WINDOWINFO' : undeclared identifier C2146: syntax error : missing ';' before dentifier 'wi' C2065: 'wi' : undeclared identifier C2039: 'GetWindowInfo' : is not a member of '`global namespace'' C2065: 'GetWindowInfo' : undeclared identifier
You need to install the platform SDK to use this function, according to the MSDN. Christian As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet. Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
-
sytem environment:vc6 sp6,win2000 sp2:rose: WINDOWINFO wi; ::GetWindowInfo(m_hWnd,&wi); error: C2065: 'WINDOWINFO' : undeclared identifier C2146: syntax error : missing ';' before dentifier 'wi' C2065: 'wi' : undeclared identifier C2039: 'GetWindowInfo' : is not a member of '`global namespace'' C2065: 'GetWindowInfo' : undeclared identifier
Your question is answered in the VC forum FAQ. --Mike-- http://home.inreach.com/mdunn/ You are the weakest link, GOODBYE!
-
Your question is answered in the VC forum FAQ. --Mike-- http://home.inreach.com/mdunn/ You are the weakest link, GOODBYE!