The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: ragdog on April 15, 2012, 09:04:05 AM

Title: RAEdit
Post by: ragdog on April 15, 2012, 09:04:05 AM
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,