EasyHTML editor window

The ‘buttons’ on the top are rather ugly…how / where can I change that ?

You can customize TRN file. To change toolbar images add lines under [Toolbar] section:

[Toolbar]
toolstripTextCut_image=mycut.jpg
toolstripTextCopy_image=mycopy.jpg

and in the code call TrnFile() method:

html1.TrnFile(‘Custom.trn’)

“Localization” button.in the demo will help you to test TRN file.

Thanks Mike, will try to do this. I will report back