Search found 3 matches
- 10 Jan 2022 7:33
- Forum: Visual Prolog
- Topic: Table Editor Package
- Replies: 1
- Views: 2164
Table Editor Package
Hello I am VP10.0CE user, I am considering use vpiTableed for my application to show data, I realized that the instruction of "packVpiTableEd.htm" in @pfc\vpi\vpiTableed directory is not for the current version of VpiTableed, but for VP5.x version. I am wondering if PDC has the right versi...
- 4 Jan 2022 3:26
- Forum: Visual Prolog
- Topic: How to save RichEdit Text as file?
- Replies: 2
- Views: 2498
Re: How to save RichEdit Text as file?
Thank you very much!
- 21 Dec 2021 4:03
- Forum: Visual Prolog
- Topic: How to save RichEdit Text as file?
- Replies: 2
- Views: 2498
How to save RichEdit Text as file?
I learned that how can load from file
But don't know how to save a file? Can someone help me? Thank you!
Jimmy Xia
Code: Select all
B = file::readBinary("Color.rtf"),
richEditControl_ctl:setText(uncheckedConvert(string, convert(pointer, B))).
Jimmy Xia