Home | Reviews | GUIpedia | Forum | Fun500


Dicksample text editor
here is an learning example of a freebasic text editor using linked lists for those looking to add one to their GUIs. The linked lists allow for fast and efficient insertion and removal of lines & text. This one uses freebasic's pointers & allocate/deallocate so I'm not sure how this could be implemented in pure QB. One thing to note, ever modification, it redraws the whole screen. This is left for simplicity, but you should only redraw what needs to be redrawn. Use CTRL+S to save files.

http://qbasic.orgfree.com/edit1.bas

2012-01-028:14 PM

Code


2021 Brandon Cornell