Advanced View's
-
Hi, I've got to develop an application thats something like drawing circiuts over the screen. please suggest a method. thanks in advance
-
Hi, I've got to develop an application thats something like drawing circiuts over the screen. please suggest a method. thanks in advance
If you want draw your circiuts, etc. very fast use OpenGL or DirectX, also GDI+ is a very good choice! Daniel ;) --------------------------- Never change a running system!
-
Hi, I've got to develop an application thats something like drawing circiuts over the screen. please suggest a method. thanks in advance
You need to read about
device context
s (DC
s). These are used to access the screen, and hand you draw commands over to the graphics card driver. There are a lot of methods for drawing, coloring, writing text etc.