digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Off-topic Lounge (http://www.digitalfaq.com/archives/lounge/)
-   -   How can I take screenshots and posted in forum??? (http://www.digitalfaq.com/archives/lounge/2458-how-screenshots-posted.html)

MUS 02-01-2003 10:15 PM

How can I take screenshots and posted in forum???
 
hi all I am newb to this forum, I had several problems with kvcd templates

and I want to post a screenshots of the settings that I am using

and I would like to know how can you take the screenshots and post them on the forum, it might sound stupid question for experts like you but

I would like to know ??? :D :) :o 8O :evil: :?: :wink: :P

kwag 02-01-2003 11:07 PM

Hi MUS,

The best way is to use Vdub and open your mpeg file. Then go to video tab and do a copy frame to clipboard, and paste into PhotoShop or Windows Paint. Then save your picture as JPG or PNG. Then you can upload your picture somewhere and put a link here pointing to it. You can't upload pictures here.

-kwag

MUS 02-02-2003 07:50 AM

thanks a lot Kwag, you da man :D, Keep up the excellent work mate.

rendalunit 02-02-2003 11:01 AM

I do screen captures with a program called SnagIt. I capture the image in BMP format and resize it with CompuPic to something like 640x480 or 600x800 so it doesn't go off the screen. Then I upload the picture to my webspace with WS_FTP. Then in your post use IMG tags to point to the url of your picture.

http://www.digitalfaq.com/archives/error.gif

As you can see by the snagit logo in the corner, the programs not free but there are probably alternatives that work just as well.

-ren

Gaudi 02-02-2003 11:46 AM

Quote:

Originally Posted by rendalunit
I do screen captures with a program called SnagIt. I capture the image in BMP format and resize it with CompuPic to something like 640x480 or 600x800 so it doesn't go off the screen. Then I upload the picture to my webspace with WS_FTP. Then in your post use IMG tags to point to the url of your picture.

http://www.digitalfaq.com/archives/error.gif

As you can see by the snagit logo in the corner, the programs not free but there are probably alternatives that work just as well.

-ren

Why don't check out with Windows included <Alt>+<Print Screen> (or <Ctrl>+<Print Screen>). It works the same, and it is free.


Gaudi

rendalunit 02-02-2003 12:00 PM

Quote:

Originally Posted by Gaudi
Why don't check out with Windows included <Alt>+<Print Screen> (or <Ctrl>+<Print Screen>). It works the same, and it is free.

I'm running windows xp and when I try that nothing seems to happen. :?: I can't find anything about this in the help index.

vhelp 02-02-2003 07:18 PM

evening everyone.

rendalunit,
In XP, it may be Shift+PrintScreen.

In W98, it's Alt+PrintScreen. (hold down Alt key and press PrintScreen)

But, wait, maybe you doning it out of order, that is..
Say you have a window open on your desktop.. maybe it's the file
open dialog box.. well, in W98, you would Alt+PrintScreen and that would
put an image into the Clipboard, THEN you paste that image within your
Painshop or Image application. But, remember, NOT to copy/paste any
by pressing either the Ctrl+C or under a menu, Edit/Copy etc. else you
will loose the Clipboard conents, hence your copied Image.

So, if you have ANY window item opened right now, and press either the
Alt+PrintScreen or Shift+PrintScreen or, if all else fails, just PrintScreen
all by itself, go straight to your Paint application and Paste your windowed
content and vualla !!

Let us know if this helps you all.
-vhelp

rendalunit 02-02-2003 07:41 PM

hi vhelp, you're right, it worked!!! :D When I pressed alt+print scrn I thought a box would pop up asking me where I should save the file to :oops: I've always wondered why there was a Print-Screen button on the keyboard :imstupid:

vhelp 02-02-2003 07:53 PM

rendalunit,
hay, glad you got it working dude he, he..

that PrintScreen thing goes way back in the DOS days. That was used for
those brute-force quicky print of the screen contents. ..Remeber the old
dot-matrix days he he..

In my fun Delphi projecting around, I had played w/ the idea of a hot-key
that would copy an area of the screen or a particular opended window.
I always wanted to do something like that Snag-it app floating around.

App I'm toying with:
I have something in the works, but just playing arund mind you. Anyways,
its not hot-key ready, yet. So, who knows.. But, it will accept anything that
is copied to the Clipboard and you have the option of saving to *.BMP
I guess you could say its in Alpha stage he, he.. I just want something for
myself that I can add to my stockpile of tools he, he.. Well, add picSwitch
as the first one to the soon to be growing list. :wink:

The code snip (taken from my app under development) below shows how
rediculously easy it is to SAVE the contents of the clipboard to a file..

Code:

procedure TForm1.Button6Click(Sender: TObject);
begin
  if NOT clipboard.hasformat(CF_BITMAP) then exit;
  image3.picture.Assign(clipboard);
  if sDialog1.Execute then if sDialog1.FileName<>'' then
    image3.Picture.SaveToFile(sDialog1.FileName); 
end;

note, just modified above for spacing reasons..

-vhelp


All times are GMT -5. The time now is 07:51 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.