fractales
09-02-2003, 05:31 PM
I want to know how does the blur event work.
I was developing a new form to test that event and it worked out perfectly, but when I inserted it in my project, it seems that the blur does not work the same way.
I have an HTML document and I want it to be selected (ie images and words) but not modified, I mean, I don't want it to be able to drag and drop either images nor words.
I'd appreciate your help.
Private Sub DHTMLEdit1_onblur()
'Do not modify the document
DHTMLEdit1.Refresh
End Sub
I was developing a new form to test that event and it worked out perfectly, but when I inserted it in my project, it seems that the blur does not work the same way.
I have an HTML document and I want it to be selected (ie images and words) but not modified, I mean, I don't want it to be able to drag and drop either images nor words.
I'd appreciate your help.
Private Sub DHTMLEdit1_onblur()
'Do not modify the document
DHTMLEdit1.Refresh
End Sub