News

I found it not so difficult to use OpenGL for graphics. <BR><BR>If you go this route, you can check some tutorials, such as nehe.gamedev.net, to look at sample code for OpenGL usage.<BR><BR>2D and ...
I'm trying to implement a flicker-free graph control in C#.Here's a rather cut-down version:public class Graph : System.Windows.Forms.PictureBox{ private Graphics graphDC; private Graphics ...