Hi all,
This is HiEdit control V1.0.1.5 packaged both as a static library and a dll. In the attached zip you will find the static library, the dll, the header file (HiEdit.inc) and the Full source of an application that demonstrates HiEdit control's capabilities.
What's new1.New messagess:
-HEM_GETFILEITEMSMODIFY EQU WM_USER+1009 ;wParam=0, lParam = 0
-HEM_SETFILEITEMSMODIFY EQU WM_USER+1010 ;wParam = fModified: modification flag, lParam = 0, Returns: previous modification flag
2.Notification messages recieved from the underlying HiTab control:
NM_CLICK EQU NM_FIRST-2 <--------NEW
NM_MCLICK EQU NM_FIRST-9 <--------NEW
HTN_REQRESIZE EQU NM_FIRST-10 <---Before it was 'EQU NM_FIRST-1'
HTN_SELCHANGED EQU NM_FIRST-11 <---Before it was 'EQU TCN_SELCHANGE'
3.Exisiting message fixes/updates:
-HEM_NEWFILE did not send EN_SELCHANGE notification to the parent window; fixed
-EM_FINDTEXTEX & EM_FINDTEXT bug when FINDTEXT.chrg.cpMin=-1 i.e when we want to search UP
-HEM_CLOSEFILE changed to:
HEM_CLOSEFILE EQU WM_USER+1002 ;wParam=0, lParam = -2 to close ALL openned files/ or -1 for current file/ or dwFileIndex
and highly optimized!
4.Other:
-Faster startup
-improved behaviour when used on a dialog
Happy New Year to all,
Antonis
Edit, 31Dec2006,30 downloads: New zip uploaded
Attached File ( Number of downloads: 126 )
Login or
Register to download