30-05-2006, 02:16 AM
This just doesn't seem to work :?
First of all, I could only get the code to run by placing
Into frmMirage code.
After that though, it still didn't work. Are there some sort of specific settings the rich text box needs in order for this to work?
First of all, I could only get the code to run by placing
Code:
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
Into frmMirage code.
After that though, it still didn't work. Are there some sort of specific settings the rich text box needs in order for this to work?