The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Miscellaneous
»
Miscellaneous Projects
»
a notepad using a richedit
« previous
next »
Print
Pages: [
1
]
Author
Topic: a notepad using a richedit (Read 3846 times)
TouEnMasm
Member
Posts: 1764
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
»
Logged
Fa is a musical note to play with CL
TouEnMasm
Member
Posts: 1764
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 .
Logged
Fa is a musical note to play with CL
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Miscellaneous
»
Miscellaneous Projects
»
a notepad using a richedit