Darren Schroeder: > I have a question about SCI_SETREADONLY. I want my editor window to be > readonly to my end user but I still want to be able to AddText() to it. How > can I accomplish this?
SCI_SETREADONLY(0) make changes SCI_SETREADONLY(1) Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
