I'm trying to use bitblt but sounds like it doesnt work
I have this at the top of my class
Declare Function BitBlt Lib "gdi32" Alias "BitBlt" (ByVal hDestDC As Integer, ByVal x As Integer, ByVal y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hSrcDC As Integer, ByVal xSrc As Integer, ByVal ySrc As Integer, ByVal dwRop As Integer) As Integer
I just converted all the Longs to Integers
When I use it, it doesnt do anything
and for the picturebox's DC I'm just using picturebox.Handle (no idea what I'm doing:confused: )
so why isnt it working? how can I use bitblt?!!! :(
