Author Topic: a notepad using a richedit  (Read 3846 times)

TouEnMasm

  • Member
  • *****
  • Posts: 1764
    • EditMasm
a notepad using a richedit
« 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)
« Last Edit: November 01, 2014, 04:01:40 AM by ToutEnMasm »
Fa is a musical note to play with CL

TouEnMasm

  • Member
  • *****
  • Posts: 1764
    • EditMasm
Re: a notepad using a richedit
« Reply #1 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 .
Fa is a musical note to play with CL