Re: Boris please read......


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

Posted by Boris on 15, 2001 at 5:04 AM:

In Reply to: Boris please read...... posted by Howard Casto on 14, 2001 at 8:14 PM:

In A-Player, I use PaintX.dll
the link : http://www.paintlib.de/paintlib/
(it is base of the gnu Paintlib)

the way I use it:
- on my form, I have a not visible picture box (pb) with AutoSize to true
- on the form load, I move this pb out of the form (pb.left=screen.width)
- to load a picture : pb.picture=paintx.loadpicture(filename)
- to show the picture as I want : I just do a StretchBlt (the win api)
something like
StretchBlt form.hdc,x,y,w,h,pb.hdc,0,0,pb.width,pb.height,vbSrcCopy

Ok ?

Boris



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]