News:

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

RAEdit Line Numbers

Started by msmith, June 07, 2006, 09:45:23 PM

Previous topic - Next topic

msmith

Is there any way to "turn on" line numbers without the user hitting the button?

KetilO

Hi msmith

This trick will show line numbers:

invoke CheckDlgButton,hREd,-2,TRUE
invoke SendMessage,hREd,WM_COMMAND,-2,0


KetilO

msmith

Ketil,

Thanks, it works fine.

Now line numbers is a choice to the user just like colors, tabwidth, etc.

Mike