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!
Printable View
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!
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.
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?
undo can only undo text changes.
that is, when the code window is in focus the undo button will be enabled.
Ah...that would explain it. Thanks much!!!