News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RAEdit

Started by ragdog, April 15, 2012, 09:04:05 AM

Previous topic - Next topic

ragdog

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,