I have a Rich Text Box and the user enters data for an engineering app. The data consists of a series of statements and commands which can subsequently be file saved if the data has changed.
I had problems with too many Change events occurring so I am only using the key_press event to set the flag that the data needs to be saved.
To my chagrin, I did a copy from another source, & paste using the mouse, and, the save flag didn't get set. Horrors! What to do?
What's a simple way to detect new data input via the mouse/paste?
I had problems with too many Change events occurring so I am only using the key_press event to set the flag that the data needs to be saved.
To my chagrin, I did a copy from another source, & paste using the mouse, and, the save flag didn't get set. Horrors! What to do?
What's a simple way to detect new data input via the mouse/paste?