Hey. I'm a little troubled by this.... I'm trying to do semi decent graphics in qbasic... because I love it and all I can use (that I think looks good) is screen 12. Screen 12 offers 639x479 x16colours , this is ok, but I want 639 x 479 x 256 colours.....<br><br>Is there away to put individual pixels to the screen without having to use the screen command.<br><br>Pset----still need the screen command....<br>Poke----the poke command that I know of still requires the screen command.....<br><br>What is the code behind the screen command????<br><br>How can I dublicate it for my liking??<br><br>Daniel