Forget it...found stupid bug seconds after having posted this 
Peter
[This message has been edited by Peter P Stephensen (edited October 30, 2000).]

Peter
[This message has been edited by Peter P Stephensen (edited October 30, 2000).]
; ######################################################################### Paint_Proc proc hWin :DWORD, hDC :DWORD LOCAL hOld :DWORD LOCAL memDC :DWORD invoke CreateCompatibleDC,hDC mov memDC, eax invoke SelectObject,memDC,hBmp mov hOld, eax invoke BitBlt,hDC,10,10,166,68,memDC,0,0,SRCCOPY invoke SelectObject,hDC,hOld invoke DeleteDC,memDC return 0 Paint_Proc endp ; ########################################################################
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment