Hello,
I have been using AlterNET 5.1. in WinForms, I wanted to know is there any API’s or pre-existing feature we can use to save/load the script file in text or any other format.
Hello,
I have been using AlterNET 5.1. in WinForms, I wanted to know is there any API’s or pre-existing feature we can use to save/load the script file in text or any other format.
Hi,
you could use “SyntaxEdit.SaveFile”. But my response is based on version 9.5, I don’t know whether your old version also has this method.
Hope this helps
Wolfgang
Sure I’ll try that if that works with the older version. Is there a possibility to load the file as well?
Hi,
Yes, if you work with the code editor (SyntaxEdit or TextEditor control), you can use SaveFile/LoadFile methods.
Kind regards,
Dmitry