I trie to fill out a PictueBox control (for example blue) with the Pset function, it takes days.
Can I improve the speed of that?

That is the code:

For x = 0 to PictureBox.Width-1
For y = 0 to PictureBox.Height-1
Pset (x,y) , 0
Next y
Next x