Board index » delphi » Screen capture for BP7???
Patrick D. Rockwell
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Patrick D. Rockwell
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Screen capture for BP7???Quote> I used screen-thief to get around that problem 3.11 and my print screen button doesn't work with my printer. Besides, I don't want a hard copy, I want to save it to a graphics file. :-) I've even tried Paint Shop Pro with no luck. DOES ANYONE know of a pascal unit which will let me save a graph that -- |
Ing. Franz Glase
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???Quote"Patrick D. Rockwell" wrote: the graphics chapter of http://bsn.ch/tp-links If not, you can use the unit as a suggestion/building block. :-) |
enzte
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???snagit32 will do what you want or see pages 646-649 ion 'Using Turbo Pascal 6' 2nd edition/Que - TSR call snapshot and develop. QuotePatrick D. Rockwell wrote: |
prockw..
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???In article <37DA589A.E405F...@xmission.com>, enztec <enz...@xmission.com> wrote: Quote> snagit32 will do what you want or see pages 646-649 ion 'Using Turbo either a Dos program or a Pascal unit, or something that will capture a screen from a Dos program that is run full screen from Windows 3.11. Sent via Deja.com http://www.deja.com/ |
Patrick D. Rockwel
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???QuoteSpeaker to Animals wrote: I can't just run the application in a window. Windows won't let me, because of the way that it uses graphics and Paint Shop Pro won't let me do a capture of a full screen Dos application. Also, is Lview pro shareware or do I have to buy it? -- |
Assassi
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???i think SVGA256 by peter dejong (sp?) can save the screen to a 256 color PCX file. don't have the url handy, but it should be easy to find. Patrick D. Rockwell <prockw...@thegrid.net> wrote: : I've tried screen thief, but the results were {*word*99}py. I'm using Windows : DOES ANYONE know of a pascal unit which will let me save a graph that |
enzte
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???from pages 646-649 ion 'Using Turbo Pascal 6' 2nd edition/Que - TSR call snapshot and develop. program snap; procedure TakeThePicture(Flags,CS,IP,AX,BX,CX,DX,SI,DI,DS,ES,BP : word); begin program develop; begin program snap1; procedure testhotkey(Flags,CS,IP,AX,BX,CX,DX,SI,DI,DS,ES,BP : word); begin |
Patrick D. Rockwel
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???QuotePatrick D. Rockwell wrote: 1024x768) SVGA screen butScreenThief doesn't capture the whole screen if it's that big, and it's unlikely that there will be any future updates to the Dos version of ScreenThief. Paintshop Pro won't work because I'm using Windows 3.11 and I can only use it to run Dos graphic programs in full screen which Paint Shop Pro won't capture.I've downloaded bgi2bmp which only does it for 640x480x16 screens in the hopes of figuring out how tomodify it for my needs. I'll also check out the Wotsit site to learn the structure of the .BMP format. If anyone else does this before I do or knows of a unit that will capture a 1024x768 SVGA pascal drawings to a graphics file of any format (256 colors or more) please let me know. -- |
Patrick D. Rockwel
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???QuoteAssassin wrote: 6.22 and Windows 3.11. If I go to a search engine should I just enter svga256? If you find the URL please let me know, and thanks. -- |
Conr
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Screen capture for BP7???On Sun, 26 Sep 1999 07:02:39 -0500, Assassin Quote<assas...@reality.halo.nu> wrote: into a PCX file (256 colors, any resolution). See my home page or http://come.to/pascalnode Hope it helps. Conrad Pascal & 80x86 Assembler programming page with http://come.to/tomysoftware |