Posts: 3,974
Threads: 177
Joined: Apr 2022
Reputation:
219
11-08-2023, 07:58 PM
(This post was last modified: 11-08-2023, 08:00 PM by bplus.)
Oh wow! someone actually got paid for a Basic program whoo hu!
But if you were giving it away for free before? hmm... I will check my old files again, maybe....
b = b + ...
Posts: 60
Threads: 11
Joined: Apr 2022
Reputation:
7
I completely understand and I respect you very much for that as well.
Posts: 3,974
Threads: 177
Joined: Apr 2022
Reputation:
219
Well key to building an editor is looking up it's header file format. It does help having used PDF often so you know what it is supposed to do and that you coded it to do that. Plus you might not need it to do half the things its capable of doing... plus have some practice with binary access. Here is where LB/JB shine with their GUI, that has an Editor control and can do multi-screens.
b = b + ...
Posts: 660
Threads: 142
Joined: Apr 2022
Reputation:
58
The format isn't secret. Go dig into the specs. You have the power!