how to use GetDC_() with hided windows
Posted: Tue May 31, 2005 3:30 pm
I want to check color point on control in hided window..
this code from me...
color will return -1 alway if window is background (or not shown)
but if window is foreground color will return true value of DC color point
....problem : I want to get color point from hwnd but it's hinding !!
any one have idea ? (-_-')
this code from me...
Code: Select all
MessageRequester("Ready ?" ,"")
sysviewDC = GetDC_( hwndSysview )
color = GetPixel_( sysviewDC, x, y )
but if window is foreground color will return true value of DC color point
....problem : I want to get color point from hwnd but it's hinding !!
any one have idea ? (-_-')