Hi All, the simple code below doesn't seem to work. I'm trying to load a bitmap into a HDC and then check the pixel values in the HDC. It seem no matter where I do GetPixel it always comes back with 255. The image has varying colors, none of them 255, 255, 255. Any thoughts? I am not trying to...
Hi, I have a sql query, but it seems rather long. Is there an easier way to do this?
update HISTORY set HS_CHANGER = 'bes' where HS_CHANGE_DATE = (select MAX(HS_CHANGE_DATE) from HISTORY where HS_KEY = 138) and HS_CHANGE_TIME = (select MAX(HS_CHANGE_TIME) from HISTORY where HS_KEY = 138 and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.