CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2002
    Location
    Philippines
    Posts
    197

    Post Mouse Cursor & Print Screen

    Hello People,

    I've been using "Print Screen" key to capture the entire screen image (or Alt+PrintScreen to capture active window only)
    However, this method does not capture the mouse cursor "arrow" (or I-beam, resize, hour-glass, etc.)

    Is there any trick or keyboard short-cut to capture the window PLUS the mouse cursor?

    Or should I just open a BMP editor, and start drawing the cursor, and paste it on the captured image afterward?

    Thanks

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    Or should I just open a BMP editor, and start drawing the cursor, and paste it on the captured image afterward?
    That is probably the easiest option. I don't know of any screen capture S/W that will capture the mouse cursor.
    Succinct is verbose for terse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured