Hi, this is my problem.

I have a big picture to be viewed in picturebox.
I will need to manipulated that picture (add some graphic in it) and save it in the same size (if the original is 2000x2500, let it be 2000x2500).

The problem is that picture's size is more than the screensize.
So I cannot view everything in that image.

I think the only way to do it is by using scroolbar.. but do you have any idea to solve it?
Also to be honest, I don't know the difference between .scalewidth and .width? are they related to this issue?

Thanks

Thanks God, I just got it.
The key is putting picturebox inside picturebox.
If we want to use oversized picturebox B.
Then we put picturebox B inside "not oversized " picturebox A.
And create the horizontal and vertical scrool corresponds to B.
It works wonder :)

Hi, this is my problem.

I have a big picture to be viewed in picturebox.
I will need to manipulated that picture (add some graphic in it) and save it in the same size (if the original is 2000x2500, let it be 2000x2500).

The problem is that picture's size is more than the screensize.
So I cannot view everything in that image.

I think the only way to do it is by using scroolbar.. but do you have any idea to solve it?
Also to be honest, I don't know the difference between .scalewidth and .width? are they related to this issue?

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.