Although I enjoy reading a lot, this is my very first attempt at writing (and what? "A Blog"). I don't know the basics of writing, so I take for granted that mistakes are ignored ( Better if you comment your heart out). This post is related to programming a PictureBox object to rotate around another PictureBox object. This is an idea improved upon by me ( The original one is posted by +Rahul Jayant . Here is the link ). Let's now start the fun:- We are going to use Visual Studio 2010 and C# ( Although I personally prefer VB.net). Steps are as follows :- 1) Create a new project and name it TestDemo (You can name it whatever you want). 2) Set the size of the form (should be Form1) to 800 x 800. 3) Insert two PictureBox. Adjust the Location property First PictureBox : 200,200 Second PictureBox : 500,300 Adjust the size property First PictureBox : 300,300 Second PictureBox : 100,100 4) Download the im...
I write mostly in bored state.