We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can use a PictureBox control as a drawing canvas and use all QB64 drawing commands. To do so, use the methods BeginDraw and EndDraw:
BeginDraw PictureBox1 'Replace PictureBox1 with the actual ID of the desired PictureBox 'Drawing code goes here EndDraw PictureBox1
Picture box