set pixel and auto redraw [resolved]
i have 2 pics 1 pic where a draw the images into thier postions useing the set pixel api call and a secound that i want to copy to the first (because when i draw straghit to the first it looks scratchy) thier a name for that but i cant remeber it.
my pic i draw to first is not on the screen so to fix this normally i would just have to set the auto redraw to true but when i use setpixel and also bitblt api calls and have autoredraw = true nothing happens
how can i fix this problem??