Results 1 to 6 of 6

Thread: Undo Button Grayed out

  1. #1

    Thread Starter
    Member
    Join Date
    May 2002
    Posts
    51

    Undo Button Grayed out

    My Undo button is grayed out, in VB 6.0. Does anyone have any idea why this is and how to remedy the situation? Thanks in advance!

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    if it is a regular command button then you disabed it.

    if it is a toolbar button make sure that it isn't disabled or you didn't check the 'Mixed State' checkbox.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  3. #3

    Thread Starter
    Member
    Join Date
    May 2002
    Posts
    51
    Sorry, your answer was right on with regards to how I stated my problem. My actual problem is that the button is grayed out in the Microsoft Visual Basic editor itself.

    Sorry for the confusion. Any ideas on this "new" problem?

  4. #4
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    undo can only undo text changes.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  5. #5
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    that is, when the code window is in focus the undo button will be enabled.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  6. #6

    Thread Starter
    Member
    Join Date
    May 2002
    Posts
    51
    Ah...that would explain it. Thanks much!!!

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