C
Cokegod
Guest
I can not figure out how to get BitBlt to work in VB.Net.
I use the function call of:
Declare Function BitBlt Lib "gdi32" Alias "BitBlt" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal XSrc As Long, ByVal YSrc As Long, ByVal dwRop As Long) As Long
But there are longer any hdc that i can find and i cant get the raster ops to work(ie srccopy)
Thanks
I use the function call of:
Declare Function BitBlt Lib "gdi32" Alias "BitBlt" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal XSrc As Long, ByVal YSrc As Long, ByVal dwRop As Long) As Long
But there are longer any hdc that i can find and i cant get the raster ops to work(ie srccopy)
Thanks