Worked perfectly! Thanks for the help!
If anyone's interested, I created a Class Module which has both a DC and a picture property, which was what I needed, you can use it like this:
Code:Dim cTest As New clsDC cTest.CreateDC Me.hdc Set cTest.Picture = LoadPicture("D:\Projects\Setup.bmp") cTest.BltAll Me.hdc, 0, 0, vbSrcCopy Me.Refresh cTest.DestroyDC Me.hWnd Set cTest = Nothing




Reply With Quote