I have a textbox and a command button. I need to disable the command button in case the user changes the content of the textbox. For some other restrictions, I cannot use the textbox_change event. I was doing this with textbox_keydown and thought everything was working perfect before I discovered yesterday that if user cuts or pastes the content with mouse right click, my command button is not disabled. Is there any way to trap cut 'n' paste in a textbox?

Thanks in advance.