Im looking for way to display a file (variable size) into a MLE. I am
currently doing it Character-by-Character and my eyes are going buggy.
Is there a way to place it to a MLE that is easier?
E-mails would be great. ANy help would be kool...thanks.
--
Brandt Everett AKA Branic
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[TeamOS/2] | Windows is to OS/2 as
ever...@televar.com | Etch-A-Scetch is to Art.
FIDONet: Brandt Everett @1:3407/18 | OS/2: What Windows will NEVER BE!
---------------------------------------------------------------------------
Sierra Hotel -- Beyond G-LOC (509.882.1417) Home of Late Nite Creations.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// First, set the import/export buffer for the MLE to your data
WinSendDlgItemMsg (handle,CSET_ITM_NOTE,MLM_SETIMPORTEXPORT,
(MPARAM)&mydata,(MPARAM)MaxBufferLength);
BeginLocation=0; // Where in MLE to start
WinSendDlgItemMsg (handle,CSET_ITM_NOTE,MLM_IMPORT,
(MPARAM)&BeginLocation,(MPARAM)ActualDataLength);
D.A.Braun
____________________________________
David A. Braun - dab...@ibm.net
Meridian Software
//-----------------------------------------------------------------
| DragText: retrofit OS/2 with Drag and Drop Text
Rich Walsh | Now create and read Files & WebEx_Urls with v1.2
Cape Coral, FL | drgtxt12.zip is at cdrom, leo, compuserve, etc.
| or http://www.usacomputers.net/personal/rlwalsh/
//-----------------------------------------------------------------