-
I have a simple program, showing a gif picture (partially -about 25% -left corner) with scrollbars, horizontal and vertical.
The Gif-picture is bigger than the screen, that's why I use the scrollbars.
On almost all screens the scrollbars are visible (and usable) but on some screens the scrollbars have disappeared. Has anyone suggestions of what I must do to fix the program?
[Edited by ton van doornen on 10-10-2000 at 08:11 AM]
-
So your program shows a gif, and the scrollbars move the gif around so you can see the bottom right corner if it is invisible?
-
if you are displaying a picture then which control are you using to display it : Picturebox control or imagebox ?