Hi KeilO and all
I use for my Project RAEditĀ and works fine
But how i can set the RAEdit styles?
invoke GetDlgItem,hWnd,1001
mov hEdit,eax
invoke GetWindowLong,hEdit,GWL_STYLE
or eax,STYLE_NOSPLITT or STYLE_NOLINENUMBER or STYLE_NOCOLLAPSE
invoke SetWindowLong,hEdit,GWL_STYLE,eax
Greets,