30-05-2006, 07:40 AM
Ohh, yeah in my source Im using:
'
Because I have that in the same form as the rich text box.
And forgot to make it Public. Tutorial Fixed.
Code:
Private Declare Function SetWindowLong
Const GWL_EXSTYLE = (-20)
Const WS_EX_TRANSPARENT = &H20&
Because I have that in the same form as the rich text box.
And forgot to make it Public. Tutorial Fixed.