AlbertBecker

Results 1 comments of AlbertBecker

Use Scintilla.AppendText instead assigning Scintilla.Text. You can try the following snipped code: var scintilla = new ScintillaNET.Scintilla(); byte[] buffer = null; using (FileStream fs = File.OpenRead("YourFileName")) { long size =...