Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
I want to display a shape(rectangle,square) on page load at middle bottom of the page.
and then want to move it according to arrow keys.
I have not worked with graphics in .net. How can I do this...?
Thanks in advance.
Posted

1 solution

You can use Javascript to manipulate controls on the HTML page, and achieve the basic graphics you specified, however, there are several other great options for such things, two common technologies are:
1. Adobe Flash
2. MS Silverlight

The more advanced you will want your app, the more you will tend towards using a graphics and animation engine such as Flash or Silverlight.

If you need specific examples, then first decide on your technology, and then ask specific questions and I'll be happy to provide links of examples.

Cheers,
Edo
 
Share this answer
 
Comments
Adarsh chauhan 10-Mar-13 4:07am    
Thanks Edo...
My requirement is just to do it through JavaScript. I don't want to use Flash or SilverLight.
I want It to be drawn by using basic drawing techniques, or using system.drawing{}
Joezer BH 10-Mar-13 4:14am    
Then I guess HTML5 and Javascript Canvas element would be your best pick!
See: http://michalbe.blogspot.co.il/2010/09/simple-game-with-html5-canvas-part-1.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900