The MASM Forum

Miscellaneous => Miscellaneous Projects => Topic started by: TouEnMasm on October 24, 2014, 04:28:45 AM

Title: a notepad using a richedit
Post by: TouEnMasm on October 24, 2014, 04:28:45 AM
For big files(700 Ko and more),the notepad is slow (try to insert a line).
The use of a richedit correct the problem.
He accept two parameters:
First:name of file (full path)
Second : index of line (ascii Numbers ex: 1510)
Title: Re: a notepad using a richedit
Post by: TouEnMasm on November 01, 2014, 04:05:56 AM

Changed the language of the Box (for english)
A file open with a parameter can be now re-writed without using the save filebox .