Results 1 to 5 of 5

Thread: Copy an error message to clipboard

  1. #1
    Join Date
    Nov 2008
    Posts
    129

    Copy an error message to clipboard

    Example error:


    One of these tricks that I like especially. On the forums, you are asked to post the error messages, to better understand your problems. Recopying often cumbersome, I agree. If you're lucky, and that the developer of the program displays a message using the MessageBox (ultra popular and simple). If it is at the forefront, a simple CTRL + C to copy enough to clipboard .

    To get this:

    ---------------------------
    Microsoft ActiveSync
    ---------------------------
    Cannot connect with current connection settings> To check your connection settings, click Start, then Settings, then Connections.

    Support Code: 85020006
    ---------------------------
    OK
    ---------------------------
    Of course, it must be in a MessageBox, and each program (ur) is free not to use them, but to test, simply enter an unrecognized command in "Start Menu" / "execute" the error in a MessageBox in Windows 2000, XP, Vista.

    Since the text is presented in a static text box, there is no way to select all or a portion of the text. Another method would be to use the edit text box control, and set the text to read-only. That's what the Windows shell does for the file property sheets, which allows users to select and copy text such as the full pathname of a file. So, if you press CTRL+C, the text of the message will be copied to the clipboard. If you paste it into notepad, it'll look like this:

    ---------------------------
    Microsoft ActiveSync
    ---------------------------
    Cannot connect with current connection settings> To check your connection settings, click Start, then Settings, then Connections.

    Support Code: 85020006
    ---------------------------
    OK
    ---------------------------

    Edit
    :
    Quote Originally Posted by FaMe FacToR View Post
    You can use this trick to copy many things like say Device ID of a hardware that you access from device manager and Device's properties!

  2. #2
    Join Date
    Dec 2008
    Posts
    120

    Re: Copy an error message in the clipboard

    I admit there excellent tip that I had no idea! Always good to know to look for any error on google. Thank you very much .

  3. #3
    Join Date
    Dec 2008
    Posts
    23

    Re: Copy an error message in the clipboard

    Wooo , After using windows xp for four years i didn't found this . Its look windows XP is still hidden for me. Thank you very much for this nice and very useful tip.

  4. #4
    Join Date
    Nov 2008
    Posts
    134

    Re: Copy an error message in the clipboard

    I know another shortcut: Ctrl + Alt + insert does the same. I wonder if they are quite identical or sometimes one works when the other did not.

  5. #5
    Join Date
    Jan 2009
    Posts
    710

    Re: Copy an error message in the clipboard

    You can use this trick to copy many things like say Device ID of a hardware that you access from device manager and Device's properties!

Similar Threads

  1. Can't copy to clipboard getting error "Item Not Collected"
    By Mr.Dean in forum MS Office Support
    Replies: 2
    Last Post: 10-01-2014, 01:57 PM
  2. Error message : Cannot empty the clipboard
    By Dhananjay in forum MS Office Support
    Replies: 2
    Last Post: 30-04-2010, 06:21 PM
  3. Code to copy to clipboard
    By Brunoz in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 01:42 PM
  4. Error Message 'Cannot empty clipboard'
    By shilpa in forum MS Office Support
    Replies: 1
    Last Post: 15-05-2008, 02:24 AM
  5. error message: cannot empty the clipboard
    By prakashseth in forum MS Office Support
    Replies: 1
    Last Post: 17-09-2007, 08:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,506,442.24050 seconds with 17 queries