QB64.org Forum

QB64 Team Software => InForm-based programs => Topic started by: FellippeHeitor on March 13, 2018, 03:45:45 pm

Title: [InForm] Rudimentary Paint program
Post by: FellippeHeitor on March 13, 2018, 03:45:45 pm
A rudimentary Paint program written with a few lines of code using InForm. Can't save to disk but can copy to clipboard thanks to _CLIPBOARDIMAGE (http://qb64.org/wiki/CLIPBOARDIMAGE).



Attachments Displayed Below Message Body

  InFormPaint.zip  

Title: Re: [InForm] Rudimentary Paint program
Post by: Ashish on March 14, 2018, 01:45:45 am
It's amazing! We can also create a good paint program using InForm, just like MS Paint.
Title: Re: [InForm] Rudimentary Paint program
Post by: FellippeHeitor on March 14, 2018, 08:37:18 am
Thanks, Ashish. With a bit more of work it can emulate MS Paint indeed.