G
ganeshgebhard
Guest
Hi,
I am building a simple program program in C# which allows the user to add two pictures. The first picture, Picture1, is static. This means it cannot be moved of resized. The second picture, Picture2, can be added by the user if he/she wants it.
After adding Picture2, I want that it is possible for the user to move and resize the picture on top of Picture1.
I did some research, but did not managed to get this done.
I think there are two options:
1) Two picture boxes; one static and one not.
2) One PicutureBox, where one image can be moved and the other one is static.
Does anyone know how to do this..?
Thanks in advance.
Ganesh Gebhard
Continue reading...
I am building a simple program program in C# which allows the user to add two pictures. The first picture, Picture1, is static. This means it cannot be moved of resized. The second picture, Picture2, can be added by the user if he/she wants it.
After adding Picture2, I want that it is possible for the user to move and resize the picture on top of Picture1.
I did some research, but did not managed to get this done.
I think there are two options:
1) Two picture boxes; one static and one not.
2) One PicutureBox, where one image can be moved and the other one is static.
Does anyone know how to do this..?
Thanks in advance.
Ganesh Gebhard
Continue reading...