|
|
popUpDHTMLEditor DocumentationHi, I'm Ananda Sim. It's now 9th October 2000. I've always wanted to do two things:
I've finally done that with this ActiveX .DLL. Requirements
How to install it
How to use it
Private Sub txtMemoField_DblClick(Cancel As Integer)
Dim objEditor As New popUpDHTMLEditor.Editor
Dim strBuffer As String
If IsNull(Me.txtMemoField) Then
strBuffer = objEditor.Show("")
Else
strBuffer = objEditor.Show(Me.txtMemoField)
End If
Me.txtMemoField = strBuffer
End Sub
More InformationThe Microsoft demo sample program VBEdit was the basis for this program. Web Workshop - DHTML Editing Component MSDN Online Samples - DHTML Editing Control DisclaimerThis is program is freeware. Use it at your own risk. |