This is rather difficult to explain, so bear with me.
Our firm has a database. The main form has 4 picture boxes. Only one is displayed at a time, and the other 3 are hidden so it appears as though you are cycling through pictures in the same picture box. I want to add zoom, and pan capabilities. So, I have a sub form (FormMain=>FormSub)on my main form where the picture used to be. I also have a Sub Form on this form. (FormMain=>FormSub=>FormSubSub) This form contains the zoom in and zoom out controls. The zoom basically resizes the picture by 105% or 95% (zoom in, zoom out respectively). This is where it gets confusing..... On this form sits yet another form which contains the picture and X and Y scroll bars (Pan function). My zoom and pan work fine. But, when I try to scroll through records using the navigation tools at the bottom of the main form, the picture remains the same. Any suggestions? ~~ Laziness is the mother of invention ~~
Our firm has a database. The main form has 4 picture boxes. Only one is displayed at a time, and the other 3 are hidden so it appears as though you are cycling through pictures in the same picture box. I want to add zoom, and pan capabilities. So, I have a sub form (FormMain=>FormSub)on my main form where the picture used to be. I also have a Sub Form on this form. (FormMain=>FormSub=>FormSubSub) This form contains the zoom in and zoom out controls. The zoom basically resizes the picture by 105% or 95% (zoom in, zoom out respectively). This is where it gets confusing..... On this form sits yet another form which contains the picture and X and Y scroll bars (Pan function). My zoom and pan work fine. But, when I try to scroll through records using the navigation tools at the bottom of the main form, the picture remains the same. Any suggestions? ~~ Laziness is the mother of invention ~~